Currently, all of the logic for the splitChunk command is contained within db/s/split_chunk_command.cpp. This ticket should refactor the code such that the logic will be moved into a new file, db/s/split_chunk.cpp, which can be called from db/s/split_chunk_command.cpp.
- has to be done before
-
SERVER-30020 Create a version of updateChunkWriteStatsAndSplitIfNeeded in ChunkSplitter
- Closed