summaryrefslogtreecommitdiff
path: root/s/d_migrate.cpp
Commit message (Expand)AuthorAgeFilesLines
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-1728/+0
* begin the process of putting global vairables in one central location. in par...Dwight2011-12-191-3/+3
* more informative error messages on network failure during migration SERVER-4076Greg Studer2011-12-121-7/+44
* SERVER-4454 don't swallow error messageGreg Studer2011-12-081-1/+1
* nicer error message if you try two moveChunks at same timeEliot Horowitz2011-10-171-0/+6
* make a long running operation terminate if the client has disconnected. we c...dwight2011-10-111-1/+1
* make getlasterror return an optime, not an int64 SERVER-3665Kristina2011-09-161-4/+4
* 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