summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-64057 Move the shard/database version parsing to the endpointKaloian Manassiev2022-03-011-3/+12
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-0/+3
* SERVER-63366 Basic retryability support for findAndModify WCOS with transacti...Jack Mulrow2022-02-081-1/+1
* SERVER-60917 Make commands that fail with RetryTransactionInProgress block un...Cheahuychou Mao2022-01-281-10/+25
* SERVER-62389: Allow waitAfterCommandFinishesExecution failpoint to match on c...Hana Pearlman2022-01-071-7/+13
* SERVER-61616 Add allowedWithTenant() command propertySara Golemon2021-12-201-0/+4
* SERVER-61615 Parse authenticated user from security token and add to authoriz...Sara Golemon2021-12-071-0/+4
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-031-5/+5
* SERVER-32927 Assert sharded commands can be accepted after waiting for cluste...Sophia Tan2021-11-011-5/+15
* SERVER-60323 Make coordinator shard support re-committing aborted prepared tr...Cheahuychou Mao2021-10-151-1/+2
* SERVER-59108 Resolve race with transaction operation not killed after stepdownVesselina Ratcheva2021-10-111-0/+16
* SERVER-46308 Use current committed snapshot time instead of last comm…Randolph Tan2021-10-041-1/+2
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-09-301-1/+12
* SERVER-59046 Track LDAP Duration in FTDCsergey.galtsev2021-09-141-0/+10
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1