You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/06/27 01:37:42 UTC

[GitHub] [hbase] Apache9 commented on a change in pull request #343: HBASE-22634 : Improve performance of BufferedMutator

Apache9 commented on a change in pull request #343: HBASE-22634 : Improve performance of BufferedMutator	
URL: https://github.com/apache/hbase/pull/343#discussion_r297925230
 
 

 ##########
 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:
   We have another rpc client implementation which depends on this I believe?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services