summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/balancer
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2017-12-111-1/+1
* SERVER-29397 Ensure user inserted invalid config.tags documents cause the aut...Dianna Hohensee2017-11-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-182-3/+5
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-252-19/+24
* Revert "SERVER-30748 WithLock to replace _inlock"Robert Guo2017-08-242-24/+19
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-232-19/+24
* SERVER-30060 Do not gather shard disk usage statistics unless 'maxSize' is setKaloian Manassiev2017-07-172-4/+11
* SERVER-30058 Balancer policy should not move chunks off shards on 'size excee...Kaloian Manassiev2017-07-134-25/+23
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-135-17/+17
* SERVER-29817 Do not use chunk map data structure in ChunkManager interface.Andy Schwerin2017-07-051-3/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-182-6/+10
* 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-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-241-1/+1
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-123-47/+50
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-123-50/+47
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-123-47/+50
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-0713-235/+240
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-1/+1
* Revert "SERVER-27860 remove invariants to prevent ShardLocal running on shard...Dianna Hohensee2017-03-014-20/+22
* SERVER-27977 Remove unused config conn string command parametersDianna Hohensee2017-02-271-1/+3
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-273-7/+7
* SERVER-28030 Remove writes from ChunkKaloian Manassiev2017-02-181-1/+17