You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Shanthoosh Venkataraman (JIRA)" <ji...@apache.org> on 2018/05/04 00:10:00 UTC

[jira] [Commented] (SAMZA-1698) Update appStatus on failures in localApplication.run(streamApp).

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

Shanthoosh Venkataraman commented on SAMZA-1698:
------------------------------------------------

Fix : Update localApplicationRunner.appStatus to unsuccessfulFinish on any failures in localAppRunner.run(streamApplication). 

> Update  appStatus on failures in localApplication.run(streamApp).
> -----------------------------------------------------------------
>
>                 Key: SAMZA-1698
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1698
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Shanthoosh Venkataraman
>            Assignee: Shanthoosh Venkataraman
>            Priority: Major
>
> In existing LocalApplicationRunner implementation, any exception in localApplicationRunner.run(streamApp) is bubbled up to the caller without updating the localApplicationRunner.appStatus.
> This leaves the localApplicationRunner object in a weird state. 
> Any monitoring reported based on applicationStatus will be incorrect.
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)