summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/op_observer_sharding_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76807 Avoid adding opTimes for non-retryable internal transactions to ...Cheahuychou Mao2023-05-161-1/+2
* SERVER-77121 move OpObserverShardingImpl::isMigrating() to MigrationSourceMan...Benety Goh2023-05-151-11/+1
* SERVER-76425 Removed unused prePostImageOpTime from OpTimeBundleMatt Kneiser2023-04-211-4/+2
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-3/+3
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+1
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-3/+3
* SERVER-75117: Avoid passing NamespaceString by value when possible.Colin Stolley2023-04-031-3/+3
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-72346 Enforce the required lock mode in the DatabaseShardingState APIAntonio Fuschetto2023-02-091-2/+2
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-01-271-0/+10
* SERVER-72869 Push the database metadata from the Storage Catalog back to the ...Antonio Fuschetto2023-01-251-4/+3
* SERVER-69770 Follow up, const improvements for CSR shared acquisitionDaniel Gómez Ferro2023-01-181-1/+2
* SERVER-69770 Enforce lock mode in CollectionShardingRuntime APIDaniel Gómez Ferro2023-01-031-2/+1
* SERVER-70437 Check dbVersion on sharding opobserversDaniel Gómez Ferro2022-12-231-19/+30
* SERVER-71559 MigrationChunkClonerSource is an abstract class with a single im...Enrico Golfieri2022-12-051-1/+1
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-24/+15
* SERVER-69435 Cleanup includes and librariesKaloian Manassiev2022-09-211-9/+3
* SERVER-69434 Make the DSS acquisition a RAIIKaloian Manassiev2022-09-111-13/+8
* SERVER-67508 OpObserverImpl constructor accepts OplogWriterBenety Goh2022-07-151-0/+3
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-1/+1
* 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