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 2017/08/11 18:49:00 UTC

[jira] [Created] (SAMZA-1389) Fix ZkProcessorLatch await(timeout, TimeUnit) api.

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)