[SERVER-29979] Move splitChunk logic from split_chunk_command.cpp to split_chunk.cpp Created: 05/Jul/17 Updated: 30/Oct/23 Resolved: 30/Aug/17 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Sharding |
| Affects Version/s: | 3.5.10 |
| Fix Version/s: | 3.5.11 |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Hugh Han | Assignee: | Hugh Han |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | sharding | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Backwards Compatibility: | Fully Compatible | ||||||||
| Sprint: | Sharding 2017-07-31 | ||||||||
| Participants: | |||||||||
| Description |
|
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. |
| Comments |
| Comment by Githook User [ 24/Jul/17 ] |
|
Author: {u'username': u'hughhan1', u'name': u'Hugh Han', u'email': u'hughhan1@gmail.com'}Message: split_chunk_command currently contains all of the SplitChunk logic. This commit moves the logic |