summaryrefslogtreecommitdiff
path: root/src/mongo/db/fcv_op_observer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-58533 Log FCV at initialization and on log rotationVishnu Kaushik2021-12-031-0/+1
* Revert "SERVER-58533 Log FCV at initialization and on log rotation"auto-revert-processor2021-12-011-1/+0
* SERVER-58533 Log FCV at initialization and on log rotationReo Kimura2021-11-301-0/+1
* Revert "SERVER-58533 Log FCV at initialization and on log rotation"Uladzimir Makouski2021-11-231-1/+0
* SERVER-58533 Log FCV at initialization and on log rotationReo Kimura2021-11-221-0/+1
* SERVER-60690: Refactor OplogUpdateEntryArgs to use retryable FAM enum.Daniel Gottlieb2021-11-021-2/+2
* 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 OpObserversKaloian Manassiev2021-10-151-2/+2
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-19/+15
* SERVER-57521 Avoid dropping connections with pending flag set, unset pending...jannaerin2021-06-291-1/+11
* SERVER-53643 Wait for FCV to be majority committed before reporting it.Matthew Russotto2021-05-271-2/+9
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-2/+1
* SERVER-50706 Add fromConfigServer parameter to allow transitioning a shard se...Jason Chan2020-09-241-2/+10
* SERVER-49520: Add linter rule for generic FCV referencesLingzhi Deng2020-09-021-0/+1
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-271-1/+1
* SERVER-50356: Account for last-continuous when closing connections on FCV upg...Lingzhi Deng2020-08-271-1/+4
* SERVER-50107 Add new lastContinuous upgrade/downgrade path to setFeatureCompa...Jason Chan2020-08-201-2/+5
* SERVER-47667: Create FCVOpObserverGrace Luong2020-08-191-0/+185