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 <halu@...>
Date: 2018-07-19T23:02:35Z
SAMZA-1775: add some delay before renew under transient EH exception
----
---