summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/balancer/balancer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42914 Add failpoint to override balancer round interval (partial cherr...Matthew Saltz2019-11-181-5/+20
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-211-1/+1
* SERVER-37496 Register balancer shutdown task when MongoD is single-threadedJack Mulrow2018-10-291-9/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-14/+16
* 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
* SERVER-26683 Improve logging on catalog errorsKaloian Manassiev2016-10-241-11/+12
* SERVER-25665 Persist chunk version as part of the active migration documentKaloian Manassiev2016-10-181-5/+2
* SERVER-26500 Increase the 'short' sleep between balancer roundsKaloian Manassiev2016-10-071-4/+5
* SERVER-26500 Balancer should not repeat shards when draining or correcting zonesKaloian Manassiev2016-10-071-3/+5
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-0/+632
* Revert "SERVER-26411 Move balancer sources under mongo/db/s"Benety Goh2016-10-051-632/+0
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-0/+632