Github user kishoreg commented on a diff in the pull request:
https://github.com/apache/helix/pull/82#discussion_r109800436
--- 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 --
we need a test with number of resources with group message enabled >
threapool size. This is the scenario where current code deadlocks. This test
case does not cover that scenario
---
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.
---