GitHub user navina opened a pull request:

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

    SAMZA-1340 - StreamProcessor does not propagate container failures from 
StreamTask

    Storing the exception seen from the container in the 
`SamzaContainerListener#onFailure(Throwable)` in the StreamProcessor.
    `JobCoordinator#stop` callback inspects this stored exception and invokes 
the correct callback for StreamProcessorLifecycleListener.
    It is pretty difficult to add all test cases. Suggestion welcome for 
improving code/testing.

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

    $ git pull https://github.com/navina/samza LISAMZA-5272

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

    https://github.com/apache/samza/pull/230.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 #230
    
----
commit 839473cf0dea43ba565154c5377b138655db8a5d
Author: Navina Ramesh <nav...@apache.org>
Date:   2017-06-19T22:49:00Z

    Adding a streamprocessor test to verify containerexception is getting 
persisted in processor

commit 5475f6a301a37d9e2ede1d2a8e1e319cdc812fcc
Author: Navina Ramesh <nav...@apache.org>
Date:   2017-06-20T01:16:27Z

    Removing unused listener in StreamProcessorTestUtils

commit 213bb2e8afff6f6421cff0697b9b5700ba5c70a1
Author: Navina Ramesh <nav...@apache.org>
Date:   2017-06-22T02:28:13Z

    Fixing checkstyle

----


---
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