summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46849 Submit range deletion task in an onCommit handlerMatthew Saltz2020-03-271-3/+27
* SERVER-44034 Remove refineCollectionShardKey and config.chunks/tags upgrade/d...Jack Mulrow2020-03-278-389/+20
* SERVER-47012 Make it more obvious that retryIdempotentWorkUntilSuccess will s...Esha Maharishi2020-03-271-17/+27
* SERVER-47099 Remove FCV logic from periodic sharded index checkerJack Mulrow2020-03-261-17/+0
* SERVER-46370 Maintain _receivingChunks list correctly after shard key refineMatthew Saltz2020-03-265-22/+104
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-10/+4
* SERVER-47103 Add OrphanCleanupPolicy parameter to getOwnershipFilterTommaso Tocci2020-03-267-11/+23
* SERVER-44236 Delete database versioning code that is for backwards compatibil...Esha Maharishi2020-03-253-100/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideRandolph Tan2020-03-259-163/+196
* SERVER-46084 Don't use setUnion in aggregation for finding inconsistent shard...Jack Mulrow2020-03-242-44/+90
* SERVER-45017 Remove index commands upgrade/downgrade code when 4.4 becomes la...Cheahuychou Mao2020-03-241-13/+2
* SERVER-46836 Remove FCV-dependent code related to renaming cloneCatalogData a...jannaerin2020-03-242-34/+0
* SERVER-46201 add ReplicaSetAwareService, convert Balancer to use itKevin Pulo2020-03-243-28/+30
* SERVER-46194 Applying transfer mods in a migration does not handle write conf...Alex Taskov2020-03-231-8/+13
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideJack Mulrow2020-03-239-144/+202
* SERVER-46799: update log lines for style guideLamont Nelson2020-03-2310-73/+124
* SERVER-44160 Make cleanupOrphaned just wait for all range deletion tasks on t...Esha Maharishi2020-03-183-59/+166
* SERVER-46765 remove VersionInfoInterface::isSameMajorVersionBilly Donahue2020-03-161-18/+16
* SERVER-25053 Address race conditions in removeShardAlex Taskov2020-03-161-2/+4
* SERVER-46888 Make disableResumableRangeDeleter a startup-only parameterEsha Maharishi2020-03-161-1/+1
* SERVER-46756 Migration recovery on stepup can attempt to recover a move chunk...Esha Maharishi2020-03-137-78/+180
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-132-2/+2
* SERVER-46386 Change MetadataManager::_findNewestOverlappingMetadata to work w...Matthew Saltz2020-03-131-3/+55
* SERVER-45881: Bypass flow control on txn metadata operations.Daniel Gottlieb2020-03-132-0/+6
* SERVER-46004 refineCollectionShardKey should verify indexes on a shard with a...Jack Mulrow2020-03-135-251/+262
* SERVER-45648 Make _configsvrCreateDatabase send _flushDatabaseCacheUpdates to...Blake Oler2020-03-123-50/+135
* SERVER-45489 Remove compound hashed shard key FCV related codeArun Banala2020-03-121-8/+0
* SERVER-46395 Fix unittest compile.Max Hirschhorn2020-03-121-0/+1
* SERVER-46395 Ensure range deletion task document exists during deletion.Max Hirschhorn2020-03-1115-83/+305
* SERVER-46184 Replace sharded_moveChunk_drop_shard_key_index.js with cpp testRandolph Tan2020-03-111-0/+28
* SERVER-46371 Don't assume epoch change implies drop/create in logging, error ...Jack Mulrow2020-03-116-25/+27
* SERVER-45207 Address of stack memory associated with local variable 'replOper...Alex Taskov2020-03-111-2/+2
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-101-1/+1
* SERVER-46507 Convert member variable from migrationId in MigrationDestination...Alex Taskov2020-03-092-15/+16
* SERVER-46061 Add test that a lagged commitChunkMigration that contains a Chun...Alex Taskov2020-03-061-0/+105
* SERVER-46060 Add test that FCV 4.4 config server expects commitChunkMigration...Alex Taskov2020-03-051-0/+98
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-055-3/+39
* SERVER-45739 Make resubmitRangeDeletionsOnStepUp exception-safeAlex Taskov2020-03-042-211/+10
* SERVER-45779 Throw Stale Shard Version when collection is unknown on getOwner...Marcos José Grillo Ramírez2020-03-041-3/+15
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-0318-195/+179
* SERVER-43846 Add information about how many migration task were leftover from...Randolph Tan2020-03-033-64/+84
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-032-111/+120
* SERVER-46383 wrap remote call in advanceTransactionOnRecipient with retryIdem...Randolph Tan2020-03-021-1/+14
* SERVER-14126 Add range deleter stats for serverStatus under shardingStatisticsRandolph Tan2020-03-029-0/+61
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-023-0/+3
* SERVER-46479 Make comparison of expected and actual chunk ranges independent ...Bernard Gorman2020-02-291-2/+2
* SERVER-44841 Revisit log levels for new migration protocolAlex Taskov2020-02-298-142/+200
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-283-3/+0
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT and...Gabriel Russell2020-02-281-34/+71
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-1/+1