-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Database (Postgresql)
Problem
When a DB failover happens, Bamboo can't handle that smoothly. It fails and crashes with errors below
Caused by: org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:527)
... 82 more
Caused by: java.io.EOFException
at org.postgresql.core.PGStream.receiveChar(PGStream.java:445)
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2057)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:521) at
Suggestion