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 <xi...@xiliu-ld.linkedin.biz>
Date:   2017-05-01T21:22:48Z

    SAMZA-1246: ApplicatonRunner.stats() should include exception in case of 
failure

commit e6d9db13d44b42ac76b0bc6f3e567faf1d8255fe
Author: Xinyu Liu <xi...@xiliu-ld.linkedin.biz>
Date:   2017-05-01T22:19:37Z

    Merge branch 'master' into SAMZA-1246

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to