summaryrefslogtreecommitdiff
path: root/src/mongo/s/d_migrate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-11/+16
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-2337/+2290
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-2/+2
* SERVER-18947 Cleanup unused code in chunk.hKaloian Manassiev2015-06-171-29/+28
* SERVER-6686 Remove all uses of boost::xtime outside of time_support.cpp.Andy Schwerin2015-06-161-69/+66
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+2
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-5/+4
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-081-1/+1
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-4/+4
* SERVER-18127 Remove ConfigServer::modelServerKaloian Manassiev2015-06-041-1/+1
* SERVER-18815 Remove Shard(std::string&) constructorKaloian Manassiev2015-06-041-24/+48
* SERVER-18157 Appropriately handle applyOps status during migrationDaniel Alabi2015-06-031-12/+8
* SERVER-14995 Move _killPending from CurOp to OperationContext.Andy Schwerin2015-06-021-1/+1
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-3/+0
* SERVER-18438 Unify shard runtime status retrievalKaloian Manassiev2015-05-311-90/+72
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-0/+3
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-3/+0
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-5/+5
* SERVER-18355 Make awaitReplication properly respect maxTimeMSSpencer T Brody2015-05-181-1/+1
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-2/+2
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-2/+2
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-2/+2
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-1/+1
* SERVER-18124 Move 'newest chunk' check to the catalog managerKaloian Manassiev2015-05-151-13/+16
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-6/+7
* SERVER-18227 Add a mechanism to disable document validation and start using itMathias Stearn2015-05-081-0/+3
* SERVER-17592 Move legacy dist lock code under catalogRandolph Tan2015-05-051-1/+1
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-301-1/+1
* Revert "SERVER-5218 Batch oplog writes always wait for journal."Siyuan Zhou2015-04-291-1/+1
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-291-1/+1
* SERVER-17915 Partial indexes shouldn't be eligible as shard key indexJason Rassi2015-04-281-3/+3
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-241-8/+8
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-1/+0
* SERVER-17760 moveChunk, mergeChunk, splitChunk commands should use catalog ma...Daniel Alabi2015-04-201-22/+8
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-7/+42
* SERVER-17760 shardId no longer used by splitChunk and moveChunk commandsDaniel Alabi2015-04-171-7/+0
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-2/+2
* SERVER-18064 Move shard.cpp under the sharding client libraryKaloian Manassiev2015-04-151-1/+1
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-2/+1
* SERVER-17875 Remove redundant check done on receiving-end of chunk migrationDaniel Alabi2015-04-081-1/+1
* SERVER-17874 Fix parameter hiding in src/mongo/sDaniel Alabi2015-04-081-5/+5
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-6/+6
* SERVER-17774 Move ChunkType to src/mongo/s/catalogDaniel Alabi2015-04-071-1/+1
* SERVER-17817 Move replication-specific data from Client into ReplClientInfo d...Andy Schwerin2015-04-061-4/+7
* SERVER-17880 remove ReplTimeEric Milkie2015-04-061-7/+7
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-2/+2
* SERVER-17805 logOp / OperationObserver should always check shardversionRandolph Tan2015-04-011-1/+3
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-8/+9
* SERVER-17690 Move sharding change logging operations to catalog managerKaloian Manassiev2015-03-241-5/+14