Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
6.4.13
-
None
Description
If a session command like SET NAMES latin1 fails to be routed and no backends are available, the query is retried. The code treats this as a success and then proceeds to reset the timeout for delayed_retry. This can lead to an infinite retry loop as long as the client remains connected.