summaryrefslogtreecommitdiff
path: root/s/chunk.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't reload ChunkManager in-placeMathias Stearn2011-05-121-13/+6
* manual backport of some the fixes to mongosEliot Horowitz2011-05-111-31/+38
* don't call _reload_inlock while not lockedMathias Stearn2011-04-191-1/+1
* SERVER-2797 fix BTreeCursor handling and ensure chunks aren't over sizedEliot Horowitz2011-03-191-2/+3
* increase number of initial chunk splits allowed to fit 256GB of data SERVER-2271Kristina Chodorow2011-02-181-1/+1
* Revert "increase threshold for making chunks smaller"Eliot Horowitz2011-01-311-2/+2
* increase threshold for making chunks smallerEliot Horowitz2011-01-311-2/+2
* log splitChunk failuresEliot Horowitz2011-01-291-0/+1
* fix some split loggingEliot Horowitz2011-01-291-1/+1
* don't keep checking for split points after a failureEliot Horowitz2011-01-211-1/+3
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-225/+230
* SERVER-2036 refresh mongos chunk state if a split failed as wellAlberto Lerner2010-12-291-0/+5
* SERVER-2306 split request now carries expected shard informationAlberto Lerner2010-12-291-1/+2
* better error handling in split client side (still needs work)Alberto Lerner2010-12-291-12/+15
* a failure in migrate can be because of chunk boundaries being staleAlberto Lerner2010-12-271-5/+5
* fix int/long long issueEliot Horowitz2010-12-191-1/+1
* SERVER-1986 simpler mechanism for picking up split checks if mongos bounces f...Alberto Lerner2010-12-181-7/+10
* Revert "SERVER-1986 check if split is needed every so often, even if not much...Alberto Lerner2010-12-181-7/+2
* SERVER-1358 add a size beyond which a chunk migrate request should not go thr...Alberto Lerner2010-12-171-2/+3
* SERVER-1358 lower maximum default chunk sizeAlberto Lerner2010-12-171-1/+1
* SERVER-1986 check if split is needed every so often, even if not much data ch...Alberto Lerner2010-12-161-2/+7
* SERVER-1986 meant 250K not 2.5MAlberto Lerner2010-12-161-1/+1
* SERVER-1986 more reasonable limit for docs in a split chunkAlberto Lerner2010-12-161-2/+4
* raise log level but soften message (was an ERROR in the past)Alberto Lerner2010-12-151-2/+1
* better error messageAlberto Lerner2010-12-141-1/+1
* reminderAlberto Lerner2010-12-041-0/+4
* disambiguateAlberto Lerner2010-12-021-1/+1
* ChunkMatcher now has per-chunk boundariesAlberto Lerner2010-11-181-1/+1
* clean cruftAlberto Lerner2010-11-051-6/+0
* ChunkManager doesn't change its state anymoreAlberto Lerner2010-11-021-110/+39
* clean cruftAlberto Lerner2010-11-021-13/+0
* clean cruftAlberto Lerner2010-11-021-24/+9
* Chunk/ChunkManager do not depend on ConfigDB anymoreAlberto Lerner2010-11-021-13/+11
* the ChunkManager is now read-only; no need to 'modified' chunk controlAlberto Lerner2010-10-291-7/+3
* remove deprecated codeAlberto Lerner2010-10-291-188/+0
* move asserts into active code pathAlberto Lerner2010-10-291-6/+11
* splits are now done by the mongod sideAlberto Lerner2010-10-271-6/+8
* and make it similar to the other messages in auto-splitAlberto Lerner2010-10-271-1/+1
* downgrade message severityAlberto Lerner2010-10-271-1/+3
* reloading a ChunkManager should also increment it sequence numberAlberto Lerner2010-10-271-4/+8
* split chunk maybe the first time a sharded command hit mongodAlberto Lerner2010-10-251-1/+2
* better method nameAlberto Lerner2010-10-251-5/+5
* maintain the very same behavior of current multisplitAlberto Lerner2010-10-251-3/+15
* cleaning some assertsEliot Horowitz2010-10-241-3/+3
* better assert for bad chunk configEliot Horowitz2010-10-231-2/+2
* correct message this timeAlberto Lerner2010-10-231-1/+1
* fix error in message when split point was emptyAlberto Lerner2010-10-231-2/+2
* tighter new splitChunk (misses factoring out common code to migrate path)Alberto Lerner2010-10-221-2/+6
* add missing bracesAlberto Lerner2010-10-221-1/+2
* prepare to issue splits on the mongod sideAlberto Lerner2010-10-221-0/+27