summaryrefslogtreecommitdiff
path: root/src/mongo/s/d_split.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22359 Rename OperationShardVersion to OperationShardingStateKaloian Manassiev2016-03-091-2/+2
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-1/+2
* SERVER-22590 improve applyChunkOpsDeprecated to check for false failures in c...Dianna Hohensee2016-02-241-2/+3
* SERVER-13123 All callers of PlanExecutor::getNext need to deal with error ret...Tess Avitabile2016-02-181-3/+26
* SERVER-21146 restrict splitChunk, moveChunk, mergeChunks on mongod to interna...Misha Tyulenev2015-11-031-2/+1
* SERVER-21186 Make actionLog format the same as changeLog'sKaloian Manassiev2015-11-031-7/+3
* SERVER-20676 Retry move chunk if it fails due to stale chunk boundariesSpencer T Brody2015-10-081-6/+19
* Revert "SERVER-20676 Retry move chunk if it fails due to stale chunk boundaries"Max Hirschhorn2015-10-071-19/+6
* SERVER-20676 Retry move chunk if it fails due to stale chunk boundariesSpencer T Brody2015-10-071-6/+19
* SERVER-20700 Sort split keys returned by splitVectorSpencer T Brody2015-10-071-0/+5
* SERVER-20592 Retry split chunk if it fails due to stale chunk boundariesSpencer T Brody2015-09-281-17/+16
* SERVER-20040 Access the ForwardingCatalogManager explicitly when needed, othe...Spencer T Brody2015-09-021-1/+1
* SERVER-19903 Dist lock pinger not running for config RSRandolph Tan2015-08-281-1/+1
* SERVER-19855 Do not perform shard version checking where not necessarySpencer T Brody2015-08-251-38/+43
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-251-6/+9
* Revert "SERVER-19855 Do not perform shard version checking where not necessary"Benety Goh2015-08-211-40/+34
* SERVER-19855 Do not perform shard version checking where not necessaryKaloian Manassiev2015-08-211-34/+40
* SERVER-19543 Use ForwardingCatalogManager to acquire distributed locks outsid...Andy Schwerin2015-08-191-2/+1
* SERVER-19855 Remove 'shardName' field from write commands' metadataKaloian Manassiev2015-08-181-33/+20
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-8/+31
* SERVER-19608 Cleanup ShardingState initializationKaloian Manassiev2015-08-131-1/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-6/+6
* SERVER-18084 Modularize chunk migration state machineKaloian Manassiev2015-07-141-29/+0
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-11/+15
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-29/+29
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-3/+4
* SERVER-19021 Clean up how CatalogManagerLegacy reads some global stateSpencer T Brody2015-06-261-2/+4
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-2/+2
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-19/+23
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-717/+726
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-5/+5
* SERVER-13990daveh862015-06-031-2/+2
* SERVER-17592 Move legacy dist lock code under catalogRandolph Tan2015-05-051-1/+1
* SERVER-17915 Partial indexes shouldn't be eligible as shard key indexJason Rassi2015-04-281-7/+10
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-241-9/+9
* SERVER-17760 moveChunk, mergeChunk, splitChunk commands should use catalog ma...Daniel Alabi2015-04-201-24/+6
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-4/+24
* SERVER-17760 shardId no longer used by splitChunk and moveChunk commandsDaniel Alabi2015-04-171-6/+0
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-2/+2
* SERVER-17894 de-inlined InternalPlannerBenety Goh2015-04-141-0/+2
* SERVER-17774 Move ChunkType to src/mongo/s/catalogDaniel Alabi2015-04-071-1/+1
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-1/+2
* SERVER-17690 Move sharding change logging operations to catalog managerKaloian Manassiev2015-03-241-3/+7
* SERVER-17394 Top chunk optimization logic can move chunk other than the extre...Randolph Tan2015-03-021-3/+7
* SERVER-17246 Invariant failure when dropping collection during chunk splitRandolph Tan2015-02-111-1/+5
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-1/+1
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-221-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+8
* SERVER-15674 Auto split of low top chunk does not move it to appropriate shar...Randolph Tan2014-12-051-12/+32
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1