You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ChiaPing Tsai (JIRA)" <ji...@apache.org> on 2016/11/24 11:21:58 UTC

[jira] [Created] (HBASE-17174) Use shared threadpool in BufferedMutatorImpl

ChiaPing Tsai created HBASE-17174:
-------------------------------------

             Summary: Use shared threadpool in BufferedMutatorImpl
                 Key: HBASE-17174
                 URL: https://issues.apache.org/jira/browse/HBASE-17174
             Project: HBase
          Issue Type: New Feature
            Reporter: ChiaPing Tsai
            Priority: Minor


A update-heavy application, for example, loader, creates many BufferedMutator for batch updates. But these BufferedMutators can’t share a large threadpool because the shutdown() method will be called when closing any BufferedMutator. This patch adds a flag into BufferedMutatorParams for preventing calling the shutdown() method in BufferedMutatorImpl#close



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)