You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Sijie Guo (JIRA)" <ji...@apache.org> on 2012/12/29 01:38:12 UTC

[jira] [Created] (BOOKKEEPER-527) multiple threads for topic op queuer.

Sijie Guo created BOOKKEEPER-527:
------------------------------------

             Summary: multiple threads for topic op queuer.
                 Key: BOOKKEEPER-527
                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-527
             Project: Bookkeeper
          Issue Type: Improvement
          Components: hedwig-server
            Reporter: Sijie Guo
             Fix For: 4.3.0


currently there is only one single thread scheduler shared across topic manager, subscription manager and bookkeeper manager (also region manager). if enqueue speed is faster than dequeue speed for per topic, lots of operations would be submitted to this single thread scheduler, which cause lots of operations are pending in the executor to execute.

we need to adapt a multiple thread executor of this case. and it would be better to separate executors between managers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira