Apache9 commented on a change in pull request #343: HBASE-22634 : Improve performance of BufferedMutator URL: https://github.com/apache/hbase/pull/343#discussion_r311532839
########## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/BufferedMutatorImpl.java ########## @@ -93,6 +99,9 @@ private final boolean cleanupPoolOnClose; private volatile boolean closed = false; private final AsyncProcess ap; + private List<AsyncRequestFuture> asfList; Review comment: Does this field need to be a class member? It seems that we only use it in the doFlush method. ---------------------------------------------------------------- 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
