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 2018/07/19 23:09:00 UTC

[jira] [Commented] (SAMZA-1775) EH consumer renew too frequently under transient exception

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

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

GitHub user lhaiesp opened a pull request:

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

    SAMZA-1775: add some delay before renew under transient EH exception

    There is no delay at all before we renew the partition. This sometimes lead to spam in the log for the following messages:
    
    Received transient exception from EH client. Renew partition receiver for ssp ...

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lhaiesp/samza master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/571.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #571
    
----
commit 474289237d0680f4e7ca6e3d2dcebaca01de15aa
Author: Hai Lu <ha...@...>
Date:   2018-07-19T23:02:35Z

    SAMZA-1775: add some delay before renew under transient EH exception

----


> EH consumer renew too frequently under transient exception
> ----------------------------------------------------------
>
>                 Key: SAMZA-1775
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1775
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Hai
>            Assignee: Hai
>            Priority: Major
>              Labels: EventHub
>
> There is no delay at all before we renew the partition. This sometimes lead to spam in the log for the following messages:
> Received transient exception from EH client. Renew partition receiver for ssp ...



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