summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_state_recovery.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77125 Avoid unnecessary construction of NamespaceString on collection ...Jordi Serra Torrens2023-05-161-8/+8
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-31/+37
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-2/+1
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+2
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-1/+1
* SERVER-73564 Skip ShardingStateRecovery logging write on a config server shardJack Mulrow2023-02-081-9/+16
* SERVER-67862 Make ShardingStateRecovery::endMetadataOp() persist the configTi...Antonio Fuschetto2022-11-111-3/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-1/+1
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-9/+12
* SERVER-50675 Get rid of Grid's configOpTime after 5.0 has branched outTommaso Tocci2021-07-291-11/+1
* SERVER-47123 remove sharding (and resharding) references to AutoGetOrCreateDbBenety Goh2021-04-291-5/+4
* SERVER-51360 Fix Uninitialized scalar field defect raised by Coverity.Paolo Polato2021-04-231-1/+1
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-1/+1
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-1/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46772 Use IDL to represent UpdateRequestKatherine Wu2020-04-161-1/+2
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideJack Mulrow2020-03-231-13/+21
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-12/+28
* SERVER-42654 add TODO to the place to change FCVMisha Tyulenev2019-08-061-2/+0
* SERVER-34166 Stop writing config server connection string and shard name to m...Jason Zhang2019-06-261-15/+2
* 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