[SERVER-4087] Add setting to disable auto-splitting and auto-migrations Created: 17/Oct/11  Updated: 05/Jun/14  Resolved: 17/Oct/11

Status: Closed
Project: Core Server
Component/s: Sharding
Affects Version/s: None
Fix Version/s: None

Type: New Feature Priority: Major - P3
Reporter: Spencer Brody (Inactive) Assignee: Spencer Brody (Inactive)
Resolution: Won't Fix Votes: 0
Labels: migration, sharding, splitting
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
is depended on by TOOLS-111 mongorestore on a sharded cluster Closed
Duplicate
is duplicated by SERVER-14122 Disable AutoSplit at the cluster level Closed
Related
is related to SERVER-4064 auto-migrate and balancer migrate can... Closed
Participants:

 Description   

There should be a way to disable auto-splitting (and thus auto-migrations, which only happen after an auto-split), similar to how we can disable the balancer.
Would work something like:
use config; db.settings.update(

{ _id: "autosplit" }

, { $set :

{ stopped: true }

} , true );



 Comments   
Comment by Eliot Horowitz (Inactive) [ 17/Oct/11 ]

turning the balancer off already turns off auto-migrating.
don't want to turn off auto-splitting

Generated at Thu Feb 08 03:04:55 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.