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

2017-01-27 Thread ASF GitHub Bot (JIRA)

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


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

2017-01-27 Thread Vlad Rozov (JIRA)

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


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

2017-10-01 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/APEXCORE-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16187400#comment-16187400
 ] 

ASF GitHub Bot commented on APEXCORE-625:
-

vrozov closed pull request #457: APEXCORE-625 log exception from 
eventloop.stop, and let original exception to propagate to caller.
URL: https://github.com/apache/apex-core/pull/457
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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.4.14#64029)