summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/strategy.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev2023-05-161-1/+1
* SERVER-75355 Handle missing `$db` when logging failed commandsAmirsaman Memaripour2023-04-071-3/+10
* SERVER-75562 Enforce client metadata limit of 512 on non-internal clientsMark Benvenuto2023-04-071-1/+1
* SERVER-74107 Use transaction in cluster parameter refresher to get up-to-date...Gabriel Marks2023-04-051-1/+1
* SERVER-75092 Make standalone replica set mongods refresh sample ratesCheahuychou Mao2023-03-241-0/+4
* SERVER-73394 Remove operationsBlockedByRefresh metricsPol Pinol Castuera2023-03-071-10/+0
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-73922 Remove placement and index info getters from the catalog cacheAllison Easton2023-02-221-1/+1
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-1/+1
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-1/+1
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-1/+1
* SERVER-49040 Avoid transmission of internal-only errorsAlex Li2022-12-081-5/+10
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-1/+1
* SERVER-28756 Remove TODO SERVER-28756 comment and continue disallowing transa...Jason Zhang2022-11-221-2/+0
* SERVER-69931 Adapt existing checks to allow distributed transactions into the...Paolo Polato2022-09-291-1/+2
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-57384 Remove serverStatus counters and logging for deleted opcodesIrina Yatsenko2022-08-031-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-4/+4
* SERVER-67927 ServiceExecutor: ThreadingModel -> HasDedicatedThreadBilly Donahue2022-07-141-5/+6
* SERVER-65458 Parse and validate tenantId at the start of command processingSophia Tan2022-06-081-3/+4
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-1/+1
* SERVER-66479 Add NoWritesPerformed error labelBrett Nawrocki2022-06-071-1/+3
* SERVER-66833 Improve error and log messages on attempt to use unsupported leg...David Storch2022-06-011-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62175 Mongos fails to attach RetryableWrite Error Label For Command In...Rachita Dhawan2022-05-041-45/+65
* SERVER-63198 Prevent shutdown command from hangingDaniel Morilha2022-04-111-1/+1
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-18/+3
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-021-2/+2
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-2/+30
* SERVER-63491 Remove TxnNumberAndRetryCounter as a parameter for txnRouter.beg...Sanika Phanse2022-02-241-5/+1
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-4/+3
* SERVER-60989 Make TransactionRouter take in txnNumberAndRetryCounter instead ...Sanika Phanse2021-11-201-1/+2
* SERVER-58504 Abort in-progress transactions when a load-balanced client disco...George Wangensteen2021-11-171-0/+3
* SERVER-61153 findAndModify on mongos/mongoq handles TenantMigrationAborted by...mathisbessamdb2021-11-021-0/+12
* 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/+4
* SERVER-59293 Remove featureFlagDefaultReadConcernLocalSamy Lanka2021-08-201-5/+1
* SERVER-59227 Remove featureFlagDefaultWriteConcernMajorityMoustafa Maher2021-08-121-9/+3
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-041-2/+2
* SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...Yoonsoo Kim2021-08-021-6/+5
* 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-2/+3
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-259/+0
* SERVER-58337 Log and count as deprecated commands issued via OP_QUERYIrina Yatsenko2021-07-091-0/+6
* SERVER-57457 Close connection on receiving of OP_DELETE, OP_INSERT, OP_UPDATE...Irina Yatsenko2021-07-081-97/+0
* SERVER-57772 suppress state-change rewrite when `writeConcernError` is inject...Billy Donahue2021-06-291-0/+1
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-1/+4
* SERVER-56501 Add into serverStatus().opcounters a subsection for deprecated o...Irina Yatsenko2021-05-281-2/+8
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-05-281-0/+6
* SERVER-53624 Make mongos return RetryableWriteError label when retryable writ...Cheahuychou Mao2021-05-261-4/+2