[
https://issues.apache.org/jira/browse/EAGLE-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15439310#comment-15439310
]
ASF GitHub Bot commented on EAGLE-502:
--------------------------------------
Github user pkuwm commented on the issue:
https://github.com/apache/incubator-eagle/pull/390
Thanks @wujinhu
I have updated the code. The following code has been added.
` @Override
public void fail(Object msgId) {
collector.emit(new Values(msgId), msgId);
zkState.updateApplicationStatus((String)msgId,
ZKStateConstant.AppStatus.SENT_FOR_PARSE);
}`
> Always retry to parse spark history job when failure happens.
> -------------------------------------------------------------
>
> Key: EAGLE-502
> URL: https://issues.apache.org/jira/browse/EAGLE-502
> Project: Eagle
> Issue Type: Task
> Affects Versions: v0.5.0
> Reporter: Huizhi Lu
> Assignee: Huizhi Lu
> Fix For: v0.5.0
>
>
> Currently the retry times is 5. Set it to unlimit.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)