summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/operation_sharding_state.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-3/+3
* SERVER-68485 Merge and Split commands should not use the CSR to check the sha...Allison Easton2022-08-121-0/+8
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-4/+4
* SERVER-64475 Change isOperationVersioned to isComingFromRouterKaloian Manassiev2022-04-011-10/+6
* SERVER-64459 Use ScopedSetShardRole in ShardvrProcessInterfaceKaloian Manassiev2022-03-151-5/+0
* SERVER-63327 Make the Stale* exception handling uniform in all code pathsKaloian Manassiev2022-03-101-38/+7
* SERVER-64057 Implement a scoped object for setting the expected shard/databas...Kaloian Manassiev2022-03-091-14/+48
* SERVER-64057 Move the shard/database version parsing to the endpointKaloian Manassiev2022-03-011-16/+0
* SERVER-58376: Perform local reads when on the primary reading from an unshard...Hana Pearlman2021-09-301-0/+5
* SERVER-60092 Remove TODO referencing ScopedAllowImplicitCollectionCreate_UNSAFEKaloian Manassiev2021-09-291-5/+5
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-12/+17
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-1/+1
* SERVER-51101 Futurify ShardingMigrationCriticalSectionPierlauro Sciarelli2020-09-291-5/+5
* SERVER-50057 Do not use StringDataSet in OperationShardingStateHaley Connelly2020-08-051-1/+1
* SERVER-47532 ShardServerProcessInterface: Convert usage of getCollectionDescr...Haley Connelly2020-06-291-15/+10
* SERVER-44719 Make createIndexes, dropIndexes, and collMod check shard versionsCheahuychou Mao2019-12-061-1/+8
* SERVER-42600 Implement the FCV 4.4 checkShardVersion protocolEsha Maharishi2019-08-081-3/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39495 Move ShardingState::needCollectionMetadata under OperationShardi...Kaloian Manassiev2019-02-271-0/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-27/+29
* SERVER-35849 Remove dependency of the write commands on sharding_runtime_dCheahuychou Mao2018-07-191-0/+21
* SERVER-34325 OperationShardingState should store namespace and db separately,...Esha Maharishi2018-04-051-7/+13
* SERVER-33773 Add 'waitForMovePrimaryCriticalSection' flag to OperationShardin...Blake Oler2018-04-031-0/+22
* SERVER-33097 Make shards put a request's databaseVersion on the OperationShar...Esha Maharishi2018-03-071-8/+25
* SERVER-33668 Get rid of OperationShardingState::unsetShardVersion()Esha Maharishi2018-03-061-11/+0
* Revert "SERVER-33097 make shards put a request's databaseVersion on the Opera...Esha Maharishi2018-03-011-38/+37
* SERVER-33097 make shards put a request's databaseVersion on the OperationShar...Esha Maharishi2018-03-011-37/+38
* SERVER-31349 Rename 'disallowCollectionCreation' generic argument to 'allowIm...Kaloian Manassiev2017-10-031-5/+5
* SERVER-30344 prevent shards from implicitly creating a collection on createIn...Esha Maharishi2017-09-261-0/+16
* SERVER-30424 Remove opCtx/serviceContext null checks from db.cpp since Servic...Kaloian Manassiev2017-08-141-24/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-24771 Use view namespace in cursors for aggregate/getMoreGeert Bosch2016-08-221-0/+5
* SERVER-25602 Make split/mergeChunks commands check the validity of inputKaloian Manassiev2016-08-161-1/+1
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-4/+3
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-161-3/+25
* SERVER-22359 Rename OperationShardVersion to OperationShardingStateKaloian Manassiev2016-03-091-0/+127