summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/balancer
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60653 Backport the autoSplitVector logic to v4.2Pierlauro Sciarelli2021-10-271-2/+1
* SERVER-56226 Implement a 'permitMigrations' collection property to prevent ch...Marcos José Grillo Ramirez2021-10-261-1/+1
* SERVER-58104 Prevent the balancer from calculating split points in sessions c...Jonathan Lee2021-09-171-0/+7
* SERVER-54014 Define a reasonable maxTimeMsOverride for the checkOID requestsAlexandre Bique2021-02-091-0/+3
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-10-301-1/+1
* SERVER-45624 Make the balancer split the sessions collectionCheahuychou Mao2020-04-163-32/+122
* SERVER-42914 Implement random chunk selection policy for balancer for use in ...Alex Taskov2020-01-093-7/+97
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-014-30/+30
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-265-31/+20
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-171-4/+2
* 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
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-026-23/+14
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-0111-59/+59
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-295-5/+5
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-174-29/+20
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-29423 Prevent the balancer policy from scheduling migrations with the ...Kaloian Manassiev2018-01-165-120/+182
* SERVER-32480 Remove CatalogCache retrieval methods, which take StringDataKaloian Manassiev2017-12-292-5/+5
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-283-13/+8
* SERVER-18138 catalog manager listing methods now return vectorsKevin Pulo2017-12-181-17/+18