bharathv commented on a change in pull request #954: HBASE-23305: Master based
registry implementation
URL: https://github.com/apache/hbase/pull/954#discussion_r362694767
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AbstractRpcClient.java
##########
@@ -217,7 +215,9 @@ private void cleanupIdleConnections() {
// have some pending calls on connection so we should not shutdown the
connection outside.
// The connection itself will disconnect if there is no pending call
for maxIdleTime.
if (conn.getLastTouched() < closeBeforeTime && !conn.isActive()) {
- if (LOG.isTraceEnabled()) LOG.trace("Cleanup idle connection to " +
conn.remoteId().address);
+ if (LOG.isTraceEnabled()) {
+ LOG.trace("Cleanup idle connection to " + conn.remoteId().address);
Review comment:
Done.
----------------------------------------------------------------
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]
With regards,
Apache Git Services