summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70445 check existence of TimeseriesOptions before using the time serie...Rushan Chen2023-01-111-6/+4
* SERVER-71959: Modify usages of ClusterRole::Kshitij Gupta2022-12-161-3/+3
* SERVER-49040 Avoid transmission of internal-only errorsAlex Li2022-12-081-0/+1
* SERVER-71873: Update access blocker util methods to use DatabaseNameChristopher Caplinger2022-12-061-4/+6
* SERVER-68686 Add new $_internalOwningShard agg expressionDenis Grebennicov2022-11-241-2/+13
* SERVER-60553 Temporarily suppress mirroring errors on recovering secondariesAmirsaman Memaripour2022-10-311-4/+20
* SERVER-68128 Avoid closing connections when generating command response throw...Jason Chan2022-10-311-1/+14
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-2/+4
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-1/+1
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-2/+3
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-111-5/+9
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-071-9/+5
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-071-5/+9
* SERVER-69225 Remove wait for database critical section from service entry pointAllison Easton2022-09-211-10/+5
* SERVER-68932 Fix resharding critical section metricsBrett Nawrocki2022-09-161-5/+4
* SERVER-67465 Ensure network timeouts do not fail hedged operationsAmirsaman Memaripour2022-08-241-0/+1
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-241-6/+6
* SERVER-68851 Remove wait for collection critical section from service entry p...Allison Easton2022-08-231-12/+11
* SERVER-67748 added the additional participant parameterKruti Shah2022-08-171-0/+35
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-4/+4
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-1/+1
* SERVER-57384 Remove serverStatus counters and logging for deleted opcodesIrina Yatsenko2022-08-031-13/+1
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-2/+2
* SERVER-67830 Rename ServiceStateMachine -> SessionWorkflowAlex Li2022-07-281-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-67927 ServiceExecutor: ThreadingModel -> HasDedicatedThreadBilly Donahue2022-07-141-6/+6
* SERVER-67901 Stop gossiping lastCommittedOpTime in reply metadataTommaso Tocci2022-07-091-2/+0
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-6/+2
* SERVER-65530 Get rid of the old ChunkVersion serialization formatsKaloian Manassiev2022-06-161-1/+1
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-151-9/+9
* SERVER-66479 Fix write latency performance regressionBrett Nawrocki2022-06-151-2/+1
* SERVER-65458 Parse and validate tenantId at the start of command processingSophia Tan2022-06-081-10/+12
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-2/+2
* SERVER-66479 Add NoWritesPerformed error labelBrett Nawrocki2022-06-071-9/+78
* SERVER-66833 Improve error and log messages on attempt to use unsupported leg...David Storch2022-06-011-6/+6
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-231-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66090 Make mongod service entry point resilient to session yieldingJack Mulrow2022-05-041-35/+76
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-3/+4
* SERVER-64372 Add parity $currentOp resharding donor fieldsBrett Nawrocki2022-04-141-0/+3
* SERVER-62479 Reap sessions for the same retryable write atomicallyCheahuychou Mao2022-04-131-0/+2
* SERVER-64475 Change isOperationVersioned to isComingFromRouterKaloian Manassiev2022-04-011-14/+4
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-1/+2
* SERVER-63880 Make resharding handle applyOps oplog entries with WouldChangeOw...Cheahuychou Mao2022-03-231-9/+11
* SERVER-63494 Enable WouldChangeOwningShard update and findAndModify tests wit...Cheahuychou Mao2022-03-191-1/+4
* SERVER-63327 Remove usages of StaleShardVersion from the migrations pathKaloian Manassiev2022-03-111-0/+8
* SERVER-63327 Make the Stale* exception handling uniform in all code pathsKaloian Manassiev2022-03-101-13/+34
* SERVER-64057 Implement a scoped object for setting the expected shard/databas...Kaloian Manassiev2022-03-091-2/+2