summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27510 remove chunk version check in moveChunk and splitChunkEsha Maharishi2017-01-104-28/+1
* SERVER-27586 Add some missing edges to build graphADAM David Alan Martin2017-01-051-3/+10
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-052-2/+3
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-27393 Balancer should skip dropped collectionsNathan Myers2016-12-211-0/+8
* Revert "SERVER-27383 Balancer should skip dropped collections" (sp)Nathan Myers2016-12-211-8/+0
* SERVER-27383 Balancer should skip dropped collectionsNathan Myers2016-12-211-0/+8
* SERVER-27480 Move ShardRegistry updates out of sharding config.hKaloian Manassiev2016-12-211-2/+2
* SERVER-27428 Wait for the onCommand thread in MigrationChunkClonerSourceLegac...Kaloian Manassiev2016-12-151-10/+18
* SERVER-23103 Merge sharding connection hook for mongod into sharding libraryAndrew Morrow2016-12-141-0/+1
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-12/+7
* SERVER-27321 Rename ScopedChunkManager::getExisting to refreshAndGetKaloian Manassiev2016-12-083-9/+9
* SERVER-27211 de-duplicate symbol `isMongos`ADAM David Alan Martin2016-12-052-8/+1
* SERVER-26562 Move CommitChunkMigration cmd impl to catalog, prep for unit testsNathan Myers2016-12-051-253/+44
* SERVER-27215 Remove incorrect invariant checks in the chunk cloner sourceKaloian Manassiev2016-12-021-7/+0
* SERVER-26849 wait for balancer thread to terminate before finishing shutdownDianna Hohensee2016-12-012-16/+26
* SERVER-22657 Unit-tests for MigrationChunkClonerSourceLegacyKaloian Manassiev2016-11-186-73/+458
* SERVER-20447 Add concurrency workload that tests sharding functions:Jonathan Abrahams2016-11-161-1/+1
* Revert "SERVER-20447 Add concurrency workload that tests sharding functions:"Kaloian Manassiev2016-11-161-1/+1
* SERVER-20447 Add concurrency workload that tests sharding functions:Jonathan Abrahams2016-11-161-1/+1
* Revert "SERVER-22657 Cleanup CollectionShardingState test and configsvr comma...Kaloian Manassiev2016-11-165-24/+30
* SERVER-26116 reacquire the balancer distlock in drain mode during config prim...Dianna Hohensee2016-11-154-39/+60
* SERVER-22657 Cleanup CollectionShardingState test and configsvr commandsKaloian Manassiev2016-11-155-30/+24
* SERVER-27004 move check for pending RangeDeleter deletes to after registering...Esha Maharishi2016-11-141-13/+14
* SERVER-26955 Ensure setFeatureCompatibilityVersion commands support maxTimeMSKaloian Manassiev2016-11-112-51/+17
* SERVER-22657 Make MigrationChunkClonerSourceLegacy not do host resolutionKaloian Manassiev2016-11-116-45/+60
* SERVER-26943 make OpObservers for config.shards handle for writes while non-p...Esha Maharishi2016-11-101-12/+14
* SERVER-26946 check for errors sending moveChunk command that should not be pr...Dianna Hohensee2016-11-101-6/+11
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-0/+5
* SERVER-26929 Make all sharding legacy cloner commands include namespaceKaloian Manassiev2016-11-072-8/+9
* SERVER-26885 Take collection X lock to enter the migration critical sectionKaloian Manassiev2016-11-072-13/+18
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-5/+0
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-0/+5
* SERVER-26898 Use ScopedTransaction at the migration donorKaloian Manassiev2016-11-041-2/+10
* SERVER-26883 Skip sharding zone if no shards are assigned to itKaloian Manassiev2016-11-033-15/+40
* SERVER-25665 Make splitChunk and moveChunk commands use 'chunkVersion'Kaloian Manassiev2016-11-028-135/+194
* SERVER-26797 protect upcast to StaleConfigException from DBExceptionMisha Tyulenev2016-10-311-6/+2
* SERVER-26764 Do not defer creation of _id index for replicated collectionsTess Avitabile2016-10-281-8/+16
* SERVER-25999 add list of error codes to Shard that can be used to determine w...Dianna Hohensee2016-10-282-5/+76
* SERVER-26777 Improve logging around chunk refreshKaloian Manassiev2016-10-272-61/+50
* SERVER-26418 persist balancer settings into migration documentMisha Tyulenev2016-10-2710-45/+72
* SERVER-25665 Cleanup chunk cache refreshKaloian Manassiev2016-10-276-182/+152
* SERVER-26770 Do not move chunks out of shards with below-average utilizationKaloian Manassiev2016-10-263-29/+53
* SERVER-26769 Balancer loads balancer settings before recovery and accepting/s...Dianna Hohensee2016-10-261-3/+15
* SERVER-26374 add namespace logging in MigrationSourceManagerMisha Tyulenev2016-10-251-51/+44
* SERVER-26250 extend moveChunk command success to depend on migration document...Dianna Hohensee2016-10-244-3/+57
* SERVER-26683 Improve logging on catalog errorsKaloian Manassiev2016-10-242-12/+13
* SERVER-25934 rename MongodTestFixture to ShardingMongodTestFixtureEsha Maharishi2016-10-201-3/+3
* SERVER-25665 Persist chunk version as part of the active migration documentKaloian Manassiev2016-10-1811-117/+155
* SERVER-26307 Differentiate between config and shard command errors in Migrati...Dianna Hohensee2016-10-182-90/+103