summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-1/+2
* SERVER-59293 Remove featureFlagDefaultReadConcernLocalSamy Lanka2021-08-201-5/+1
* SERVER-59177 Remove deprecated ComparableDatabaseVersion::_uuidDisambiguating...Allison Easton2021-08-181-8/+8
* SERVER-53000 Retry command on stale exception on shards only if the shard is ...Tommaso Tocci2021-08-111-3/+8
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-2/+0
* SERVER-58068 Multi updates interrupted by tenant migration should wait for mi...Jack Mulrow2021-08-041-6/+6
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-041-9/+9
* SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...Yoonsoo Kim2021-08-021-6/+7
* SERVER-58381 Define and process kind(2) in OP_MSG payloadSara Golemon2021-07-301-1/+1
* SERVER-58403 Serialize concurrent accesses to OperationContext::_commentJennifer Peshansky2021-07-271-0/+1
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-07-231-40/+0
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-199/+11
* SERVER-56489: New pass-through test with hello server-side delaysAndrew Shuvalov2021-07-141-0/+3
* SERVER-58337 Log and count as deprecated commands issued via OP_QUERYIrina Yatsenko2021-07-091-2/+6
* SERVER-57457 Close connection on receiving of OP_DELETE, OP_INSERT, OP_UPDATE...Irina Yatsenko2021-07-081-142/+12
* SERVER-57494 Clear the locker before re-attempting a command using the same o...Matthew Russotto2021-06-251-2/+18
* SERVER-56860 Update semantics for server status's opReadConcernCountersMoustafa Maher2021-06-081-1/+3
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-1/+2
* SERVER-56501 Add into serverStatus().opcounters a subsection for deprecated o...Irina Yatsenko2021-05-281-0/+13
* SERVER-53624 Make mongos return RetryableWriteError label when retryable writ...Cheahuychou Mao2021-05-261-2/+2
* SERVER-57051 Shard may fail to notify that router was stale for command in mu...Tommaso Tocci2021-05-251-3/+7
* Revert "SERVER-55800 Reduce the number of futures in executeCommand"Amirsaman Memaripour2021-05-211-57/+70
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-19/+46
* SERVER-55800 Reduce the number of futures in executeCommandAmirsaman Memaripour2021-05-191-70/+57
* SERVER-56550 Require consistent API params in getMore and txnsA. Jesse Jiryu Davis2021-05-131-14/+8
* SERVER-55788 Deprecate legacy wire protocol opcodesPavi Vetriselvan2021-05-071-0/+4
* SERVER-55614 Make API params optional for cmds in txnsA. Jesse Jiryu Davis2021-05-041-7/+13
* SERVER-55699 Revert tassert to uassert for internal commands withoutHuayu Ouyang2021-04-281-2/+2