-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39392/
-----------------------------------------------------------

(Updated Oct. 16, 2015, 11:04 a.m.)


Review request for oozie.


Summary (updated)
-----------------

OOZIE-2258: Introducing a new counter in the instrumentation log to distinguish 
between the reasons for launcher failure


Bugs: OOZIE-2258
    https://issues.apache.org/jira/browse/OOZIE-2258


Repository: oozie-git


Description
-------

Whether the launcher job fails due to child job failure or exception in the 
launcher job itself, in both the case, the "counters:jobs:killed" counter is 
updated in the instrumentation log. Hence, we cannot distinguish whether the 
launcher failure was due to child job getting failed or not. So, we can 
introduce a new counter "kill" under the group "childjobs" that will help us to 
distinguish if the launcher failure is due to the child jobs getting failed.
Let me know if there is already any other way by which we can distinguish this.


Diffs
-----

  core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java 
c519cb0 

Diff: https://reviews.apache.org/r/39392/diff/


Testing
-------

Done.


Thanks,

Narayan Periwal

Reply via email to