This is an automated email from the ASF dual-hosted git repository.
zhangmeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git.
from bdf4dbd Compatible support for ZNRecord to work with Jackson 1 mapper
(#1659)
add 3506910 Use thread pool for batched call back handling events (#1645)
No new revisions were added by this update.
Summary of changes:
.../helix/manager/zk/CallbackEventExecutor.java | 129 +++++++++++++++++++++
.../manager/zk/CallbackEventThreadPoolFactory.java | 110 ++++++++++++++++++
.../apache/helix/manager/zk/CallbackHandler.java | 72 ++++--------
3 files changed, 263 insertions(+), 48 deletions(-)
create mode 100644
helix-core/src/main/java/org/apache/helix/manager/zk/CallbackEventExecutor.java
create mode 100644
helix-core/src/main/java/org/apache/helix/manager/zk/CallbackEventThreadPoolFactory.java