Shanthoosh Venkataraman created SAMZA-1761:
----------------------------------------------
Summary: Reduce runTime of TestZkUtils test.
Key: SAMZA-1761
URL: https://issues.apache.org/jira/browse/SAMZA-1761
Project: Samza
Issue Type: New Feature
Reporter: Shanthoosh Venkataraman
Assignee: Shanthoosh Venkataraman
Currently the test
ZkUtils.testRegisterProcessorAndGetIdShouldFailForDuplicateProcessorRegistration
takesĀ 40 seconds to complete.
During processor registration if there're duplicate processors in the group
there's a retry based upon configured zookeeper session timeout(to mitigate
ephemeral nodes left over from previous run).
TestĀ takes longer time to run due to high zookeeper session timeout and fix is
to reduce zookeeper sessionTimeout value to 500 ms for the test.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)