summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config_server_op_observer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-64433 Recovering the topology tick points on startup/init syncSergi Mateo Bellido2022-05-131-73/+34
| | | | (cherry picked from commit cc33146088335da2bc08edf4eeec7d6b9fd724f0)
* 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 ↵Daniel Gottlieb2021-05-041-2/+1
| | | | OpObserver::onDelete to express image semantics.
* SERVER-50218 Change shard server and config server op observers to support ↵Ian Boros2020-09-091-6/+11
| | | | $v:2 update oplog entries
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-4/+2
|
* SERVER-49719 Check that appliedOps oplog entry's field exists in ↵Pierlauro Sciarelli2020-07-211-0/+5
| | | | _isTopologyChanged (sharded_backup_restore.js)
* 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 ↵Kevin Pulo2020-05-041-0/+7
| | | | into configOpTime
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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
| | | | | | This change only applies to collection renames within the same database. Rename across databases requires copying the data, and the resulting collection will have a new UUID.
* 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