summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_server_op_observer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63668 Guard the chunk splitter behind the no more auto-splitter featur...Allison Easton2022-10-141-1/+3
* SERVER-69134 Adding a way to clear the metadata managerSergi Mateo Bellido2022-10-131-7/+14
* SERVER-66972 Database critical section does not serialize with ongoing refreshesAntonio Fuschetto2022-10-031-0/+8
* 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
* SERVER-48288 Remove 2nd CatalogCache used just for filteringTommaso Tocci2020-05-191-2/+1
* SERVER-47531 OpObserver: Convert usage of getCollectionDescription_DEPRECATED...Cheahuychou Mao2020-05-081-6/+9
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47707 Fix TODOs to reference a more appropriate ticketKaloian Manassiev2020-04-241-4/+6
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-1/+1
* SERVER-47324 Skip dassert when index commands from non-internal clients abort...Gregory Noma2020-04-141-1/+1