HBASE-10867 Addendum removes two unused variables
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1583740 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e8f7f46609
commit
50983ad638
|
@ -289,8 +289,6 @@ public class TestRegionPlacement {
|
|||
|
||||
private void killRandomServerAndVerifyAssignment()
|
||||
throws IOException, InterruptedException, KeeperException {
|
||||
ClusterStatus oldStatus = TEST_UTIL.getHBaseCluster().getClusterStatus();
|
||||
ServerName servers[] = oldStatus.getServers().toArray(new ServerName[10]);
|
||||
ServerName serverToKill = null;
|
||||
int killIndex = 0;
|
||||
Random random = new Random(System.currentTimeMillis());
|
||||
|
|
Loading…
Reference in New Issue