Added balancer.js, disclaimers, license info, pending pulls#7
Merged
ntang merged 17 commits intomongodb:masterfrom Sep 12, 2014
jribnik:master
Merged
Added balancer.js, disclaimers, license info, pending pulls#7ntang merged 17 commits intomongodb:masterfrom jribnik:master
ntang merged 17 commits intomongodb:masterfrom
jribnik:master
Conversation
Reword warning about the number of orphaned documents counted in mongo shells that lack the bsonWoCompare function, i.e. before 2.5.3.
The balancer.js script is used to split and move chunks. Rather than explain everything in this comment, I'll create a README.
//TODO Remove logging of replSet checks when in verbose false mode.
Add Orphans.preFlight() to so connection setup seperately , for output parsing.
There is a new method called Balancer.setChunkRange(first, last). This restricts the chunks considered to those whose min falls within this inclusive range. There is a new method called Balancer.setDestShards([string]), that allows you to specify an array of destination shard names. Chunks will then move alternately between the specified destination shards.
There are new methods: Balancer.setSecondaryThrottle(b) and Balancer.setWaitForDelete(b) that set these respective. These methods set these values for chunk moves.
Added standard disclaimer and Apache 2.0 license
Updated copyright and MongoDB versioning, and added the Apache 2.0 license
Added Apache 2.0 license
Added Apache 2.0 license
Added README with license and disclaimer
…et/support-tools into david Conflicts: orphanage/orphanage.js
Trivial changes
ntang
added a commit
that referenced
this pull request
Sep 12, 2014
Added balancer.js, disclaimers, licene info, pending pulls
jsmurphy
pushed a commit
that referenced
this pull request
Jul 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added balancer.js, disclaimers, license info, pending pulls