You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/27 08:27:25 UTC

[jira] [Commented] (APEXCORE-625) Exception from StreamingAppMasterService.execute is lost if eventloop.stop thrown an exception.

    [ 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 <tu...@apache.org>
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)