apurtell commented on a change in pull request #2669:
URL: https://github.com/apache/hbase/pull/2669#discussion_r525583926
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/NettyRpcConnection.java
##########
@@ -265,23 +279,32 @@ public void operationComplete(Future<Boolean> future)
throws Exception {
});
}
- private void connect() {
+ private void connect() throws UnknownHostException {
assert eventLoop.inEventLoop();
- LOG.trace("Connecting to {}", remoteId.address);
-
+ LOG.trace("Connecting to {}", remoteId.getAddress());
Review comment:
This is the netty version of the bug fix here:
https://github.com/apache/hbase/pull/2669/files#diff-1a7ec27a8107293b6c87132823c262fc250570687a40f45646c43ae46dc6b04eR259
----------------------------------------------------------------
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]