-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 7.1.0-rc0, 7.0.1, 4.4.24, 5.0.20, 6.0.9
-
Component/s: None
-
Sharding EMEA
-
Fully Compatible
-
v7.1, v7.0, v6.0, v5.0, v4.4, v4.2
-
Sharding EMEA 2023-09-18
-
2
We observed that in large cluster with lots of collections/chunks the balancer can take several seconds to decide which chunks to move in each round.
The goal of this ticket is to include this time in the round details stored in config.actionlog
E.g.
{ "times": "selectionTimeMillis": <>, "throttleTimeMillis": <>, "migrationTimeMillis": <>, }
- is depended on by
-
TOOLS-3376 Investigate changes in SERVER-80491: Expose more granular metrics around balancing round
- Closed