summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_server_op_observer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-251-8/+14
* SERVER-65815 Remove OrphanTracking feature flagPierlauro Sciarelli2022-11-231-4/+0
* SERVER-70985 Fix uuid naming issue in onModifyShardedCollectionGlobalIndexCat...Allison Easton2022-11-141-17/+19
* SERVER-67103 Add global index copy when migrating a chunkMarcos José Grillo Ramirez2022-11-081-24/+61
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-6/+5
* SERVER-70660 Support for recoverable critical section on databasesAntonio Fuschetto2022-11-041-35/+79
* SERVER-70199 Replace index timestamp with CollectionIndexes in GlobalIndexesC...Allison Easton2022-10-311-4/+8
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-6/+8
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-35/+45
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-18/+15
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-191-29/+27
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-17/+29
* SERVER-69134 Adding a way to clear the metadata managerSergi Mateo Bellido2022-09-131-7/+14
* SERVER-69434 Make the DSS acquisition a RAIIKaloian Manassiev2022-09-111-10/+14
* SERVER-66972 Database critical section does not serialize with ongoing refreshesAntonio Fuschetto2022-08-291-0/+10
* SERVER-67955 Add indexVersion getter on the CSR and make it recoverableMarcos José Grillo Ramirez2022-08-241-5/+29
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-231-2/+2
* SERVER-68626 Use feature flag to enable either the range deleter service or t...Pierlauro Sciarelli2022-08-101-1/+3
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-7/+7
* SERVER-68083 Allow the acquisition of a CriticalSection on view namespaces by...Paolo Polato2022-07-191-17/+23
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-2/+4
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-64209 Push the DatabaseShardingState state to the Storage CatalogAntonio Fuschetto2022-07-061-4/+3
* SERVER-63819 Make range deletion's `numOrphanDocs` field non-optional once 6....Allison Easton2022-05-261-2/+2
* SERVER-63668 Guard the chunk splitter behind the no more auto-splitter featur...Allison Easton2022-05-241-1/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64196 Implement BalancerStatisticsRegistry and command to retrieve its...Tommaso Tocci2022-04-051-1/+35
* SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev2022-03-291-1/+2
* SERVER-64485 Use _id to determine the update type in extractUpdateType()Arun Banala2022-03-251-5/+7
* SERVER-64517 Recover RecoverableCriticalSection after initialSync and startup...Jordi Serra Torrens2022-03-161-61/+49
* SERVER-63988 Remove reduntant ShardDatabaseTypeTommaso Tocci2022-02-281-7/+7
* SERVER-61759 Interrupt and join migrations when allowMigrations is set to falseKaloian Manassiev2021-12-071-3/+3
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1
* SERVER-61759 Cleanup and add comments to MigrationSourceManagerKaloian Manassiev2021-12-011-1/+1
* SERVER-61611 OpObserver::aboutToDelete() accepts UUIDBenety Goh2021-11-191-0/+1
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-191-27/+14
* SERVER-61268 Fixing the release of a recoverable critical sectionSergi Mateo Bellido2021-11-081-0/+6
* SERVER-60690: Refactor OplogUpdateEntryArgs to use retryable FAM enum.Daniel Gottlieb2021-11-021-9/+9
* 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-2/+2
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObserversKaloian Manassiev2021-10-151-2/+2
* SERVER-60343 Single-phase index builds perform timestamped catalog writes on ...Gregory Wlodarek2021-10-041-0/+5
* SERVER-60092 Remove TODO referencing ScopedAllowImplicitCollectionCreate_UNSAFEKaloian Manassiev2021-09-291-5/+2
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-301-2/+10
* SERVER-48129 Invariant that operations which are holding open an oplog hole c...Gregory Wlodarek2021-07-131-0/+9
* SERVER-56788 Extend the in-memory collection critical section to keep track o...Sergi Mateo Bellido2021-05-161-28/+31
* SERVER-56910 Skip Recoverable CS opObserver actions during recoveryTommaso Tocci2021-05-141-33/+48
* SERVER-56040 Changing the behavior of recoverable critical sections on second...Sergi Mateo Bellido2021-05-121-28/+40
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-2/+1