Github user kishoreg commented on a diff in the pull request:
https://github.com/apache/helix/pull/82#discussion_r109814455
--- Diff:
helix-core/src/test/java/org/apache/helix/messaging/handling/TestResourceThreadpoolSize.java
---
@@ -113,6 +113,35 @@ public void TestThreadPoolSizeConfig() {
}
}
+ @Test
+ public void testBatchMessageThreadPoolSize() throws InterruptedException
{
--- End diff --
Thanks, do you see that this test case fails without my change. Might have
to run it multiple times or add a delay in batch message handler before it
executes the sub-messages to reproduce it.
---
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.
---