summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_state_recovery.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-05-301-1/+7
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-1/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36411 include shard id/name in changelog/actionlog entriesKevin Pulo2018-11-141-6/+7
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-121-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37431 Make `logChange` not return `Status`.ADAM David Alan Martin2018-10-051-5/+5
* SERVER-30714 Handle 'not master' errors in ReplicationCoordinatorExternalStat...Kaloian Manassiev2018-09-261-7/+3
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-241-1/+1
* SERVER-29908 Remove ShardingState::appendInfoKaloian Manassiev2018-08-011-3/+4
* SERVER-25276 Write config connection string and shard name to minOpTime recov...Jack Mulrow2018-03-281-3/+18
* SERVER-29908 Move ChunkSplitter to the `sharding_runtime_d` libraryKaloian Manassiev2018-03-051-9/+11
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-1/+1
* SERVER-25276: Remove redundant information from minOpTimeRecovery documentKaitlin Mahar2017-12-081-51/+3
* 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