bbeaudreault commented on code in PR #4273:
URL: https://github.com/apache/hbase/pull/4273#discussion_r845262415
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncConnectionConfiguration.java:
##########
@@ -118,50 +95,45 @@
private final int maxKeyValueSize;
AsyncConnectionConfiguration(Configuration conf) {
+ ConnectionConfiguration connectionConf = new ConnectionConfiguration(conf);
Review Comment:
note this difference between master and branch-2 -- since we must maintain
both an async and blocking configuration, I pulled this in here to DRY up the
handling (and remove the duplicate logging)
--
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]