summaryrefslogtreecommitdiff
path: root/src/mongo/db/vector_clock_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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