You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Shanthoosh Venkataraman (JIRA)" <ji...@apache.org> on 2018/05/26 23:47:00 UTC

[jira] [Created] (SAMZA-1732) Reduce the coordination timeouts in TestZkLocalApplicationRunner tests.

Shanthoosh Venkataraman created SAMZA-1732:
----------------------------------------------

             Summary: Reduce the coordination timeouts in TestZkLocalApplicationRunner tests.
                 Key: SAMZA-1732
                 URL: https://issues.apache.org/jira/browse/SAMZA-1732
             Project: Samza
          Issue Type: Bug
            Reporter: Shanthoosh Venkataraman
            Assignee: Shanthoosh Venkataraman


*Problem:*

Currently all the tests in TestZkLocalApplicationRunner takes around 5 minutes to finish.  This unnecessarily increases  the build time of :samza-test module and the overall samza codebase build.

*Fix:* 

Reducing the zookeeper coordination timeout in all the TestZkLocalApplicationRunner tests to reduce the test time.
 
* Change debounce timeout from 20 seconds to 2 seconds.
* Change task.shutdown timeout from 30 seconds to 5 seconds.
* Change barrier timeout from 40 seconds to 2 seconds.






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)