summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/op_observer_sharding_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-201-0/+125