[
https://issues.apache.org/jira/browse/APEXCORE-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15842387#comment-15842387
]
ASF GitHub Bot commented on APEXCORE-625:
-----------------------------------------
GitHub user tushargosavi opened a pull request:
https://github.com/apache/apex-core/pull/457
APEXCORE-625 log exception from eventloop.stop, and let original exception
to propagate to caller.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tushargosavi/apex-core APEXCORE-625
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/apex-core/pull/457.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 #457
----
commit c82e222aacb04d97aed7e4fc1d1ef455e904dd27
Author: Tushar R. Gosavi <[email protected]>
Date: 2017-01-27T08:23:14Z
APEXCORE-625 log exception from eventloop.stop, and let original
exception to propagate to caller.
----
> Exception from StreamingAppMasterService.execute is lost if eventloop.stop
> thrown an exception.
> -----------------------------------------------------------------------------------------------
>
> Key: APEXCORE-625
> URL: https://issues.apache.org/jira/browse/APEXCORE-625
> Project: Apache Apex Core
> Issue Type: Bug
> Reporter: Tushar Gosavi
> Assignee: Tushar Gosavi
>
> This was observed while debugging an application master crash. The
> application master main loop terminated because of an exception, but this
> exception was masked by exception thrown from eventloop stop in finally
> block, causing difficulties in debugging the original issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)