Commit Graph

9 Commits

Author SHA1 Message Date
Kaloian Manassiev
bc433b50e0 SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatus
Includes metrics for refresh, clone and migration critical section
duration.
2018-01-24 13:45:53 -05:00
Kaloian Manassiev
3b7177d627 SERVER-24467 Make the shard implementation of 'moveChunk' joinable
This change makes the shard implementation of the 'moveChunk' command join
a currently running migration if that migration has exactly the same
arguments as the call. This allows retriability of this command by the
balancer.

In addition, it makes the moveChunk command report success if the
specified chunk is already located on the desired destination shard.
2016-06-13 16:55:01 -04:00
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Kaloian Manassiev
c2538292d6 SERVER-23930 Ensure new shard is available in the ShardRegistry after addShard 2016-04-26 16:54:12 -04:00
Kaloian Manassiev
6691776481 Revert "SERVER-23930 Ensure new shard is available in the ShardRegistry after addShard"
This reverts commit 6dfaea7ca3.
2016-04-26 16:48:46 -04:00
Kaloian Manassiev
6dfaea7ca3 SERVER-23930 Ensure new shard is available in the ShardRegistry after addShard 2016-04-26 15:34:25 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Mike Grundy
fb46f01127 SERVER-22341 fix jslint errors in jstests/sharding with eslint --fix 2016-02-09 14:46:30 -05:00
Misha Tyulenev
1bcf9c7e19 SERVER-21132 add basic tests for moveChunk command 2015-12-10 16:24:13 -05:00