summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70415 Attach tenantId to dbStats during initial syncjannaerin2022-11-158-122/+378
* SERVER-67862 Make ShardingStateRecovery::endMetadataOp() persist the configTi...Antonio Fuschetto2022-11-111-1/+1
* SERVER-33182 Remove atomic applyOpsAdityavardhan Agrawal2022-11-109-429/+167
* SERVER-68361 Make migration properly handle cases when shard key value modifi...Randolph Tan2022-11-101-5/+8
* SERVER-53571 Remove TODO about changing tenant migration timeoutMatt Broadstone2022-11-081-1/+0
* SERVER-67103 Add global index copy when migrating a chunkMarcos José Grillo Ramirez2022-11-081-20/+47
* SERVER-71094 Increase log level for 'Voted yes in election' to (debug) 1Matthew Russotto2022-11-071-1/+1
* SERVER-70939 Refactor split writes-during-aborted testMatt Broadstone2022-11-071-3/+6
* SERVER-71069 add ReplOperation::extractPrePostImageForTransaction()Benety Goh2022-11-042-2/+50
* SERVER-70916: Don't acquire mutex in blocker registry methodChristopher Caplinger2022-11-045-33/+63
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-0410-68/+51
* SERVER-69978 Use underlying error in retry evaluationGeorge Wangensteen2022-11-031-1/+1
* SERVER-67695 Remove write-blocking dbCheckLouis Williams2022-11-032-42/+18
* SERVER-69551 Shard Merge recipient should retry opening the backup cursor if ...mathisbessamdb2022-11-014-43/+685
* SERVER-70824 All serverless allowed commands should be allowed with security ...Sophia Tan2022-11-011-0/+4
* SERVER-70411 Serialize and deserialize DbCheckOplogBatch correctlymathisbessamdb2022-10-311-4/+3
* SERVER-69978 Refactor TenantMigrationDonorService::Instance to use async RPC APIGeorge Wangensteen2022-10-313-95/+81
* SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-318-31/+28
* SERVER-68817 Refactor tenant access blocking utils to address coverity warningDidier Nadeau2022-10-281-14/+20
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-287-15/+21
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-3/+4
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-279-35/+69
* SERVER-70782 Have StorageInterfaceImpl::setIndexIsMultikey to create Namespac...Sophia Tan2022-10-261-1/+1
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-1/+2
* SERVER-69214 Acquire lock in TenantMigrationDonorService before accessing mem...Didier Nadeau2022-10-251-0/+1
* SERVER-62880 Use tid field to apply applyOps and transactions oplog entriesjannaerin2022-10-243-4/+227
* SERVER-70773 Skip rebuilding instance on stepup in tenant migration recipient...Didier Nadeau2022-10-241-0/+3
* SERVER-70571 Set reasonable value for shard split timeoutMatt Broadstone2022-10-241-3/+2
* Revert "SERVER-62880 Use tid field to apply applyOps and transactions oplog e...auto-revert-processor2022-10-223-227/+4
* SERVER-62880 Use tid field to apply applyOps and transactions oplog entriesjannaerin2022-10-213-4/+227
* SERVER-70764 remove unused function getPreviousOplogEntry()Benety Goh2022-10-212-19/+0
* SERVER-67887 Add metrics for the first non-auth command on an ingress connectionVojislav Stojkovic2022-10-201-0/+4
* SERVER-66503 Skip unindexing from `_id` index when handling duplicate record ...Gregory Noma2022-10-201-14/+38
* SERVER-67926 Delete non-existing garbage collectable tenant migration data sh...mathisbessamdb2022-10-202-5/+158
* SERVER-70116 Support installing one access blocker for many tenantsMatt Broadstone2022-10-195-8/+55
* SERVER-69726 Run multitenancy tests on replica setsjannaerin2022-10-191-1/+2
* SERVER-70551 Remove a data race on the oplog collection cached pointer in Rep...Frederic Vitzikam2022-10-181-3/+3
* SERVER-69984 skip marking external kills as garbage collectable if they alrea...mathisbessamdb2022-10-183-2/+66
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-181-2/+2
* SERVER-68550 Change applyOps command path to use DatabaseNameDidier Nadeau2022-10-184-43/+47
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...jannaerin2022-10-177-143/+443
* SERVER-65558 Enable Feature flag for PM-2849Pierlauro Sciarelli2022-10-171-1/+4
* Revert "SERVER-62395 Use tid field to create namespace on non-txn commands du...auto-revert-processor2022-10-157-425/+143
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...Hugh Tong2022-10-147-143/+425
* Revert "SERVER-65558 Enable range deleter service feature flag"Pierlauro Sciarelli2022-10-131-4/+1
* Revert "SERVER-69551 Shard Merge recipient should retry opening the backup cu...mathisbessamdb2022-10-134-215/+6
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-123-6/+6
* SERVER-64248 Don't write resume token noop oplog entrymathisbessamdb2022-10-121-1/+8
* SERVER-69749 OpObserver::preTransactionPrepare() accepts TransactionOperationsBenety Goh2022-10-123-3/+3
* SERVER-69749 OpObserver::onUnpreparedTransactionCommit() accepts TransactionO...Benety Goh2022-10-123-6/+3