GitHub user lvfangmin opened a pull request:
https://github.com/apache/zookeeper/pull/578
[ZOOKEEPER-3097] Using Runnable instead of thread work items to improve the
throughput of CommitProcessor
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lvfangmin/zookeeper ZOOKEEPER-3097
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/578.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #578
----
commit bc22a34f30656a14e3d7bb2383156bc662df568f
Author: Fangmin Lyu <allenlyu@...>
Date: 2018-07-20T19:16:05Z
using runnable instead of thread for work items
----
---