summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-2022-93/+181
* SERVER-71202 Adapt existing movePrimary logic to new DDL coordinatorAntonio Fuschetto2022-12-208-56/+501
* SERVER-62672 Avoid `getCollectionVersion` duplicate queries when committing c...Pierlauro Sciarelli2022-12-202-106/+57
* SERVER-71614 Add case to hide the index when is not compatible with shard key.Pol Pinol Castuera2022-12-193-2/+30
* SERVER-71880 Expose fromMigrate parameter in dropCollection() API methodsPaolo Polato2022-12-191-20/+7
* SERVER-55398 Dropping a database should also drop all its associated tags.Pol Pinol Castuera2022-12-191-0/+13
* SERVER-72046 Add test for concurrent migration fetching and insertionRachita Dhawan2022-12-161-1/+3
* SERVER-71959: Modify usages of ClusterRole::Kshitij Gupta2022-12-165-9/+13
* SERVER-72065 Use GlobalLock to invoke canAcceptWritesFor() in SessionsCollect...Paolo Polato2022-12-162-4/+2
* SERVER-71927 - Coverity analysis defect 134298: Dereference null return valueEnrico Golfieri2022-12-161-3/+5
* SERVER-72077 Make write distribution metrics calculation account for the repl...Cheahuychou Mao2022-12-163-11/+149
* SERVER-72032 Support calculating write distribution metrics from sampled writ...Cheahuychou Mao2022-12-163-0/+840
* SERVER-72031 Support calculating read distribution metrics from sampled read ...Cheahuychou Mao2022-12-164-0/+1072
* SERVER-72175 Temporarily blacklist `IdempotentRenameRangeDeletionsTest` unit ...Pierlauro Sciarelli2022-12-161-1/+2
* SERVER-66145 Prevent operations from writing with read ticketsLouis Williams2022-12-163-20/+20
* SERVER-71891 Explicitly use ShardLocal in ShardingCatalogManagerJack Mulrow2022-12-1513-389/+388
* SERVER-72030 Not use separate IDL types for sampled read and write queriesCheahuychou Mao2022-12-153-52/+52
* SERVER-71311 Global indexes aggregation during migrations should be retriedAllison Easton2022-12-151-4/+9
* SERVER-72085 Add ReplicaSetAwareService method to observe setting replica set...Jack Mulrow2022-12-149-0/+14
* SERVER-72065 Fix refresh of sessions cache in CSRS secondary nodesPaolo Polato2022-12-142-14/+22
* SERVER-69890 Concurrent movePrimary and removeShard can move database to a no...Antonio Fuschetto2022-12-132-6/+20
* SERVER-72006 add OpObserver::onTransactionStart()Benety Goh2022-12-135-0/+10
* SERVER-71754 Define a new remote command to notify the completion of an addSh...Enrico Golfieri2022-12-124-4/+167
* SERVER-71084 RangeDeleterService test util needs to insert range deletion tas...Allison Easton2022-12-121-7/+4
* SERVER-71056 Assert the internal status of the recoverable critical section w...Antonio Fuschetto2022-12-126-26/+11
* SERVER-70369 add server parameter for num inserter/fetcher threads in chunk m...Andrew Witten2022-12-092-1/+70
* SERVER-71997: MigrationDestinationManager::getMigrationStatusReport() should ...Kshitij Gupta2022-12-093-22/+25
* SERVER-71689 Refresh the catalogCache after dropping a collectionSergi Mateo Bellido2022-12-093-45/+35
* SERVER-71657 OpObserver::onUnpreparedTransactionCommit() does not modify Tran...Benety Goh2022-12-085-9/+9
* SERVER-71657 OpObserver::preTransactionPrepare() does not modify TransactionO...Benety Goh2022-12-086-12/+12
* SERVER-71657 OpObserver::onTransactionPrepare() accepts TransactionOperationsBenety Goh2022-12-085-5/+5
* SERVER-69152 Always acquire the client lock before setting LSIDSaman Memaripour2022-12-088-17/+43
* SERVER-71697: Initialize scalar member field at constructionAdi Zaimi2022-12-081-1/+1
* SERVER-70682 persist placement document updates when nss.renameCollection() g...Paolo Polato2022-12-071-35/+113
* SERVER-71818: Use the new cluster paramKshitij Gupta2022-12-071-1/+5
* SERVER-70100 Ensure at-least-once emission of oplog entry on shardCollection(...Paolo Polato2022-12-071-1/+17
* SERVER-71756 Defragmentation policy should issue dataSize commands with estim...Allison Easton2022-12-071-2/+8
* SERVER-71873: Update access blocker util methods to use DatabaseNameChristopher Caplinger2022-12-061-1/+1
* SERVER-71436 Range deleter must not aggressively spam the log when shard key ...Pierlauro Sciarelli2022-12-051-6/+14
* SERVER-71479 Merging chunks must not set `validAfter` to the current wall timePierlauro Sciarelli2022-12-055-50/+70
* SERVER-70827 Refactor catalog client aggregation unit test for placementHistoryEnrico Golfieri2022-12-051-316/+706
* SERVER-71559 MigrationChunkClonerSource is an abstract class with a single im...Enrico Golfieri2022-12-0511-1819/+1678
* SERVER-71787 Balancer needs to attach forceJumbo to `moveRange` commandPierlauro Sciarelli2022-12-051-0/+1
* SERVER-71788 Defragmentation should handle ChunkTooBig errorsAllison Easton2022-12-051-1/+9
* SERVER-71797 un-inline MutableOplogEntry::setTid()Benety Goh2022-12-024-0/+4
* SERVER-71541 Rename migration_destination_manager_legacy_commands.cpp to migr...Enrico Golfieri2022-12-022-1/+1
* SERVER-56186 Add counters in session migration codewenqinYe2022-12-0117-210/+516
* SERVER-32725 Config server uses KeysCollectionClientDirectJack Mulrow2022-12-013-2/+19
* SERVER-71666 Reduce number of scanned index entries on chunk migration commitPierlauro Sciarelli2022-11-301-18/+17
* SERVER-71125 RangeDeleter unittest may fail due to non atomic SharedFuture re...Silvia Surroca2022-11-301-0/+1