-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
-
24
The underlying problem here is that the split chunk operation is not idempotent.
Instead of fixing that, what we try to achieve with this change is reducing the probability of having an error during the split chunk operation.
The change is simple: we have to moveĀ this call before this region of code