sbarnoud commented on a change in pull request #343: HBASE-22634 : Improve
performance of BufferedMutator
URL: https://github.com/apache/hbase/pull/343#discussion_r298189981
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AbstractRpcClient.java
##########
@@ -188,14 +186,6 @@ public AbstractRpcClient(Configuration conf, String
clusterId, SocketAddress loc
this.connections = new PoolMap<>(getPoolType(conf), getPoolSize(conf));
- this.cleanupIdleConnectionTask = IDLE_CONN_SWEEPER.scheduleAtFixedRate(new
Runnable() {
Review comment:
Just committed a version that restore that. To avoid having it done twice
(in the case of Netty), i add hasIdleCleanupSupport() where needed
----------------------------------------------------------------
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