summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/move_primary_source_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46402 Better logging for movePrimary/moveChunk when error occursPierlauro Sciarelli2020-04-241-4/+13
* SERVER-46424 Mark remote _shardsvrCloneCatalogData call as not idempotentRandolph Tan2020-04-141-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideBlake Oler2020-03-311-10/+16
* SERVER-46836 Remove FCV-dependent code related to renaming cloneCatalogData a...jannaerin2020-03-241-19/+0
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-8/+19
* SERVER-43439 Remove TODO to add call to waitForDatabaseFlushJanna Golden2020-01-141-5/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-35807 Prepend _movePrimary and _cloneCatalogData internal commands wit...Jason Zhang2019-07-101-2/+20
* SERVER-34431 MoveDatabaseShardingState into its own mapjannaerin2019-07-081-19/+17
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38473 Create DatabaseShardingStateLock to ensure concurrency around Da...Blake Oler2019-02-051-8/+24
* SERVER-38957 Allow a failed changelog write in movePrimary's cleanupOnError t...Blake Oler2019-01-201-7/+7
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-6/+6
* SERVER-38440 Remove unnecessary UninterruptibleLockGuards from sharding codeSamy Lanka2018-12-131-5/+0
* SERVER-36411 include shard id/name in changelog/actionlog entriesKevin Pulo2018-11-141-4/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37431 Make `logChange` not return `Status`.ADAM David Alan Martin2018-10-051-4/+4
* SERVER-34807 Rename states in movePrimary state machine to match migrationMatthew Saltz2018-05-181-5/+5
* SERVER-34796 Make _cleanup in movePrimary only clear the DSS if the db existsjannaerin2018-05-141-9/+5
* SERVER-34658 Don't throw an exception inside a ScopeGuard in the MovePrimaryS...Blake Oler2018-04-261-7/+7
* SERVER-34649 Return a bad status when the MovePrimarySourceManager receives a...Blake Oler2018-04-261-0/+6
* SERVER-34430 Don't drop database from old primary shard after movePrimaryEsha Maharishi2018-04-121-31/+6
* SERVER-34146 OpObserver should cause secondaries to invalidate their in-memor...jannaerin2018-04-111-0/+23
* SERVER-33769 Implement a commitMovePrimary command on the config serverBlake Oler2018-04-021-28/+214
* SERVER-33768 Create a movePrimary critical section on the donor shard (with r...Blake Oler2018-03-201-1/+52
* SERVER-33206 Create MovePrimarySourceManager and add clone commandBlake Oler2018-03-191-0/+143