petersomogyi commented on a change in pull request #18:
URL: https://github.com/apache/hbase-filesystem/pull/18#discussion_r530981788
##########
File path: hbase-oss/src/main/java/org/apache/hadoop/hbase/oss/Constants.java
##########
@@ -32,4 +32,6 @@
public static final String ZK_MAX_RETRIES =
"fs.hboss.sync.zk.sleep.max.retries";
public static final String CONTRACT_TEST_SCHEME =
"fs.contract.test.fs.scheme";
+
+ public static final String WAIT_INTERVAL_WARN =
"fs.hboss.lock-wait.interval.warning";
Review comment:
This configuration name is defined but it is not read from the
configuration. Initialize waitIntervalWarn from the config and fall back to the
default value.
----------------------------------------------------------------
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]