summaryrefslogtreecommitdiff
path: root/s/d_migrate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-2563 - make ClientCursor check disk location for record in memory if i...Eliot Horowitz2011-06-231-1/+1
* fix auth test and missing hook callKristina2011-06-231-0/+1
* add auth support SERVER-921Kristina2011-06-221-0/+6
* some include cleaningEliot Horowitz2011-06-211-2/+1
* Merge branch 'master' of https://github.com/mongodb/mongoJens Rantil2011-05-271-3/+5
|\
| * fix spinlock deadlockEliot Horowitz2011-05-261-3/+5
* | Fixing a bunch of spelling mistakes, and a few grammatical errors. No functio...Jens Rantil2011-05-261-4/+4
|/
* better diagnostic messageEliot Horowitz2011-05-181-1/+1
* added a spinlock around _cloneLocsEliot Horowitz2011-05-181-4/+19
* fix locking and commentEliot Horowitz2011-05-181-6/+10
* Yield lock while building array of objects to migrateMathias Stearn2011-05-111-15/+31
* can't use scoped_ptr with ClientCursorEliot Horowitz2011-05-041-3/+4
* Merge branch 'master' into mainDwight2011-05-031-1/+1
|\
| * checkpoint index v2 workDwight2011-04-211-1/+1
* | put all migrate log messages in a migrate RamLogEliot Horowitz2011-05-021-52/+55
* | cleaning up some loggingEliot Horowitz2011-05-021-12/+12
* | better error loggingEliot Horowitz2011-04-281-0/+1
* | check slave status before chunk migrate commit starts SERVER-2974Eliot Horowitz2011-04-211-6/+34
* | clean error messagesEliot Horowitz2011-04-151-5/+6
|/
* conversion of unneeded caused_by macros to methodsgregs2011-04-011-2/+2
* more accurate migrate errorsgregs2011-03-231-4/+4
* fix migrate with oversize docs SERVER-2744 180Eliot Horowitz2011-03-111-1/+0
* make sure that index creation is logged on secondaries during migrate SERVER-...Eliot Horowitz2011-03-011-1/+1
* Fixes for distributed lock handling time skew.greg2011-03-011-2/+11
* fix bug in background cursor cleanup that was counting threads wrong preventi...Eliot Horowitz2011-02-171-1/+11
* If migrate fails due to oversized chunk, try to split that chunk SERVER-2519Eliot Horowitz2011-02-161-2/+5
* make sure to init variableEliot Horowitz2011-02-131-6/+6
* better migrate commit error handlingEliot Horowitz2011-02-091-1/+7
* fix race condition in MigrateFromStatus done()Eliot Horowitz2011-02-041-3/+6
* don't allow a shard to be the TO of a migrate while its still cleaning up old...Eliot Horowitz2011-01-211-0/+20
* fix: commitNow requires read lockAlberto Lerner2011-01-121-3/+7
* Revert "fix: if durability is on, mods would have been journalled already"Alberto Lerner2011-01-121-0/+6
* fix: if durability is on, mods would have been journalled alreadyAlberto Lerner2011-01-111-6/+0
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-278/+290
* correct messagesAlberto Lerner2010-12-291-2/+2
* makes a bit easier to detect an aborted move in config.changelogAlberto Lerner2010-12-281-7/+17
* message warns explicitly that operation abortedAlberto Lerner2010-12-281-8/+8
* log if moveChunk/splitChunk did not pass admission checksAlberto Lerner2010-12-271-1/+10
* better logging messagesAlberto Lerner2010-12-191-10/+9
* SERVER-2040 deleted that message by mistake in last commitAlberto Lerner2010-12-191-0/+1
* SERVER-2024 if a network error is raised during migrate commit, pause, and re...Alberto Lerner2010-12-191-12/+37
* make finding a stuck/slow migrate a bit easierAlberto Lerner2010-12-181-7/+7
* SERVER-1358 (Fix) chunk size accounting was using sum of all chunks on shardsAlberto Lerner2010-12-181-16/+47
* SERVER-1358 don't migrate a chunk larger than max chunk size (but allow expli...Alberto Lerner2010-12-171-2/+16
* SERVER-2119 push migrated chunk data to secondary/journal at migrate commitAlberto Lerner2010-12-151-7/+39
* SERVER-2024 disambiguateAlberto Lerner2010-12-111-1/+1
* SERVER-2024 on migrate commit, either update both TO/FROM shards or noneAlberto Lerner2010-12-111-32/+118
* fix: reset version to the right number if migrate commit failsAlberto Lerner2010-12-081-1/+1
* hook new versioning machinery and allow mongod to maintain per-chunk stateAlberto Lerner2010-12-041-18/+37
* dblock is deprecatedAlberto Lerner2010-11-241-2/+2