Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B91101767A for ; Thu, 30 Apr 2015 17:42:06 +0000 (UTC) Received: (qmail 73762 invoked by uid 500); 30 Apr 2015 17:42:06 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 73713 invoked by uid 500); 30 Apr 2015 17:42:06 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 73701 invoked by uid 99); 30 Apr 2015 17:42:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2015 17:42:06 +0000 Date: Thu, 30 Apr 2015 17:42:06 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13420) RegionEnvironment.offerExecutionLatency Blocks Threads under Heavy Load MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-13420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14521922#comment-14521922 ] Andrew Purtell commented on HBASE-13420: ---------------------------------------- Ok, going to commit this today. I will do a careful op latency evaluation on a cluster next week with the AccessController installed, for the next 0.98 RC. If I find an unexpected issue I will revert. > RegionEnvironment.offerExecutionLatency Blocks Threads under Heavy Load > ----------------------------------------------------------------------- > > Key: HBASE-13420 > URL: https://issues.apache.org/jira/browse/HBASE-13420 > Project: HBase > Issue Type: Improvement > Reporter: John Leach > Assignee: Andrew Purtell > Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1 > > Attachments: 1M-0.98.12.svg, 1M-0.98.13-SNAPSHOT.svg, HBASE-13420.patch, HBASE-13420.txt, hbase-13420.tar.gz, offerExecutionLatency.tiff > > Original Estimate: 3h > Remaining Estimate: 3h > > The ArrayBlockingQueue blocks threads for 20s during a performance run focusing on creating numerous small scans. > I see a buffer size of (100) > private final BlockingQueue coprocessorTimeNanos = new ArrayBlockingQueue( > LATENCY_BUFFER_SIZE); > and then I see a drain coming from > MetricsRegionWrapperImpl with 45 second executor > HRegionMetricsWrapperRunable > RegionCoprocessorHost#getCoprocessorExecutionStatistics() > RegionCoprocessorHost#getExecutionLatenciesNanos() > Am I missing something? -- This message was sent by Atlassian JIRA (v6.3.4#6332)