summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config_server_op_observer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66431 Replace all usages of ShardType::ConfigNS by kConfigsvrShardsNam...Silvia Surroca2022-06-031-3/+4
* SERVER-65837 Use transactions instead of applyOps when removing a shardMarcos José Grillo Ramirez2022-05-191-52/+17
* Revert "SERVER-65837 Use transactions instead of applyOps when removing a shard"Sviatlana Zuiko2022-05-171-15/+55
* SERVER-65837 Use transactions instead of applyOps when removing a shardMarcos José Grillo Ramirez2022-05-171-55/+15
* SERVER-64433 Recovering the topology tick points on startup/init syncSergi Mateo Bellido2022-05-121-73/+34
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60509 onReplicationRollback should crash on failureJason Chan2021-10-261-2/+2
* SERVER-60509 make OpObserver::OnReplicationRollback noexceptJason Chan2021-10-191-1/+1
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-1/+1
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObserversKaloian Manassiev2021-10-151-2/+2
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-2/+1
* SERVER-50218 Change shard server and config server op observers to support $v...Ian Boros2020-09-091-6/+11
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-4/+2
* SERVER-49719 Check that appliedOps oplog entry's field exists in _isTopologyC...Pierlauro Sciarelli2020-07-211-0/+5
* SERVER-47406 Implement the persistence and tracking of topologyTimeKevin Pulo2020-07-011-1/+151
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-121-3/+3
* SERVER-47870 Push updated majority commit point values on config servers into...Kevin Pulo2020-05-041-0/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-081-0/+1
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34099 Clear config version cache on rollback if neededJudah Schvimer2018-03-281-0/+13
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-0/+78