Github user dasahcc commented on a diff in the pull request:
https://github.com/apache/helix/pull/87#discussion_r116132045
--- Diff:
helix-core/src/main/java/org/apache/helix/messaging/handling/HelixTaskExecutor.java
---
@@ -143,6 +145,7 @@ public HelixTaskExecutor(ParticipantStatusMonitor
participantStatusMonitor) {
_hdlrFtyRegistry = new ConcurrentHashMap<String,
MsgHandlerFactoryRegistryItem>();
_executorMap = new ConcurrentHashMap<String, ExecutorService>();
_batchMessageExecutorService = Executors.newCachedThreadPool();
--- End diff --
Sure! I will added in PR 91 since that is more related to threadpool size.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---