Details
Description
The parallel BalancerPolicy has a bug in the case of a single chunk and more than one shards, which causes it to always try to move this chunk to the currently empty shard. This is due to integer division truncation.
The parallel BalancerPolicy has a bug in the case of a single chunk and more than one shards, which causes it to always try to move this chunk to the currently empty shard. This is due to integer division truncation.