ajkh88 commented on code in PR #7563:
URL: https://github.com/apache/hbase/pull/7563#discussion_r2634387306
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/ReopenTableRegionsProcedure.java:
##########
@@ -116,12 +136,12 @@ public ReopenTableRegionsProcedure(final TableName
tableName, final List<byte[]>
PROGRESSIVE_BATCH_SIZE_MAX_DISABLED);
}
- ReopenTableRegionsProcedure(final TableName tableName, long
reopenBatchBackoffMillis,
+ public ReopenTableRegionsProcedure(final TableName tableName, long
reopenBatchBackoffMillis,
Review Comment:
To use in an integration test - do I need to annotate the methods in some
way to indicate they are only exposed for testing? Something akin to
`@VisibleForTesting` from Guava perhaps?
--
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]