You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/11 18:52:00 UTC

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

    [ https://issues.apache.org/jira/browse/SAMZA-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123841#comment-16123841 ] 

ASF GitHub Bot commented on SAMZA-1389:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/268


> 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)