HBASE-4610 Addendum removes break statement
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211706 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7a36cab817
commit
f4ef4485a7
|
@ -537,7 +537,6 @@ public class ServerManager {
|
||||||
Thread.sleep(interval);
|
Thread.sleep(interval);
|
||||||
slept += interval;
|
slept += interval;
|
||||||
count = countOfRegionServers();
|
count = countOfRegionServers();
|
||||||
if (count == oldcount && count > 0) break;
|
|
||||||
|
|
||||||
String msg;
|
String msg;
|
||||||
if (count == oldcount && count >= minToStart && slept >= timeout) {
|
if (count == oldcount && count >= minToStart && slept >= timeout) {
|
||||||
|
|
Loading…
Reference in New Issue