summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_state_recovery.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-281-2/+1
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-6/+6
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-5/+5
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+2
* SERVER-27713 create an OpObserver for shard chunk metadata updatesDianna Hohensee2017-06-151-5/+6
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-21/+22
* SERVER-27625 remove dead ANSA and setShardVersion codeEsha Maharishi2017-01-231-10/+1
* SERVER-26340 ShardingState::setShardName should be called under initializeFro...Esha Maharishi2016-10-101-2/+2
* SERVER-24991 log redaction for storage mongosRamon Fernandez2016-08-271-4/+4
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-231-1/+2
* SERVER-24465 Remove 'recoverShardingState' server parameterSpencer T Brody2016-07-261-12/+10
* SERVER-24842 ShardingStateRecovery::recover cleanup should not wait for repli...Kaloian Manassiev2016-07-051-3/+6
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-4/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23933 Remove OpDebug from ops/update.cpp::update()James Wahlin2016-05-191-2/+1
* SERVER-23128 Remove sharding logic from UpdateLifecycleImplMathias Stearn2016-04-211-1/+1
* SERVER-22661 Require --shardsvr for shard aware initializationRandolph Tan2016-04-081-0/+4
* SERVER-23479 move ownership of configOpTime to GridEsha Maharishi2016-04-051-4/+3
* SERVER-22661 Add initialization from shard identity docRandolph Tan2016-03-231-2/+6
* SERVER-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-211-0/+1
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-8/+0
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-1/+1
* SERVER-21823 Update and findAndModify with {upsert: true} should report nMatc...Tess Avitabile2016-01-291-1/+1
* SERVER-21222 minOpTime recovery should only be written if the config server i...Randolph Tan2015-11-101-0/+8
* SERVER-21186 Make actionLog format the same as changeLog'sKaloian Manassiev2015-11-031-1/+0
* SERVER-20889 Add server parameter for disabling sharding state recoverySpencer T Brody2015-10-221-0/+10
* SERVER-21033 Do not wait for write concern under lockKaloian Manassiev2015-10-211-4/+7
* SERVER-19934 Sharding config minOpTime recoveryKaloian Manassiev2015-10-071-0/+297