[
https://issues.apache.org/jira/browse/YARN-4722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15163389#comment-15163389
]
Hudson commented on YARN-4722:
------------------------------
FAILURE: Integrated in Hadoop-trunk-Commit #9360 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/9360/])
YARN-4722. AsyncDispatcher logs redundant event queue sizes (Jason Lowe (sjlee:
rev 553b591ba06bbf0b18dca674d25a48218fed0a26)
* hadoop-yarn-project/CHANGES.txt
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/ResourceManager.java
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/event/AsyncDispatcher.java
> 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
> Attachments: YARN-4722.001.patch
>
>
> 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)