summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/balancer/balancer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60653 Backport the autoSplitVector logic to v4.2Pierlauro Sciarelli2021-10-271-2/+1
* SERVER-54014 Define a reasonable maxTimeMsOverride for the checkOID requestsAlexandre Bique2021-02-091-0/+3
* SERVER-45624 Make the balancer split the sessions collectionCheahuychou Mao2020-04-161-4/+4
* SERVER-42914 Implement random chunk selection policy for balancer for use in ...Alex Taskov2020-01-091-5/+19
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-15/+15
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-1/+1
* SERVER-21931 Only mark chunks as jumbo on CannotSplit errorsjannaerin2019-04-221-18/+20
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+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-37853 Create sharded_core_txn with balancer suiteRandolph Tan2019-01-071-0/+5
* Revert "SERVER-37853 Create sharded_core_txn with balancer suite"William Schultz2019-01-041-5/+0
* SERVER-37853 Create sharded_core_txn with balancer suiteRandolph Tan2019-01-041-0/+5
* 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-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-221-14/+16
* SERVER-35003 Consider making the balancer threshold to always be 1Sarah Zhou2018-08-131-3/+3
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-061-1/+1
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-8/+8
* 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-161-2/+3
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-1/+0
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-1/+0
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-2/+2
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-1/+1
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-31091 Make Balancer::joinCurrentRound obey the OperationContext deadlineKaloian Manassiev2017-10-181-2/+3
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-3/+3
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-3/+5
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-241-0/+2
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-9/+11
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-11/+9
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-9/+11
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-63/+64
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-271-1/+1
* SERVER-28030 Remove writes from ChunkKaloian Manassiev2017-02-181-1/+17
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-061-9/+8
* Revert "SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrima...Kaloian Manassiev2017-02-031-8/+9
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-031-9/+8
* SERVER-27809 Move regular chunk split to the balancerKaloian Manassiev2017-01-301-3/+21
* SERVER-27809 Move chunk 'at median' split to the cluster split commandKaloian Manassiev2017-01-251-8/+8
* SERVER-27550 Delete dead balancer dist lock codeNathan Myers2017-01-231-16/+0
* SERVER-27613 do not send chunk's ChunkVersion in split requestsEsha Maharishi2017-01-111-1/+0
* SERVER-27321 Rename ScopedChunkManager::getExisting to refreshAndGetKaloian Manassiev2016-12-081-2/+2
* SERVER-26849 wait for balancer thread to terminate before finishing shutdownDianna Hohensee2016-12-011-5/+13
* SERVER-26116 reacquire the balancer distlock in drain mode during config prim...Dianna Hohensee2016-11-151-11/+5
* SERVER-26418 persist balancer settings into migration documentMisha Tyulenev2016-10-271-4/+2
* SERVER-26769 Balancer loads balancer settings before recovery and accepting/s...Dianna Hohensee2016-10-261-3/+15