shahrs87 opened a new pull request #3635: URL: https://github.com/apache/hbase/pull/3635
In [HBASE-26103#comment](https://issues.apache.org/jira/browse/HBASE-26103?focusedCommentId=17384541&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17384541), we discussed to remove BufferedMutatorParams#pool and BufferedMutatorParams#getPool methods. But BufferedMutatorParams is a public interface and `BufferedMutatorParams#pool` and `BufferedMutatorParams#getPool` methods are both public so we can't remove them. We need to deprecate them for 1 version and remove in next. @saintstack Please review. -- 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]
