File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
hbase-server/src/main/java/org/apache/hadoop/hbase/util Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ public class RegionMover extends AbstractHBaseTool implements Closeable {
8484 public static final int DEFAULT_MOVE_RETRIES_MAX = 5 ;
8585 public static final int DEFAULT_MOVE_WAIT_MAX = 60 ;
8686 public static final int DEFAULT_SERVERSTART_WAIT_MAX = 180 ;
87- private final RackManager rackManager ;
8887
8988 private static final Logger LOG = LoggerFactory .getLogger (RegionMover .class );
9089
@@ -100,6 +99,7 @@ public class RegionMover extends AbstractHBaseTool implements Closeable {
10099 private int port ;
101100 private Connection conn ;
102101 private Admin admin ;
102+ private RackManager rackManager ;
103103
104104 private RegionMover (RegionMoverBuilder builder ) throws IOException {
105105 this .hostname = builder .hostname ;
@@ -122,7 +122,6 @@ private RegionMover(RegionMoverBuilder builder) throws IOException {
122122 }
123123
124124 private RegionMover () {
125- rackManager = new RackManager (conf );
126125 }
127126
128127 @ Override
You can’t perform that action at this time.
0 commit comments