Jason Lowe created YARN-4722:
--------------------------------
Summary: AsyncDispatcher logs redundant event queue sizes
Key: YARN-4722
URL: https://issues.apache.org/jira/browse/YARN-4722
Project: Hadoop YARN
Issue Type: Bug
Affects Versions: 2.6.0
Reporter: Jason Lowe
Assignee: Jason Lowe
A fairly common occurrence in RM logs is a string of redundant event-queue logs
like the following which does little except bloat the logs:
{noformat}
2016-02-23 08:00:00,948 [IPC Server handler 36 on 8030] INFO
event.AsyncDispatcher: Size of event-queue is 1000
2016-02-23 08:00:00,948 [IPC Server handler 36 on 8030] INFO
event.AsyncDispatcher: Size of event-queue is 1000
2016-02-23 08:00:00,948 [IPC Server handler 36 on 8030] INFO
event.AsyncDispatcher: Size of event-queue is 1000
2016-02-23 08:00:00,948 [IPC Server handler 36 on 8030] INFO
event.AsyncDispatcher: Size of event-queue is 1000
2016-02-23 08:00:00,948 [IPC Server handler 36 on 8030] INFO
event.AsyncDispatcher: Size of event-queue is 1000
[...]
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)