index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
vector_clock_mongod_test.cpp
Age
Commit message (
Expand
)
Author
2024-06-20
SERVER-78909 Make KeysCollectionManager retry refreshing if the refresh faile...
Cheahuychou Mao
2024-06-08
SERVER-84786: Remove supportsReadConcernMajority from storageEngine interface...
Kishore Devireddy
2024-06-04
SERVER-90460 Refactor VectorClockMongoD (#22186)
Adam Farkas
2024-03-29
SERVER-88650 Fix deadlock in `VectorClockMongoD` during shutdown (#20495)
Adam Farkas
2024-02-16
SERVER-86681 Fix data race at VectorClockMongoDTest reading / writing the ser...
Pol Piñol Castuera
2024-02-01
SERVER-80296 Refactor command request processing path to reduce BSON parsing ...
Alex Li
2024-01-02
SERVER-84407 Remove unused functionality from the sharding test fixtures
Kaloian Manassiev
2024-01-02
Revert "SERVER-84407 Remove unused functionality from the sharding test fixtu...
auto-revert-processor
2023-12-30
SERVER-84407 Remove unused functionality from the sharding test fixtures
Kaloian Manassiev
2023-12-01
SERVER-83698 Rename the OplogWriter used by primary OpObserver to OperationLo...
Wenbin Zhu
2023-08-24
SERVER-80191 Replace Session tags for internal client with Client bool
Alex Li
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-06-23
SERVER-60110 Remove ShardingStateRecovery
Jordi Serra Torrens
2022-12-01
SERVER-32725 Config server uses KeysCollectionClientDirect
Jack Mulrow
2022-09-29
SERVER-70093 VectorClockMongoDTest resets global cluster role during setup to...
Benety Goh
2022-07-15
SERVER-67508 OpObserverImpl constructor accepts OplogWriter
Benety Goh
2022-07-08
SERVER-67507 Move op_observer files to op_observer directory
Shin Yee Tan
2022-04-07
SERVER-65146 Run unit tests with `wiredTiger` by default
Gregory Noma
2022-03-02
SERVER-63742 Default topology time in shard can lead to infinite refresh in s...
Antonio Fuschetto
2021-12-16
SERVER-59053 VectorClock is not gossiped in sessions started by a direct-to-s...
Tommaso Tocci
2021-10-08
SERVER-60126 Swap TODO SERVER-55032 with SERVER-60110
Kaloian Manassiev
2021-09-21
SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…
Randolph Tan
2021-08-05
SERVER-54252 Cleanup legacy configOpTime gossiping
Tommaso Tocci
2020-08-17
SERVER-49921 Optimised persistence and recovery of the VectorClock
Kaloian Manassiev
2020-08-08
SERVER-49192 Persist the VectorClock for configTime and topologyTime causal c...
Pierlauro Sciarelli
2020-07-29
SERVER-49969 Clear global state in VectorClockMongoDTestPrimary tearDown
Pierlauro Sciarelli
2020-07-27
SERVER-49400 Differenciate VectorClock persist behavior based on cluster role
Pierlauro Sciarelli
2020-07-22
SERVER-49321 Make VectorClock::Component protected
Pierlauro Sciarelli
2020-07-20
SERVER-49681 Move persistent task store under db
Pierlauro Sciarelli
2020-07-16
SERVER-48717 Implement the persist/recover functionalities of the VectorClock...
Pierlauro Sciarelli
2020-07-16
SERVER-48717 Implement the persist/recover functionalities of the VectorClock
Pierlauro Sciarelli
2020-07-01
SERVER-47406 Implement the persistence and tracking of topologyTime
Kevin Pulo
2020-06-21
SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...
Kaloian Manassiev
2020-06-15
SERVER-48775 Make OpObserverShardingImpl to be part of sharding_runtime_d
Kaloian Manassiev
2020-06-05
SERVER-47914 Move clusterTime from LogicalClock to VectorClock
Kevin Pulo
2020-05-12
SERVER-46200 implement basic VectorClock service
Kevin Pulo