Shanthoosh Venkataraman created SAMZA-1389:
----------------------------------------------
Summary: Fix ZkProcessorLatch await(timeout, TimeUnit) api.
Key: SAMZA-1389
URL: https://issues.apache.org/jira/browse/SAMZA-1389
Project: Samza
Issue Type: Bug
Reporter: Shanthoosh Venkataraman
Assignee: Shanthoosh Venkataraman
Priority: Minor
Fix For: 0.13.1
Existing implementation of ZkProcessorLatch API hardcodes TimeUnit as
milliSeconds instead of using the passed in timeUnit param.
This change fixes it (since if a client passes in wait time as 5 seconds, the
ZkProcessorLatch.await method will wait for 5 ms).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)