summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_server_op_observer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-56077 Require CSR lock when exiting the CSR critical sectionPierlauro Sciarelli2021-04-141-2/+2
* SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York2021-04-021-1/+1
* SERVER-55148 Extend DDL Utils that acq/rel the collection criticalSergi Mateo Bellido2021-03-251-0/+55
* SERVER-55362 Update the TODO ticket for ShardServerOpObserver::onCreateCollec...Kaloian Manassiev2021-03-221-1/+1
* SERVER-52778 Remove vestiges of the now-unused 'allowImplicitCollectionCreati...Kaloian Manassiev2021-03-181-1/+1
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-5/+34
* SERVER-52639 Fail resharding operation if new shard key includes arrayAlex Taskov2021-03-021-1/+1
* SERVER-31540 Remove usages of boost::optional<UUID> from the collMod pathKaloian Manassiev2021-02-231-1/+1
* SERVER-53691 Store and expose database info in DatabaseShardingStateTommaso Tocci2021-01-141-4/+2
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-2/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-50218 Change shard server and config server op observers to support $v...Ian Boros2020-09-091-40/+34
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-50077 Set unsharded shard version on collection creation only on prima...Marcos José Grillo Ramírez2020-08-041-1/+1
* SERVER-49508 Step up deadlock between migration recovery and prepared transac...Tommaso Tocci2020-07-241-2/+3
* SERVER-48326 Complete TODO listed in SERVER-47701Pierlauro Sciarelli2020-06-231-6/+0
* SERVER-47809 Prevent createCollection as first statement in a transaction to ...Marcos José Grillo Ramírez2020-05-261-0/+14