summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20030 Shut down ShardRegistrySpencer T Brody2016-01-291-3/+3
* SERVER-21215 If the config servers are all down, retry sharding state initial...Spencer T Brody2015-11-181-41/+51
* SERVER-21146 Fix duplicate fassert codeKaloian Manassiev2015-11-111-1/+1
* SERVER-21146 Add sharding state initialization error stateKaloian Manassiev2015-11-111-59/+124
* SERVER-19162 Guard shut down of sharding state on mongod with same concurrenc...Andy Schwerin2015-09-251-6/+25
* SERVER-20372: non-sharded insert calls ensureShardVersionOKOrThrowMartin Bligh2015-09-251-34/+32
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-13/+59
* SERVER-19934 Begin the implementation of chunk move as a state machineKaloian Manassiev2015-09-221-10/+11
* SERVER-19855 SERVER-20425 Make ShardRegistry responsible for tracking the con...Spencer T Brody2015-09-181-4/+0
* SERVER-19855 Advance catalog manager optime on shards based on information se...Spencer T Brody2015-09-171-0/+5
* SERVER-20298 Less strict configdb checking for config repl setRandolph Tan2015-09-171-2/+3
* SERVER-20294 Update ShardRegistry on-demand on changes to shard replica set m...Spencer T Brody2015-09-091-1/+2
* SERVER-20270 SERVER-19608 Fix race condition around updating ShardRegistry on...Spencer T Brody2015-09-041-1/+1
* SERVER-19608 Send shard initialization data when talking through NetworkInter...Spencer T Brody2015-09-021-0/+3
* SERVER-18767 fix bug preventing mongod from using the ShardFilterStage for th...David Storch2015-08-311-4/+7
* SERVER-19903 Dist lock pinger not running for config RSRandolph Tan2015-08-281-2/+2
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-251-1/+2
* 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-0/+8
* SERVER-19855 Make write_ops have their own SConscriptKaloian Manassiev2015-08-141-5/+4
* SERVER-19914 Remove connectionString() method on CatalogManagerSpencer T Brody2015-08-131-2/+3
* SERVER-19608 Cleanup ShardingState initializationKaloian Manassiev2015-08-131-60/+60
* SERVER-19543 Always access the CatalogManager through a guard object that pro...Spencer T Brody2015-08-121-15/+21
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-5/+5
* SERVER-18567 Remove legacy ConnectionString::parseKaloian Manassiev2015-07-161-6/+1
* SERVER-19414 Unify global sharding state initialization between mongos and mo...Spencer T Brody2015-07-161-17/+2
* SERVER-19414 Clean up ShardRegistry initializationSpencer T Brody2015-07-161-4/+5
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-2/+13
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-2/+7
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-0/+787