HBASE-8800 Addendum: removed a creation of a RS that was missed in the port from 0.94

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1496606 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Daniel Cryans 2013-06-25 19:38:20 +00:00
parent 04e4855bc8
commit 628177ecee
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ public class HRegionServerCommandLine extends ServerCommandLine {
} else {
logJVMInfo();
HRegionServer hrs = HRegionServer.constructRegionServer(regionServerClass, conf);
HRegionServer.startRegionServer(hrs);
Thread rsThread = HRegionServer.startRegionServer(hrs);
rsThread.join();