shahrs87 commented on a change in pull request #3506:
URL: https://github.com/apache/hbase/pull/3506#discussion_r673047325
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Connection.java
##########
@@ -109,16 +109,15 @@ default Table getTable(TableName tableName,
ExecutorService pool) throws IOExcep
/**
* <p>
* Retrieve a {@link BufferedMutator} for performing client-side buffering
of writes. The
- * {@link BufferedMutator} returned by this method is thread-safe. This
BufferedMutator will
- * use the Connection's ExecutorService. This object can be used for long
lived operations.
+ * {@link BufferedMutator} returned by this method is thread-safe.
+ * This accessor will create a new ThreadPoolExecutor and will be shutdown
once we close the
+ * BufferedMutator. This object can be used for long lived operations.
Review comment:
@anoopsjohn Done ! Please review again !
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]