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:09:00 UTC

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

Shanthoosh Venkataraman created SAMZA-1698:
----------------------------------------------

             Summary: 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


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)