summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/primary_only_service_op_observer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76369 Accumulate state among early OpObserversMatt Kneiser2023-04-241-1/+2
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-7/+8
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-8/+8
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-4/+3
* SERVER-61611 OpObserver::aboutToDelete() accepts UUIDBenety Goh2021-11-191-0/+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-1/+1
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-2/+1
* SERVER-54460 Ensure that opCtx that waits on PrimaryOnlyService completion pr...Cheahuychou Mao2021-05-041-9/+13
* SERVER-53950: fix ASAN errors when migration recipient is stuck on step downAndrew Shuvalov2021-02-111-2/+9
* SERVER-50053 Remove PrimaryOnlyService instances from registry when their sta...Spencer T Brody2020-08-191-0/+90