summaryrefslogtreecommitdiff
path: root/src/mongo/s/d_migrate.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-39/+36
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-3/+7
* SERVER-17398 Deadlock in MigrateStatus::startCommitRandolph Tan2015-02-261-1/+1
* SERVER-15192 Make all logOp listeners rollback-safeRandolph Tan2015-02-241-67/+59
* SERVER-15192 Make dbhash and storedFuncMod logOp listeners rollback-safealabid2015-02-181-10/+11
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-5/+5
* SERVER-15192 Make MigrateFromStatus logOp listener rollback-safealabid2015-02-131-42/+91
* SERVER-17205 check for primary step down after obtaining write lockBenety Goh2015-02-111-0/+10
* SERVER-15308 SERVER-17150 cancel current command on the primary when the node...Benety Goh2015-02-051-0/+8
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-3/+4
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-221-1/+1
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-16498 d_migrate.cpp should not rely on system.namespacesSiyuan Zhou2014-12-231-4/+10
* SERVER-16432 Chunk migration data structures not properly synchronizedRandolph Tan2014-12-181-118/+211
* SERVER-16432 Chunk migration data structures not properly synchronizedRandolph Tan2014-12-151-176/+261
* SERVER-14062 Add OperationContext argument to RangeDeleterKaloian Manassiev2014-12-031-2/+3
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-10/+10
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+9
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-2/+5