summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47436 Make shards validate shardKey in dataSize commandCheahuychou Mao2020-04-141-25/+0
* SERVER-47426 Remove ShardConnection and VersionManagerBlake Oler2020-04-1314-1630/+7
* 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-135-1/+100
* SERVER-47426 Remove ParallelSortClusteredCursorBlake Oler2020-04-134-1710/+0
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide (files ...Esha Maharishi2020-04-133-8/+13
* SERVER-43425 Remove TODO listed in SERVER-37045Jack Mulrow2020-04-091-2/+0
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-1/+1
* SERVER-42455 Make ReplicaSetChangeNotifier::onConfirmedSet safe during shutdownjannaerin2020-04-071-1/+1
* SERVER-47233 Consider WriteOp complete when no shards left to targetMarcos José Grillo Ramírez2020-04-072-1/+104
* SERVER-47345 Fix causal consistency bug in $merge code on mongosArun Banala2020-04-071-1/+2
* SERVER-46845 Allow logging operations to bypass ShardInvalidatedForTargeting ...Blake Oler2020-04-062-2/+28
* SERVER-46443 MongosProcessInterface::fieldsHaveSupportingUniqueIndex should r...Jack Mulrow2020-04-062-0/+45
* SERVER-47336 Reset stale shards under catalog cache mutex when returning back...Blake Oler2020-04-062-1/+6
* SERVER-42632 Disable pinger threads that reach out to config server to make i...Haley Connelly2020-04-062-0/+16
* SERVER-46981 Make the BatchWriteExecutor account for the potential size of th...Kaloian Manassiev2020-04-062-8/+60
* SERVER-46799 Fix LOGV2 lines in the BatchWriteExecutorKaloian Manassiev2020-04-051-44/+36
* SERVER-46711 Ensure warm connection pool on startup timeout is >= 0.Max Hirschhorn2020-04-031-0/+2
* SERVER-46040 Maintain retry state across stale config retries for sharded dro...Blake Oler2020-04-029-292/+640
* SERVER-47169 Call ShardRegistry::updateReplSetHosts() synchronouslyHaley Connelly2020-04-011-3/+10
* SERVER-47151 Move batch_downconvert and tests to be only in 'sharding_commands'Kaloian Manassiev2020-04-017-37/+19
* SERVER-46679 Transaction test fails with Stale Shard Version error on 4.5Marcos José Grillo Ramírez2020-03-315-65/+121
* 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-3114-554/+339
* SERVER-47151 Separate WriteOpTest(s) and ChunkManagerTest into separate .cpp ...Kaloian Manassiev2020-03-3113-628/+646
* SERVER-45194 CommitChunkMigrationRequest should require the ChunkType to cont...Alex Taskov2020-03-302-3/+2
* SERVER-46835 Remove FCV branches related to deleting the config server implic...Esha Maharishi2020-03-303-50/+0
* SERVER-46249 Check individual txn statements for readConcern supportMaria van Keulen2020-03-301-1/+4
* SERVER-47096 Add ReplSetMetadata.configTermA. Jesse Jiryu Davis2020-03-301-0/+4
* SERVER-44034 Remove refineCollectionShardKey and config.chunks/tags upgrade/d...Jack Mulrow2020-03-276-167/+1
* SERVER-47097 Add ReplSetMetadata.isPrimaryA. Jesse Jiryu Davis2020-03-271-4/+8
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideEsha Maharishi2020-03-255-130/+194
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideRandolph Tan2020-03-251-10/+14
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideCheahuychou Mao2020-03-259-46/+75
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-253-52/+52
* SERVER-46648 Make _killOperations command kill cursorsCheahuychou Mao2020-03-252-0/+64
* SERVER-46767 Provide a mapping from OperationKey to CursorID in the CursorMan...Nick Zolnierz2020-03-243-8/+178
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-243-24/+24
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideTommaso Tocci2020-03-249-366/+456
* SERVER-47064 Use std::invoke_result instead of std::result_ofMark Benvenuto2020-03-241-1/+1
* SERVER-46032 Check if collection has stale epoch before setting shard staleBlake Oler2020-03-231-0/+5
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-234-16/+19
* SERVER-46799 Update log messages based on LOGV2 style guide.Max Hirschhorn2020-03-236-72/+99
* Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging"Max Hirschhorn2020-03-234-19/+16
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-204-16/+19
* 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
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide Files c...Marcos José Grillo Ramírez2020-03-171-43/+54
* SERVER-46386 Change MetadataManager::_findNewestOverlappingMetadata to work w...Matthew Saltz2020-03-131-1/+12