-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.6
-
Fix Version/s: 2.5.7
-
Component/s: readwritesplit
-
Labels:None
When a query is to be routed to a slave that has pending session commands, the query is queued and the router waits for the slave to execute the session command history. If the last command in the session command queue doesn't generate a response (i.e. it's a COM_STMT_CLOSE), the query will hang.