summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/balancer
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-136-92/+198
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-0/+42
* SERVER-43832 Expose readConcern and writeConcern defaults in serverStatusJack Mulrow2020-01-211-0/+7
* SERVER-29829 Possible double call of std::thread::join through Balancer::wait...Alex Taskov2020-01-082-16/+14
* SERVER-44818 Change the balancerCollectionStatus command response formatMarcos José Grillo Ramírez2019-11-262-9/+13
* SERVER-43990 A command to confirm that all chunks have been moved to the righ...Marcos José Grillo Ramírez2019-11-2112-48/+232
* SERVER-43898 Add more unit tests for balancer_policy.cpp and balancer_chunk_s...Cheahuychou Mao2019-11-195-230/+639
* SERVER-44437 fix sharding tests to ensure config db indexes are initialized b...Benety Goh2019-11-062-6/+2
* SERVER-42273 Introduce 'force' option to 'moveChunk' to allow migrating jumbo...Janna Golden2019-11-0512-68/+158
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-212-2/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-032-2/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-174-32/+32
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-102-13/+9
* SERVER-42914 Implement random chunk selection policy for balancer for use in ...Alex Taskov2019-08-283-7/+96
* SERVER-42329 Remove use of stringified id (concatenation of ns and minKey) in...Jamie Heppenstall2019-08-028-68/+65
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-275-31/+20
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-227-20/+42
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-4/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-103-7/+8
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-202-2/+2
* SERVER-21931 Only mark chunks as jumbo on CannotSplit errorsjannaerin2019-04-221-18/+20
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-093-3/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-287-12/+14
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-8/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1324-24/+0
* SERVER-37046 Improve error message when moveChunk fails during top chunk opti...Matthew Saltz2019-01-281-3/+3
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-201-1/+1
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-4/+4
* SERVER-37853 Create sharded_core_txn with balancer suiteRandolph Tan2019-01-072-0/+10
* Revert "SERVER-37853 Create sharded_core_txn with balancer suite"William Schultz2019-01-042-10/+0
* SERVER-37853 Create sharded_core_txn with balancer suiteRandolph Tan2019-01-042-0/+10
* SERVER-38522 Make persistParticipantList/persistDecision/deleteCoordinatorDoc...Kaloian Manassiev2019-01-031-2/+3
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-161-2/+4
* SERVER-36411 include shard id/name in changelog/actionlog entriesKevin Pulo2018-11-141-2/+3
* SERVER-36473 Make a dedicated RAII class to manage Client lifetimeGregory Wlodarek2018-11-082-18/+9
* SERVER-37496 Register balancer shutdown task when MongoD is single-threadedJack Mulrow2018-10-231-9/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2224-285/+332
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-242-2/+2
* SERVER-35003 Consider making the balancer threshold to always be 1Sarah Zhou2018-08-137-40/+20
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-224-13/+12
* SERVER-34470 Make DatabaseVersion non-optional on the config server's Databas...Blake Oler2018-06-201-1/+2
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-062-2/+2
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-1/+1
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-233-32/+32
* SERVER-33797: Reload ShardRegistry on shard collection commandMatthew Saltz2018-03-291-1/+1
* SERVER-16802 SERVER-28981 Balancer consider shards and collections in random ...Kevin Pulo2018-03-167-17/+77
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-1/+0
* SERVER-32984 clean up DatabaseType classEsha Maharishi2018-02-051-4/+1