1
0
Fork 0

resilienceMove will do more reporting in cleanouts

This commit is contained in:
Kaveh Vahedipour 2017-01-26 15:30:27 +01:00
parent 0ea23a2b28
commit 5faef0bc9e
1 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,8 @@ function MovingShardsSuite () {
obj = getCleanedOutServers();
if (obj.cleanedServers.indexOf(id) >= 0) {
ok = true;
console.info("Success: Server " + id + " cleaned out.");
console.info(
"Success: Server " + id + " cleaned out after " + (300-count) + " seconds");
break;
}
wait(1.0);