summaryrefslogtreecommitdiff
path: root/src/mongo/db/vector_clock_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66431 Replace all usages of ShardType::ConfigNS by kConfigsvrShardsNam...Silvia Surroca2022-06-031-1/+1
* SERVER-64433 Recovering the topology tick points on startup/init syncSergi Mateo Bellido2022-05-121-9/+25
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64627 Refactor onInitialSyncComplete and onStartupRecoveryComplete int...Vesselina Ratcheva2022-04-211-2/+1
* SERVER-64517 Recover RecoverableCriticalSection after initialSync and startup...Jordi Serra Torrens2022-03-161-0/+2
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-021-3/+6
* SERVER-62907 Vector clock components must survive CSRS non-rolling restartAntonio Fuschetto2022-02-251-0/+24
* SERVER-60109 Ensure vector clock is recovered on step-upPierlauro Sciarelli2022-01-041-28/+22
* SERVER-62243 Wait for vector clock document majority-commit without timeoutPierlauro Sciarelli2021-12-241-1/+1
* SERVER-60126 Swap TODO SERVER-55032 with SERVER-60110Kaloian Manassiev2021-10-081-1/+1
* SERVER-57407 Avoid taking ReplicationCoordinator mutex when deciding …Randolph Tan2021-09-171-1/+4
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-2/+2
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-2/+4
* SERVER-47568 Disable clusterTime gossiping for nodes in unreadable statesJack Mulrow2021-05-041-0/+11
* SERVER-51903 Avoid VectorClockPersistCommand deadlock upon fast replica state...Pierlauro Sciarelli2020-11-241-60/+23
* SERVER-52939 Expand Promise::setFrom()Ben Caimano2020-11-231-1/+1
* SERVER-51328 with authPierlauro Sciarelli2020-10-151-1/+1
* Revert "SERVER-51328 Do not pass entire namespace string to db parameter when...Pierlauro Sciarelli2020-10-091-1/+1
* SERVER-51328 Do not pass entire namespace string to db parameter when calling...r4.9.0-alphaPierlauro Sciarelli2020-10-081-1/+1
* SERVER-50740 Add onShutdown() method to ReplicaSetAwareInterface class.Suganthi Mani2020-09-091-0/+1
* SERVER-50589 Change PersistentTaskStore::Update to assert that at least one d...Blake Oler2020-09-081-3/+2
* SERVER-49353 Refactor VectorClock's protected APIPierlauro Sciarelli2020-08-271-41/+13
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-251-1/+1
* SERVER-49921 Optimised persistence and recovery of the VectorClockKaloian Manassiev2020-08-171-262/+265
* SERVER-49921 Pull the `_vectorClockPersist` command out of the 'vector_clock_...Kaloian Manassiev2020-08-111-11/+10
* SERVER-49192 Persist the VectorClock for configTime and topologyTime causal c...Pierlauro Sciarelli2020-08-081-48/+35
* SERVER-49935 Add startup method to ReplicaSetAwareService interfaceSpencer T Brody2020-07-311-0/+1
* SERVER-49400 Differenciate VectorClock persist behavior based on cluster rolePierlauro Sciarelli2020-07-271-2/+43
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-5/+6
* SERVER-49681 Move persistent task store under dbPierlauro Sciarelli2020-07-201-1/+1
* SERVER-48717 Implement the persist/recover functionalities of the VectorClock...Pierlauro Sciarelli2020-07-161-3/+3
* SERVER-48717 Implement the persist/recover functionalities of the VectorClockPierlauro Sciarelli2020-07-161-0/+254
* SERVER-47406 Implement the persistence and tracking of topologyTimeKevin Pulo2020-07-011-3/+11
* SERVER-48927 Provide term to ReplicaSetAwareService onStepUp methodsSpencer T Brody2020-06-241-2/+2
* SERVER-48924 Move ReplicaSetAwareService into repl directory and namespaceSpencer T Brody2020-06-241-1/+1
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-52/+50
* SERVER-48406 Add onBecomeArbiter to ReplicaSetAwareServiceKevin Pulo2020-05-281-0/+10
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-121-0/+179