Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5
-
Fix Version/s: 2.5.12
-
Component/s: readwritesplit
-
Labels:None
Description
The max_slave_connections parameter is not documented with a minimum required value but configuring it with a value smaller than one causes the session creation to fail. One would expect that max_slave_connections=0 will not open any slave connections and only open one connection to the master.
Additionally, negative values are not detected when they should be treated as a configuration error.