Currently the steps to clear the jumbo flag for a chunk is quite complicated, prone to user error, and requires modifying the config database. It would be nice to support a clearJumboChunk command on the mongos, which goes through the proper versioning protocol and doesn't require direct access to the config servers.
- related to
-
SERVER-13024 Clear the 'jumbo' flag from the chunk document when the chunk is no longer over-sized
- Blocked