summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/op_observer_sharding_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64331 Chunk migration should not migrate internal sessions for non-ret...Cheahuychou Mao2022-03-241-1/+2
* SERVER-62733 Move resharding_util.h/.cpp to db/s/reshardingKaloian Manassiev2022-01-201-1/+1
* SERVER-61759 Do not expose the cloner directly from the MigrationSourceManagerKaloian Manassiev2021-12-071-11/+11
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-191-2/+1
* SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…Randolph Tan2021-09-211-12/+7
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-1/+2
* SERVER-58595 Remove legacy ConfigsvrCommitMovePrimary commandTommaso Tocci2021-07-271-1/+0
* SERVER-48129 Invariant that operations which are holding open an oplog hole c...Gregory Wlodarek2021-07-131-0/+2
* SERVER-55111 When using a nested shard key, a delete in a txn to a chunk that...Jordi Serra Torrens2021-05-171-11/+27
* SERVER-53679 No-op for filling in destined recipient for insert oplog entries...jannaerin2021-03-221-5/+10
* SERVER-52639 Fail resharding operation if new shard key includes arrayAlex Taskov2021-03-021-1/+1
* SERVER-52771 Disallow createIndexes, dropIndexes, and collMod on donor shards...jannaerin2021-02-101-1/+1
* SERVER-49823 Add destined recipient to oplog entries from updatesAlex Taskov2020-10-021-1/+1
* SERVER-49821 Define utility function for getting recipient which would own do...Alex Taskov2020-09-161-0/+9
* SERVER-46199 Hide the RoutingTableHistory detail from the ChunkManagerKaloian Manassiev2020-09-031-4/+3
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-3/+4
* SERVER-49809 return MovePrimaryInProgress on view create or modify commandsMisha Tyulenev2020-07-231-1/+1
* SERVER-49086 follow-up: exclude system unsharded collections from MovePrimary...Misha Tyulenev2020-07-101-0/+4
* SERVER-49086 fail with MovePrimaryInProgress for insert update and delete com...Misha Tyulenev2020-07-061-3/+32
* SERVER-48326 Complete TODO listed in SERVER-47701Pierlauro Sciarelli2020-06-231-13/+18
* SERVER-47707 Fix TODOs to reference a more appropriate ticketKaloian Manassiev2020-04-241-2/+3
* SERVER-47472 Remove usages of checkShardVersionOrThrow_DEPRECATED from the Op...Kaloian Manassiev2020-04-211-9/+5
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-6/+10
* SERVER-46703 Make `checkShardVersionOrThrow` throw SSV if the metadata is not...Kaloian Manassiev2020-04-101-3/+3
* SERVER-47103 Add OrphanCleanupPolicy parameter to getOwnershipFilterTommaso Tocci2020-03-261-1/+2
* SERVER-46295 Remove unneeded isColletion parameter to CollectionShardingRunti...Tommaso Tocci2020-02-211-4/+4
* SERVER-45778 Rename getOrphanFilter to getOwnershipFilter and change the retu...Marcos José Grillo Ramírez2020-02-031-5/+4
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-2/+3
* SERVER-42856 Make the check for chunk moved in the op observer take hashed sh...Randolph Tan2019-08-211-2/+4
* SERVER-42600 Implement the FCV 4.4 checkShardVersion protocolEsha Maharishi2019-08-081-4/+4
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-06-271-3/+4
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-06-271-4/+4
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-201-37/+3
* Revert "SERVER-40791 Track multi-statement transaction operations for migrati...Blake Oler2019-06-131-3/+37
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-121-37/+3
* SERVER-41193 Get rid of LogicalSessionCache promote and refreshSessionsKaloian Manassiev2019-05-241-1/+0
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-5/+16
* SERVER-39940 Model a shard key update as a delete inside the chunk migration ...Blake Oler2019-04-241-4/+6
* SERVER-39935 Don't pass in optime when migrating transaction statementsBlake Oler2019-03-201-6/+6
* SERVER-39926 Observe prepared transactions on prepare for migration to guaran...Blake Oler2019-03-081-15/+9
* SERVER-39495 Only return versioned filtering metadata for cases that actually...Kaloian Manassiev2019-02-281-13/+18
* SERVER-39021 Switch migrations to observe multi-statement transaction CRUD st...Blake Oler2019-02-211-37/+82
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38473 Create DatabaseShardingStateLock to ensure concurrency around Da...Blake Oler2019-02-051-4/+4
* SERVER-38284 Create concurrency lock for CollectionShardingRuntimeBlake Oler2018-12-281-11/+27
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-1/+1
* SERVER-37350 Shards should reject writes in snapshot sharded transactions to ...Jack Mulrow2018-10-301-3/+39
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-26/+0