-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 2.6.1
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
-
Sharding 2019-12-30, Sharding 2020-01-13
-
(copied to CRM)
This is something of an edge case, and it doesn't gain very much, but figured it is technically still a bug.
While checking some related logic, I realized that once I created a chunk with just 2 distinct values (0 and 1 in the test case), no splits occurred even though one more split should be possible. A manual splitAt() is successful, so the split is still possible, but the autosplitter never seems to attempt it.