Bryan Beaudreault created HBASE-26847:
-----------------------------------------
Summary: Move ConnectionImplementation public configs to HConstants
Key: HBASE-26847
URL: https://issues.apache.org/jira/browse/HBASE-26847
Project: HBase
Issue Type: Improvement
Reporter: Bryan Beaudreault
ConnectionImplementation has a few public static config constants, but the
class itself is package-private so users cannot access them. Moving them to
HConstants will make it easier for users to change these settings:
{code:java}
hbase.client.retries.by.server
hbase.resolve.hostnames.on.failure {code}
Note: AsyncConnectionImpl also separately defines the second config, so we can
unify them both in HConstants.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)