You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lately we are experiencing this error using pgpool. The pgpool is deployed on kubernetes (AKS version 1.28.9) using this image image: pgpool/pgpool:4.4.3. Our DB is a 2 node cluster deployed on 2xVMs on the same VNet on Azure.
2024-10-10 11:45:46.817: rest_api pid 164: WARNING: ssl read: error: 5
2024-10-10 11:45:46.817: rest_api pid 164: ERROR: unable to read data from DB node 0
2024-10-10 11:45:46.817: rest_api pid 164: DETAIL: do not failover because failover_on_backend_error is off
2024-10-10 11:45:46.817: rest_api pid 164: WARNING: ssl write: error: 5
2024-10-10 11:45:46.817: rest_api pid 164: WARNING: write on backend 0 failed with error :"No error information"
2024-10-10 11:45:46.817: rest_api pid 164: DETAIL: while trying to write data from offset: 0 wlen: 17
2024-10-10 11:45:46.817: rest_api pid 164: LOG: pool_ssl: "SSL_write": "bad length"
2024-10-10 11:45:46.817: rest_api pid 164: WARNING: write on backend 0 failed with error :"No error information"
2024-10-10 11:45:46.817: rest_api pid 164: DETAIL: while trying to write data from offset: 0 wlen: 5
2024-10-10 11:49:56.473: rest_api pid 160: WARNING: ssl read: error: 5
2024-10-10 11:49:56.473: rest_api pid 160: ERROR: unable to read data from DB node 1
2024-10-10 11:49:56.473: rest_api pid 160: DETAIL: do not failover because failover_on_backend_error is off
2024-10-10 11:49:56.474: rest_api pid 160: WARNING: ssl write: error: 5
2024-10-10 11:49:56.474: rest_api pid 160: WARNING: write on backend 1 failed with error :"No error information"
2024-10-10 11:49:56.474: rest_api pid 160: DETAIL: while trying to write data from offset: 0 wlen: 17
2024-10-10 11:49:56.474: rest_api pid 160: LOG: pool_ssl: "SSL_write": "bad length"
2024-10-10 11:49:56.474: rest_api pid 160: WARNING: write on backend 1 failed with error :"No error information"
2024-10-10 11:49:56.474: rest_api pid 160: DETAIL: while trying to write data from offset: 0 wlen: 5
That results some errors on our api service as well.
Severity: ERROR
SqlState: XX000
MessageText: unable to read data from DB node 0
Detail: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information.
File: pool_stream.c
Line: 407
Also we investigate the issue on db and side and it seems the problem is between client and pgpool as the requests doesn't reach db at all. Regarding SSL they are self signed but valid (in terms of expiration date).
Any ideas on the issue?
Thanks,
Thomas
The text was updated successfully, but these errors were encountered:
Hello,
Lately we are experiencing this error using pgpool. The pgpool is deployed on kubernetes (AKS version 1.28.9) using this image image: pgpool/pgpool:4.4.3. Our DB is a 2 node cluster deployed on 2xVMs on the same VNet on Azure.
That results some errors on our api service as well.
our current configuration is
Also we investigate the issue on db and side and it seems the problem is between client and pgpool as the requests doesn't reach db at all. Regarding SSL they are self signed but valid (in terms of expiration date).
Any ideas on the issue?
Thanks,
Thomas
The text was updated successfully, but these errors were encountered: