summaryrefslogtreecommitdiff
path: root/src/mongo/db/vector_clock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-54167: Advance VectorClock on configOpTime advancementJordi Serra Torrens2021-02-041-0/+7
|
* SERVER-48435 Rename logical_clock.idl to vector_clock.idlJordi Serra Torrens2020-10-261-1/+1
|
* SERVER-51074 VectorClock is not gossiped correctly on newly started sessionsTommaso Tocci2020-09-241-2/+10
|
* SERVER-50998 Remove getClusterTimeForReplicaSet()Kevin Pulo2020-09-171-13/+0
|
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-0/+13
|
* SERVER-49970 Prefer the VectorClock's ConfigTime to configOpTime when ↵Pierlauro Sciarelli2020-09-011-1/+9
| | | | | | | querying config servers \ Co-authored-by: Pierlauro Sciarelli <pierlauro.sciarelli@mongodb.com> Co-authored-by: Kevin Pulo <kevin.pulo@mongodb.com>
* SERVER-49353 Refactor VectorClock's protected APIPierlauro Sciarelli2020-08-271-9/+21
|
* SERVER-49921 Optimised persistence and recovery of the VectorClockKaloian Manassiev2020-08-171-6/+0
|
* SERVER-49921 Pull the `_vectorClockPersist` command out of the ↵Kaloian Manassiev2020-08-111-1/+0
| | | | | | | 'vector_clock_mongod' library It should be in the same library where the commands are included, rather than together with the VectorClock implementation.
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-1/+1
|
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-3/+3
|
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-1/+1
|
* SERVER-48717 Implement the persist/recover functionalities of the ↵Pierlauro Sciarelli2020-07-161-0/+7
| | | | VectorClock [last additional changes]
* SERVER-48717 Implement the persist/recover functionalities of the VectorClockPierlauro Sciarelli2020-07-161-0/+1
|
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-2/+1
|
* SERVER-49315 Allow definition of custom vector clock gossip formatsPierlauro Sciarelli2020-07-071-45/+17
|
* SERVER-49308 Allow to advance any VectorClock time for testingPierlauro Sciarelli2020-07-071-4/+4
|
* SERVER-47406 Implement the persistence and tracking of topologyTimeKevin Pulo2020-07-011-1/+4
|
* SERVER-48715 correctly handle $clusterTime on arbiters when auth is enabledKevin Pulo2020-06-161-0/+6
|
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-43/+268
|
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-121-0/+201