Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3F1FD200B95 for ; Tue, 27 Sep 2016 16:44:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3ADF4160AD3; Tue, 27 Sep 2016 14:44:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 80F00160AD2 for ; Tue, 27 Sep 2016 16:44:26 +0200 (CEST) Received: (qmail 79389 invoked by uid 500); 27 Sep 2016 14:44:20 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 79217 invoked by uid 99); 27 Sep 2016 14:44:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2016 14:44:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7BCFB2C0B05 for ; Tue, 27 Sep 2016 14:44:20 +0000 (UTC) Date: Tue, 27 Sep 2016 14:44:20 +0000 (UTC) From: "zhangyubiao (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-5666) Yarn GetApplicationsAvgTime stuck a long time MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 27 Sep 2016 14:44:27 -0000 [ https://issues.apache.org/jira/browse/YARN-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15526349#comment-15526349 ] zhangyubiao commented on YARN-5666: ----------------------------------- [2016-09-27T22:39:46.888+08:00] [INFO] yarn.event.AsyncDispatcher.handle(AsyncDispatcher.java 235) [IPC Server handler 81 on 8030] : Size of event-queue is 555000 [2016-09-27T22:39:46.888+08:00] [INFO] yarn.event.AsyncDispatcher.handle(AsyncDispatcher.java 235) [IPC Server handler 58 on 8030] : Size of event-queue is 555000 [2016-09-27T22:39:46.888+08:00] [INFO] yarn.event.AsyncDispatcher.handle(AsyncDispatcher.java 235) [IPC Server handler 199 on 8030] : Size of event-queue is 555000 ANd I find the IPC Server handler 199 on 8030 event-queue very large. > Yarn GetApplicationsAvgTime stuck a long time > ---------------------------------------------- > > Key: YARN-5666 > URL: https://issues.apache.org/jira/browse/YARN-5666 > Project: Hadoop YARN > Issue Type: Bug > Components: applications, fairscheduler, resourcemanager > Affects Versions: 2.7.1 > Environment: CentOS7.1 > Hadoop-2.7.1 > Reporter: zhangyubiao > Priority: Blocker > Attachments: stacks, stacks2 > > > "beans" : [ { > "name" : "Hadoop:service=ResourceManager,name=RpcDetailedActivityForPort8032", > "modelerType" : "RpcDetailedActivityForPort8032", > "tag.port" : "8032", > "tag.Context" : "rpcdetailed", > "tag.Hostname" : "XXXXX", > "ApplicationNotFoundExceptionNumOps" : 531, > "ApplicationNotFoundExceptionAvgTime" : 0.0, > "SubmitApplicationNumOps" : 2085, > "SubmitApplicationAvgTime" : 0.34374999999999994, > "GetApplicationReportNumOps" : 297647, > "GetApplicationReportAvgTime" : 0.0, > "GetNewApplicationNumOps" : 2163, > "GetNewApplicationAvgTime" : 0.0, > "GetApplicationsNumOps" : 102, > "GetApplicationsAvgTime" : 15999.0, > "GetClusterMetricsNumOps" : 2405, > "GetClusterMetricsAvgTime" : 0.01801801801801802, > "GetDelegationTokenNumOps" : 33, > "GetDelegationTokenAvgTime" : 0.0, > "GetClusterNodesNumOps" : 2400, > "GetClusterNodesAvgTime" : 80.5403726708074, > "GetQueueInfoNumOps" : 1900, > "GetQueueInfoAvgTime" : 1212.0089153046054, > "GetQueueUserAclsNumOps" : 1900, > "GetQueueUserAclsAvgTime" : 1.1819444444444458, > "ForceKillApplicationNumOps" : 199, > "ForceKillApplicationAvgTime" : 0.3688524590163933 -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org