-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Sharding EMEA 2023-04-17, Sharding EMEA 2023-05-01, Sharding EMEA 2023-05-15
The autoSplitOnly balancer configuration is currently technically equivalent to balancing off. It is still present in order to avoid breaking balancer settings parsing.
Proposed solution 1:
- Write an upgrade procedure that changes the persisted autoSplitOnly value to off
- Get rid of the autoSplitOnly mode
Proposed solution 2:
- Get rid of the autoSplitOnly mode
- Ignore parsing errors: if an unknown mode is set, balancer mode is considered off. And a warning must be logged when an invalid mode is set.
- split from
-
SERVER-75753 Remove autosplit references from CSRS
- Closed