-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 6.1.0, 6.0.3, 6.2.0-rc1
-
Component/s: None
-
Fully Compatible
-
ALL
-
v6.2, v6.1, v6.0
-
Sharding EMEA 2022-12-12
Currently, the defragmentation policy is issuing datasize commands with estimate set to false. This can make the operation very slow for large chunks. We should change this field to true.
We also need to ensure that potential errors caused by incorrect datasize after this change are handled - for example, if the defragmentation tries to issue a move for a chunk that is too large, we should ensure the defragmenter is not continuously retrying this operation.
- is caused by
-
SERVER-59664 Implement merge chunks routine Phase I
- Closed
- related to
-
SERVER-71771 Defragmenter should cap chunk size estimation
- Closed