[
https://issues.apache.org/jira/browse/SAMZA-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15991669#comment-15991669
]
ASF GitHub Bot commented on SAMZA-1246:
---------------------------------------
GitHub user xinyuiscool opened a pull request:
https://github.com/apache/samza/pull/154
SAMZA-1246: ApplicatonRunner.stats() should include exception in case of
failure
Current when ApplicationRunner.stats() only returns the enum representing
the status. It also need to include the exception if the status is failure. To
achieve this, I renamed the previous ApplicationStatus to be JobStatus, which
will be returned by JobRunner as we have today. ApplicationRunner will return
the new ApplicationStatus type.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xinyuiscool/samza SAMZA-1246
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/154.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 #154
----
commit 6ee703ce87af38484d713ee8635bd035d6e40c56
Author: Xinyu Liu <[email protected]>
Date: 2017-05-01T21:22:48Z
SAMZA-1246: ApplicatonRunner.stats() should include exception in case of
failure
commit e6d9db13d44b42ac76b0bc6f3e567faf1d8255fe
Author: Xinyu Liu <[email protected]>
Date: 2017-05-01T22:19:37Z
Merge branch 'master' into SAMZA-1246
----
> ApplicatonRunner.stats() should include exception in case of failure
> --------------------------------------------------------------------
>
> Key: SAMZA-1246
> URL: https://issues.apache.org/jira/browse/SAMZA-1246
> Project: Samza
> Issue Type: Bug
> Affects Versions: 0.13.0
> Reporter: Xinyu Liu
> Assignee: Xinyu Liu
> Priority: Blocker
>
> Current when ApplicationRunner.stats() only returns the enum representing the
> status. It also need to include the exception if the status is failure.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)