Andras Piros created OOZIE-3021:
-----------------------------------
Summary: Error on job or SLA event listening: WARN logs instead of
DEBUG
Key: OOZIE-3021
URL: https://issues.apache.org/jira/browse/OOZIE-3021
Project: Oozie
Issue Type: Bug
Components: core
Affects Versions: 4.3.0
Reporter: Andras Piros
Assignee: Andras Piros
Fix For: 5.0.0
When handling a job or SLA event inside {{EventHandlingService}}, when a
{{Throwable}} happens when
[*{{EventWorker.run()}}*|https://github.com/apache/oozie/blob/master/core/src/main/java/org/apache/oozie/service/EventHandlerService.java#L255-L265]
is called, only {{DEBUG}} level logs are printed.
Since in general most users don't set Oozie log level to {{DEBUG}} while in
production, we should employ {{WARN}} level to get an idea when e.g. an SLA
event processing didn't succeed.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)