HBASE-12664 TestDefaultLoadBalancer.testBalanceCluster fails in CachedDNSToSwitchMapping -- ADDENDUM
This commit is contained in:
parent
5537fce353
commit
1be63539f1
|
@ -56,7 +56,7 @@ public class BalancerTestBase {
|
||||||
static int regionId = 0;
|
static int regionId = 0;
|
||||||
|
|
||||||
// This class is introduced because IP to rack resolution can be lengthy.
|
// This class is introduced because IP to rack resolution can be lengthy.
|
||||||
static class MockMapping implements DNSToSwitchMapping {
|
public static class MockMapping implements DNSToSwitchMapping {
|
||||||
public MockMapping(Configuration conf) {
|
public MockMapping(Configuration conf) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue