summaryrefslogtreecommitdiff
path: root/src/mongo/db/vector_clock_mongod_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32725 Config server uses KeysCollectionClientDirectJack Mulrow2022-12-011-1/+2
* SERVER-70093 VectorClockMongoDTest resets global cluster role during setup to...Benety Goh2022-09-291-0/+4
* SERVER-67508 OpObserverImpl constructor accepts OplogWriterBenety Goh2022-07-151-1/+3
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-2/+2
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-3/+3
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-021-12/+12
* SERVER-59053 VectorClock is not gossiped in sessions started by a direct-to-s...Tommaso Tocci2021-12-161-2/+2
* SERVER-60126 Swap TODO SERVER-55032 with SERVER-60110Kaloian Manassiev2021-10-081-1/+1
* SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…Randolph Tan2021-09-211-0/+8
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-5/+6
* SERVER-49921 Optimised persistence and recovery of the VectorClockKaloian Manassiev2020-08-171-135/+0
* SERVER-49192 Persist the VectorClock for configTime and topologyTime causal c...Pierlauro Sciarelli2020-08-081-32/+33
* SERVER-49969 Clear global state in VectorClockMongoDTestPrimary tearDownPierlauro Sciarelli2020-07-291-5/+10
* SERVER-49400 Differenciate VectorClock persist behavior based on cluster rolePierlauro Sciarelli2020-07-271-4/+21
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-57/+55
* 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-4/+4
* SERVER-48717 Implement the persist/recover functionalities of the VectorClockPierlauro Sciarelli2020-07-161-40/+155
* SERVER-47406 Implement the persistence and tracking of topologyTimeKevin Pulo2020-07-011-11/+31
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-2/+1
* SERVER-48775 Make OpObserverShardingImpl to be part of sharding_runtime_dKaloian Manassiev2020-06-151-9/+8
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-23/+187
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-121-0/+101