summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-1/+1
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-06-021-0/+3
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-029-262/+82
* SERVER-47740 Plumbing for construction of a full ExpressionContext in the sha...Eric Cox2020-06-011-2/+2
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-019-82/+262
* SERVER-48038 mongos retries snapshot errors with new timestampA. Jesse Jiryu Davis2020-05-261-18/+18
* SERVER-48038 mongos shouldn't retry SnapshotTooOld outside transactionA. Jesse Jiryu Davis2020-05-261-0/+5
* SERVER-47018 Attach topology version to shutdown errors while in quiesce modePavi Vetriselvan2020-05-211-0/+24
* SERVER-48028: Ban commands not allowed in snapshot outside of transactionsLingzhi Deng2020-05-131-1/+4
* SERVER-47996 Ban "distinct" on sharded collectionsA. Jesse Jiryu Davis2020-05-131-0/+8
* SERVER-48013 Use atomics to reduce contention in hasSeenKeys()Amirsaman Memaripour2020-05-122-30/+51
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-123-0/+108
* SERVER-35443 Update help text for shutdown commands and increase freeze timeTess Avitabile2020-05-111-4/+4
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-073-10/+21
* SERVER-47908 Wire speculativeAuthenticate into mongosSara Golemon2020-05-043-0/+10
* SERVER-41068: hold refs while calling wait functionsBilly Donahue2020-05-021-1/+1
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-6/+6
* SERVER-47553 Prevent appendRequiredFieldsToResponse() from throwing inside no...Gregory Noma2020-04-301-81/+84
* SERVER-46115 Implement 'let' parameters to aggregate commandsEric Cox2020-04-301-1/+2
* SERVER-46956 add Quiesce Mode to MongosTopologyCoordinatorPavi Vetriselvan2020-04-291-8/+7
* SERVER-47674 Create Facade wrapper for ChunkInfoMapAlex Taskov2020-04-271-2/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-2647-47/+47
* SERVER-47687 Remove extra aggregation request parsing in PipelineCommandEric Cox2020-04-251-1/+1
* SERVER-46955 Create MongosTopologyCoordinatorPavi Vetriselvan2020-04-232-43/+24
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-4/+4
* SERVER-43427 Remove TODO listed for SERVER-26110 (closed as Won't Fix)Blake Oler2020-04-201-1/+0
* SERVER-47426 Remove ClusterExplain::downconvert and other now-unused functionsBlake Oler2020-04-169-190/+108
* SERVER-46954 Make shutdown command on mongos accept timeoutSecsPavi Vetriselvan2020-04-152-10/+6
* SERVER-35804 Disallow dropping config and admin from mongosRandolph Tan2020-04-142-0/+12
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47436 Make shards validate shardKey in dataSize commandCheahuychou Mao2020-04-141-25/+0
* SERVER-47426 Remove ShardConnection and VersionManagerBlake Oler2020-04-133-46/+3
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-1/+3
* SERVER-46396 Add metrics to track number of operations blocked behind a catal...Blake Oler2020-04-133-1/+27
* SERVER-47426 Remove ParallelSortClusteredCursorBlake Oler2020-04-131-30/+0
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide (files ...Esha Maharishi2020-04-131-1/+4
* SERVER-46040 Maintain retry state across stale config retries for sharded dro...Blake Oler2020-04-024-18/+71
* SERVER-47151 Move batch_downconvert and tests to be only in 'sharding_commands'Kaloian Manassiev2020-04-015-4/+455
* SERVER-46679 Transaction test fails with Stale Shard Version error on 4.5Marcos José Grillo Ramírez2020-03-311-4/+3
* SERVER-46169 Remove query-related FCV checks left over from 4.4 developmentDavid Storch2020-03-311-5/+5
* SERVER-47170 Get rid of Status returns from the NSTargeter APIKaloian Manassiev2020-03-311-35/+16
* SERVER-47151 Separate WriteOpTest(s) and ChunkManagerTest into separate .cpp ...Kaloian Manassiev2020-03-311-8/+5
* SERVER-46835 Remove FCV branches related to deleting the config server implic...Esha Maharishi2020-03-301-1/+0
* SERVER-46249 Check individual txn statements for readConcern supportMaria van Keulen2020-03-301-1/+4
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideCheahuychou Mao2020-03-256-16/+24
* SERVER-46648 Make _killOperations command kill cursorsCheahuychou Mao2020-03-252-0/+64
* SERVER-46799 Update log messages based on LOGV2 style guide.Max Hirschhorn2020-03-234-17/+24
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMarcos José Grillo Ramírez2020-03-201-43/+54
* SERVER-46583 Count command only once even if retriedTommaso Tocci2020-03-191-6/+7
* Revert "SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide...Marcos José Grillo Ramírez2020-03-171-54/+43