rmdmattingly commented on code in PR #5534: URL: https://github.com/apache/hbase/pull/5534#discussion_r1407922652
########## hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/ReopenTableRegionsProcedure.java: ########## @@ -61,20 +69,36 @@ public class ReopenTableRegionsProcedure private List<HRegionLocation> regions = Collections.emptyList(); + private List<HRegionLocation> currentRegionBatch = Collections.emptyList(); + private RetryCounter retryCounter; + private final long reopenBatchBackoffMillis; Review Comment: yeah good point -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
