summaryrefslogtreecommitdiff
path: root/s/d_migrate.cpp
Commit message (Expand)AuthorAgeFilesLines
* backport of SERVER-5303 yield when fetching a document for migrateEliot Horowitz2012-05-091-18/+39
* SERVER-5645: release lock between upserts when applying bulk xfersBen Becker2012-04-191-6/+6
* use LOG(x) everywhere in mongosMathias Stearn2011-08-081-2/+2
* full API change to command interface, add options SERVER-3405gregs2011-07-271-7/+7
* more consistent timing for waiting for commitEliot Horowitz2011-07-241-10/+21
* unsafe use of type bool warning on vstudiodwight2011-07-221-1/+1
* when deleteing a chunk, wait for replicationEliot Horowitz2011-07-221-5/+20
* make sure to wait for core chunk move as well as deltaEliot Horowitz2011-07-181-1/+1
* iniate lastOpAppliedEliot Horowitz2011-07-171-1/+1
* try to make log more usefulEliot Horowitz2011-07-161-1/+2
* better logging message for moveChunk commit replEliot Horowitz2011-07-161-1/+3
* better logging for moveChunk commitEliot Horowitz2011-07-161-16/+19
* fix chunk cleanupEliot Horowitz2011-07-071-5/+16
* don't remove old chunk data while in the middle of a migrateEliot Horowitz2011-07-061-56/+68
* 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