summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49151 Fix linter to prevent malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-022-2/+2
* SERVER-48262 hanged variable name to check whether it should use the 4.4 FCV ...Luis Osta2020-06-182-18/+18
* SERVER-48550 Range deletion code should allow exceptions from PlanExecutor::g...Esha Maharishi2020-06-051-1/+4
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-031-2/+2
* SERVER-48288 Remove 2nd CatalogCache used just for filteringTommaso Tocci2020-06-038-150/+18
* SERVER-48361 Additional logv2 message cleanup for shardingjannaerin2020-06-023-54/+70
* SERVER-48401 Ensure the CSR lock has the correct namespaceKaloian Manassiev2020-05-282-19/+18
* SERVER-48298 Force refresh on removeShard and addShardjannaerin2020-05-201-2/+11
* SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from being...Esha Maharishi2020-05-189-21/+35
* SERVER-48198 Account for extended range bounds when recovering migration deci...Jack Mulrow2020-05-153-40/+56
* SERVER-48190 Acquire CSRLock in shared mode before submitting ranges for dele...Matthew Saltz2020-05-143-38/+56
* SERVER-47710 Make onConfirmedSet update config.shards seriallyHaley Connelly2020-05-131-43/+126
* SERVER-47913 Redact sharding messages in cleanupOrphanedDataDan Pasette2020-05-111-2/+2
* SERVER-47913 Redact sharding messages in split chunk and distributed lock acq...Dan Pasette2020-05-112-4/+5
* SERVER-47895 Use uassert in makeCommitChunkTransactionCommand() when checking...Gregory Noma2020-05-081-1/+8
* SERVER-31368 Log time spent waiting in BlockingResultsMergerDavid Percy2020-05-071-0/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-03106-106/+104
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-05-011-5/+10
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-307-7/+7
* SERVER-46796 Propagate specific errors during transaction prepare to the clientGregory Noma2020-04-305-55/+65
* SERVER-47514 Deprecate unused sharding commands in v4.4Blake Oler2020-04-301-4/+14
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-302-2/+6
* SERVER-47793 Remove library dependency of sessions_collection_sharded on sess...Kaloian Manassiev2020-04-283-0/+197
* SERVER-47161 Change log message to use UserAssertAfterLogBlake Oler2020-04-271-9/+4
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-243-3/+3
* SERVER-47741 Stop parsing shardName parameter in SetShardVersion command in v4.4Blake Oler2020-04-241-8/+0
* SERVER-47641 Report total number of range deletion tasks in serverStatus rath...Gregory Noma2020-04-228-39/+41
* SERVER-47440 Stop parsing unused parameter configdb in SetShardVersion commandBlake Oler2020-04-211-19/+0
* SERVER-47600 Clear _receivingChunks on setFCV after metadata refreshGregory Noma2020-04-215-0/+30
* SERVER-47410 Preserve error codes in ShardServerCatalogCacheLoaderGregory Noma2020-04-201-13/+10
* SERVER-47438 Cloner::copyDb() always copies the same database from a remote hostBenety Goh2020-04-171-2/+1
* SERVER-47438 remove CloneOptions. Cloner::copyDb() accepts db name and sharde...Benety Goh2020-04-171-7/+2
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-173-3/+0
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide (files ...Esha Maharishi2020-04-145-89/+117
* SERVER-46845 Allow logging operations to bypass ShardInvalidatedForTargeting ...Blake Oler2020-04-132-2/+16
* SERVER-45624 Make the balancer split the sessions collectionCheahuychou Mao2020-04-095-41/+153
* SERVER-47387 Remove TODO comment for SERVER-45707Cheahuychou Mao2020-04-081-3/+0
* SERVER-42455 Make ReplicaSetChangeNotifier::onConfirmedSet safe during shutdownjannaerin2020-04-081-1/+1
* SERVER-47169 Call ShardRegistry::updateReplSetHosts() synchronouslyHaley Connelly2020-04-021-2/+11
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideBlake Oler2020-04-0210-196/+283
* SERVER-47038 Some RangeDeletion unit tests don't correctly wait for threads t...Alex Taskov2020-04-013-20/+28
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideRandolph Tan2020-04-019-163/+196
* SERVER-46370 Maintain _receivingChunks list correctly after shard key refineMatthew Saltz2020-04-015-22/+104
* SERVER-46799: update log lines for style guideLamont Nelson2020-04-0110-73/+124
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMatthew Saltz2020-03-3111-128/+180
* SERVER-46386 Change MetadataManager::_findNewestOverlappingMetadata to work w...Matthew Saltz2020-03-301-3/+55
* SERVER-47012 Make it more obvious that retryIdempotentWorkUntilSuccess will s...Esha Maharishi2020-03-301-17/+27
* SERVER-44160 Make cleanupOrphaned just wait for all range deletion tasks on t...Esha Maharishi2020-03-303-59/+166
* SERVER-46888 Make disableResumableRangeDeleter a startup-only parameterEsha Maharishi2020-03-301-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideJack Mulrow2020-03-309-144/+202