summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-5/+6
* SERVER-45770 add to/from information to moveChunk.to log messageJosef Ahmad2020-02-251-1/+1
* SERVER-46376 Fix format specifier in LOGV2 statement in MigrationCoordinatorAlex Taskov2020-02-241-2/+2
* SERVER-46380 Remove unused function deleteRangeDeletionTasksForCollectionLocallyMatthew Saltz2020-02-242-13/+0
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-232-10/+8
* SERVER-45952 moveChunk command should re-use lsid and use txnNumber that incr...Alex Taskov2020-02-219-68/+161
* SERVER-46295 Remove unneeded isColletion parameter to CollectionShardingRunti...Tommaso Tocci2020-02-217-36/+27
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-21100-144/+102
* SERVER-46302 Modified bump_transaction_prevents_extra_deletion_task_write.js ...Alex Taskov2020-02-211-3/+0
* SERVER-45520 Make writes in MigrationCoordinator::completeMigration retry unt...Randolph Tan2020-02-201-102/+173
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-206-38/+100
* SERVER-46075 Make new executor for submitting range deletion tasksMatthew Saltz2020-02-203-26/+48
* SERVER-46239 Add tests for range deletion with compound and hashed shard keysMatthew Saltz2020-02-201-2/+152
* SERVER-45744 Migration coordinator recovery task should bump the txnNumber on...Alex Taskov2020-02-2010-21/+114
* SERVER-46143 ExecutorFuture class declaration should include MONGO_WARN_UNUSE...Esha Maharishi2020-02-202-3/+3
* SERVER-46263 Make submitRangeDeletionTask return a future that completes when...Esha Maharishi2020-02-198-100/+109
* SERVER-46261 Fix typo in range_deletion_util.cppEsha Maharishi2020-02-191-1/+1
* SERVER-45405 Allow implicit collection creation inside multi-doc txnsMaria van Keulen2020-02-191-0/+5
* SERVER-46183 Make range deleter wait for replication only once at end of docu...Matthew Saltz2020-02-182-48/+96
* SERVER-46219 Unittests always uses text even if the server uses JSON.Henrik Edin2020-02-181-3/+4