-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: 7.0.0-rc0, 6.0.5, 6.3.0-rc2
-
Component/s: None
-
Sharding EMEA
-
ALL
-
Sharding EMEA 2023-04-17
In this line it is assumed that the response can be parsed as a StatusWith<DataSizeResponse>. However in case of errors it will be a simple Status.
This will trigger an unhandled std::exception crashing the server. A solution would be to adopt the approach currently followed to handle exceptions when trying to parse a StatusWith<NumMergedChunks>.
- is caused by
-
SERVER-61727 Implement the "move and merge chunks" phase of the Collection Chunks defragmentation algorithm
- Closed