[
https://issues.apache.org/jira/browse/OOZIE-3103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16227189#comment-16227189
]
Robert Kanter edited comment on OOZIE-3103 at 10/31/17 5:47 PM:
----------------------------------------------------------------
We should use the \{0} syntax instead of concatenating strings. The message
sounds good though. And we usually put values in "[" and "]" when logging.
was (Author: rkanter):
We should use the {{\{0\}}} syntax instead of concatenating strings. The
message sounds good though.
> Improve log message regarding max concurrency for coordinators
> --------------------------------------------------------------
>
> Key: OOZIE-3103
> URL: https://issues.apache.org/jira/browse/OOZIE-3103
> Project: Oozie
> Issue Type: Improvement
> Reporter: Attila Sasvari
> Priority: Trivial
> Attachments: OOZIE-3103-001.patch
>
>
> Currently, when maximum concurrency is reached for coordinators, the log
> message is as follows:
> {code}
> 2017-09-25 06:00:00,069 WARN
> org.apache.oozie.command.coord.CoordActionReadyXCommand:
> SERVER[dsfsdfsdfds.com] USER[testclu0] GROUP[-] TOKEN[]
> APP[test->dev->xyzabc] JOB[0000065-191474932323346-oozie-oozi-C] ACTION[] No
> actions to start for jobId=0000065-191474932323346-oozie-oozi-C as max
> concurrency reached!
> {code}
> It's confusing as-is and sounds like something is wrong, even though it's
> perfectly fine.
> We should make it an INFO message and say something more specific and less
> scary sounding (no exclamation ). Maybe something like "Not starting any
> additional actions because max concurrency \[<X>] for \[<coordinator>] has
> been reached"
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)