summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_server_op_observer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64485 Use _id to determine the update type in extractUpdateType()Arun Banala2022-03-301-5/+7
* SERVER-64517 Recover RecoverableCriticalSection after initialSync and startup...r5.0.7-rc0Jordi Serra Torrens2022-03-181-61/+49
* SERVER-61268 Fixing the release of a recoverable critical sectionSergi Mateo Bellido2021-11-241-0/+6
* SERVER-60343 Single-phase index builds perform timestamped catalog writes on ...Gregory Wlodarek2021-10-151-0/+5
* 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
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-141-1/+0
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-10/+12
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-2/+2
* SERVER-46849 Submit range deletion task in an onCommit handlerMatthew Saltz2020-03-271-3/+27
* SERVER-45017 Remove index commands upgrade/downgrade code when 4.4 becomes la...Cheahuychou Mao2020-03-241-13/+2
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-6/+6
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-0/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-4/+7
* SERVER-46263 Make submitRangeDeletionTask return a future that completes when...Esha Maharishi2020-02-191-2/+2
* SERVER-46086 Skip submitting ranges for deletion on secondaries.Max Hirschhorn2020-02-181-0/+4
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-141-1/+2
* SERVER-45892 Index operations from 4.2 mongos shouldn't abort migrationsJack Mulrow2020-02-121-7/+19
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"William Schultz2020-02-081-2/+1
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-071-1/+2
* SERVER-45917 Make waitForDelete wait for deletion to be scheduled before wait...Jack Mulrow2020-02-061-1/+6
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"Tommaso Tocci2020-02-061-2/+1
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-061-1/+2
* SERVER-44911 Make index operations abort concurrent outgoing migrationsCheahuychou Mao2019-12-111-0/+45