Open
Description
Steps to reproduce
- Have application connect to any db instances having multiple pg-pool pod
- Run a jmeter against the application which fetches data from pg db continuously for few mins
- Delete one of the pg-pool pod
Current Behavior
Application crashes with "Connection terminated unexpectedly" error
Expected Behavior
Application should be able catch the error in OnError listener and should not crash.
Link to reproduction sandbox
NA
Additional information
NA