summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-048-45/+48
* SERVER-71490: Remove logs from oplog applier test fileXueruiFa2023-03-031-2/+0
* SERVER-74549 Reference public repository from public markdown filesDaniel Gómez Ferro2023-03-032-15/+15
* SERVER-72225 Fail waiting for config commitment if new config was installed w...Ali Mir2023-03-039-18/+76
* SERVER-74117 Factor out remaining DDL references to TransactionOperations in ...Matt Kneiser2023-03-023-46/+38
* SERVER-74219 add code reference for repl arch communication sectionJiawei Yang2023-03-021-0/+10
* SERVER-71490: Move steady state replication constraint relaxation opCounters ...XueruiFa2023-03-027-16/+308
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-2/+4
* SERVER-74175 Use INFO level for replication term update logging.Wenbin Zhu2023-03-011-6/+1
* SERVER-73532: Invalidate image collection entry when namespace is missing dur...seanzimm2023-03-014-5/+130
* SERVER-74201 Rename OplogStones to OplogTruncateMarkersHaley Connelly2023-02-282-5/+5
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-282-20/+5
* SERVER-74218 add code reference for life as primary/secondary in repl archJiawei Yang2023-02-271-0/+20
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-2713-226/+539
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-2616-48/+35
* Revert "SERVER-73118 Implement split prepare/commit/abort oplog application o...liubov.molchanova2023-02-2613-540/+226
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-2513-226/+540
* SERVER-72897 change X-dblock to X-collectionlock when updating local config d...Jiawei Yang2023-02-241-2/+2
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-1/+1
* Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a Databa...Uladzimir Makouski2023-02-232-5/+20
* SERVER-73294 Signal primary node for aborting index builds on failureYu Jin Kang Park2023-02-231-3/+3
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-232-20/+5
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-227-51/+57
* SERVER-73855: Update recipientForgetMigration logic to handle CallbackCanceledChristopher Caplinger2023-02-221-4/+14
* SERVER-74090 Add links and clarify replSetStepDown section in architecture guidekauboy262023-02-221-8/+15
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-172-2/+3
* SERVER-72829: Shard Merge supports retryable writes with Change StreamsChristopher Caplinger2023-02-161-0/+1
* SERVER-66749: Improve tenant migration currentOp outputChristopher Caplinger2023-02-164-7/+9
* SERVER-73050 Streamline logical branches in OpObserverImpl::onCreateIndexMatt Kneiser2023-02-163-2/+85
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-02-161-1/+2
* SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan2023-02-159-130/+133
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-155-14/+13
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-152-3/+2
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-152-2/+3
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-134-13/+20
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-1142-207/+363
* SERVER-73858 Oplog batch application index builds on an empty collection shou...Benety Goh2023-02-111-9/+14
* SERVER-73883 Add some feature flag tagging explanationCharlie Swanson2023-02-111-1/+4
* SERVER-73560 require valid term in OpTime::asQuery()Benety Goh2023-02-111-4/+2
* SERVER-73880 Make DatabaseName constantsjannaerin2023-02-111-1/+1
* SERVER-72489 Config server always has shardIdentity and uses ShardServerCatal...Jack Mulrow2023-02-101-6/+18
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-101-1/+1
* SERVER-71019 add ReplicationCoordinator::isRetryableWrite()Benety Goh2023-02-106-0/+28
* SERVER-72774 Prevent a node in quiesce mode to win election.Wenbin Zhu2023-02-103-4/+18
* SERVER-73688 Update shard split to be gated on FCV 6.3Esha Maharishi2023-02-091-1/+1
* SERVER-72762 Split commit and abort entries during secondary oplog application.Wenbin Zhu2023-02-0910-110/+390
* SERVER-73777 Fix so AutoGetOplog returns a yieldable pointerHenrik Edin2023-02-092-3/+3
* SERVER-72112 remove duplicate kConfigCollectionNSJiawei Yang2023-02-091-35/+40
* SERVER-73564 Skip ShardingStateRecovery logging write on a config server shardJack Mulrow2023-02-081-1/+1