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:
Zhihong Yu 2011-12-07 23:38:06 +00:00
parent 7a36cab817
commit f4ef4485a7
1 changed files with 0 additions and 1 deletions

View File

@ -537,7 +537,6 @@ public class ServerManager {
Thread.sleep(interval);
slept += interval;
count = countOfRegionServers();
if (count == oldcount && count > 0) break;
String msg;
if (count == oldcount && count >= minToStart && slept >= timeout) {