bbeaudreault commented on code in PR #5402: URL: https://github.com/apache/hbase/pull/5402#discussion_r1330557602
########## hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionConfiguration.java: ########## @@ -76,6 +76,11 @@ public class ConnectionConfiguration { public static final String HBASE_CLIENT_META_SCANNER_TIMEOUT = "hbase.client.meta.scanner.timeout.period"; + public static final String HBASE_CLIENT_USE_SCANNER_TIMEOUT_FOR_NEXT_CALLS = + "hbase.client.use.scanner.timeout.for.next.calls"; Review Comment: I changed the property name as requested. I added https://issues.apache.org/jira/browse/HBASE-28098 to update book. I'm not sure we should add this to hbase-default.xml. It's more of a feature flag, and I think of hbase-default.xml as holding defaults for common configs. I dunno though, we are very inconsistent there and im not sure of the criteria for adding (many many many configs are missing from it). -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org