bharathv commented on a change in pull request #773: HBASE-23212 : Dynamically
reload configs for Region Recovery chore
URL: https://github.com/apache/hbase/pull/773#discussion_r340848802
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/RegionsRecoveryChore.java
##########
@@ -76,8 +71,9 @@
RegionsRecoveryChore(final Stoppable stopper, final Configuration
configuration,
final HMaster hMaster) {
- super(REGIONS_RECOVERY_CHORE_NAME, stopper,
configuration.getInt(REGIONS_RECOVERY_INTERVAL,
- DEFAULT_REGIONS_RECOVERY_INTERVAL));
+ super(REGIONS_RECOVERY_CHORE_NAME, stopper, configuration.getInt(
+ HConstants.REGIONS_RECOVERY_INTERVAL,
Review comment:
nit: wrap to fewer lines.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services