summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/move_chunk_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62704 Investigate Antithesis Bug - RecoverRefreshThread More Than One ...Antonio Fuschetto2022-01-281-0/+10
* SERVER-61759 Make MoveTimingHelper a member of MigrationSourceManagerKaloian Manassiev2021-12-031-73/+14
* SERVER-51834 Race in moveChunk testsSergi Mateo Bellido2020-11-171-3/+7
* SERVER-51064 Make mongos return early if chunk is already in the requested de...Randolph Tan2020-11-161-0/+5
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-251-1/+1
* SERVER-43441 Remove TODO listed in SERVER-30183Esha Maharishi2020-05-261-2/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide (files ...Esha Maharishi2020-04-131-2/+3
* SERVER-46756 Migration recovery on stepup can attempt to recover a move chunk...Esha Maharishi2020-03-131-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-1/+4
* SERVER-45338 Make moveChunk robust to maxTimeMS expiring (fix auth after revert)Matthew Saltz2020-02-101-22/+65
* Revert "SERVER-45338 Make moveChunk robust to maxTimeMS expiring"Matthew Saltz2020-02-051-61/+22
* SERVER-45338 Make moveChunk robust to maxTimeMS expiringMatthew Saltz2020-02-051-22/+61
* SERVER-45179 Add the FCV 4.4 behavior to the MigrationDestinationManagerAlex Taskov2020-01-141-1/+2
* SERVER-44911 Make index operations abort concurrent outgoing migrationsCheahuychou Mao2019-12-111-5/+5
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-6/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* Revert "SERVER-40791 Track multi-statement transaction operations for migrati...Blake Oler2019-06-131-4/+0
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-121-0/+4
* SERVER-40982 Add counters for aborted migrations from lock timeoutsJack Mulrow2019-05-201-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38295 ReplSetMonitor::getHostOrRefresh should not do anything if maxWa...Mathias Stearn2018-12-271-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-31892 moveChunk with should wait for majority write concernjannaerin2018-09-181-1/+22
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-7/+7
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-10/+0
* SERVER-30775 remove dbname from CommandHelpers::parseNsFullyQualifiedBilly Donahue2018-03-271-1/+1
* SERVER-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-131-2/+3
* SERVER-33197 Implement joining behavior for movePrimary on shardsBlake Oler2018-02-271-5/+5
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-291-2/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-2/+2
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-11/+4
* SERVER-30621 Ensure chunk metadata exists when cleanUpRange is called in move...Dianna Hohensee2017-09-221-56/+16
* SERVER-30147 Add ability to wait on collection metadata flushKaloian Manassiev2017-08-101-18/+3
* SERVER-29672 Remove unnecessary passthrough calls from CatalogCacheKaloian Manassiev2017-08-031-11/+11
* SERVER-29834 make every moveChunk request set the last opTime to wait for wri...Esha Maharishi2017-07-181-4/+11
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29745 after a successful migration, ensure the metadata update is pers...Dianna Hohensee2017-07-131-9/+44
* Revert "SERVER-29745 after a successful migration, ensure the metadata update...Dianna Hohensee2017-07-111-46/+9
* SERVER-29745 after a successful migration, ensure the metadata update is pers...Dianna Hohensee2017-07-101-9/+46