Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 59784 invoked from network); 2 Jun 2009 02:33:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jun 2009 02:33:19 -0000 Received: (qmail 77020 invoked by uid 500); 2 Jun 2009 02:33:31 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 76962 invoked by uid 500); 2 Jun 2009 02:33:31 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 76952 invoked by uid 99); 2 Jun 2009 02:33:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2009 02:33:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2009 02:33:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 572C7234C004 for ; Mon, 1 Jun 2009 19:33:07 -0700 (PDT) Message-ID: <498633246.1243909987343.JavaMail.jira@brutus> Date: Mon, 1 Jun 2009 19:33:07 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1177) Delay when client is located on the same node as the regionserver In-Reply-To: <1656469934.1233636779771.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman updated HBASE-1177: --------------------------------- Attachment: getRow + round-trip vs # columns.jpg Here you can see the blowup in elapsed time vs number of columns. > Delay when client is located on the same node as the regionserver > ----------------------------------------------------------------- > > Key: HBASE-1177 > URL: https://issues.apache.org/jira/browse/HBASE-1177 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.19.0 > Environment: Linux 2.6.25 x86_64 > Reporter: Jonathan Gray > Assignee: Jim Kellerman > Priority: Blocker > Fix For: 0.20.0 > > Attachments: Contribution of getClosest to getRow time.jpg, Contribution of next to getRow time.jpg, Contribution of seekTo to getClosest time.jpg, getRow + round-trip vs # columns.jpg, getRow times.jpg, ReadDelayTest.java, screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg, screenshot-4.jpg > > > During testing of HBASE-80, we uncovered a strange 40ms delay for random reads. We ran a series of tests and found that it only happens when the client is on the same node as the RS and for a certain range of payloads (not specifically related to number of columns or size of them, only total payload). It appears to be precisely 40ms every time. > Unsure if this is particular to our architecture, but it does happen on all nodes we've tried. Issue completely goes away with very large payloads or moving the client. > Will post a test program tomorrow if anyone can test on a different architecture. > Making a blocker for 0.20. Since this happens when you have an MR task running local to the RS, and this is what we try to do, might also consider making this a blocker for 0.19.1. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.