[
https://issues.apache.org/jira/browse/APEXCORE-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15843095#comment-15843095
]
Vlad Rozov commented on APEXCORE-625:
-------------------------------------
Please provide details (exception stack trace) for the exception raised in the
eventloop.stop(); eventloop.stop() is asynchronous and actual execution is done
on the event loop thread. I don't see why eventloop.stop() will be raising an
exception.
> 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)