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 017EB9987 for ; Fri, 17 May 2013 01:08:14 +0000 (UTC) Received: (qmail 6809 invoked by uid 500); 17 May 2013 01:08:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 6718 invoked by uid 500); 17 May 2013 01:08:14 -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 6707 invoked by uid 99); 17 May 2013 01:08:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 May 2013 01:08:14 +0000 Date: Fri, 17 May 2013 01:08:14 +0000 (UTC) From: "Francis Liu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8563) Double count of read requests for Gets 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-8563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660228#comment-13660228 ] Francis Liu commented on HBASE-8563: ------------------------------------ Ran all tests, there were some failures. Tho none of them seem related to the patch. Results : Tests run: 683, Failures: 0, Errors: 0, Skipped: 0 Results : Failed tests: testMultiSlaveReplication(org.apache.hadoop.hbase.replication.TestMultiSlaveReplication): Waited too much time for put replication testCyclicReplication(org.apache.hadoop.hbase.replication.TestMasterReplication): Waited too much time for put replication testSimplePutDelete(org.apache.hadoop.hbase.replication.TestMasterReplication): Waited too much time for put replication testLeaderSelection(org.apache.hadoop.hbase.zookeeper.TestZKLeaderManager): New leader should exist Tests in error: org.apache.hadoop.hbase.replication.TestReplicationQueueFailover: Waiting for startup of standalone server org.apache.hadoop.hbase.replication.TestReplicationQueueFailover testVerifyRepJob(org.apache.hadoop.hbase.replication.TestReplicationSmallTests): test timed out after 300000 milliseconds testRunThriftServer[17](org.apache.hadoop.hbase.thrift.TestThriftServerCmdLine): test timed out after 120000 milliseconds testRunThriftServer[18](org.apache.hadoop.hbase.thrift.TestThriftServerCmdLine) testRunThriftServer[19](org.apache.hadoop.hbase.thrift.TestThriftServerCmdLine) loadTest[1](org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential): test timed out after 180000 milliseconds Tests run: 1319, Failures: 4, Errors: 7, Skipped: 13 > Double count of read requests for Gets > --------------------------------------- > > Key: HBASE-8563 > URL: https://issues.apache.org/jira/browse/HBASE-8563 > Project: HBase > Issue Type: Bug > Reporter: Francis Liu > Assignee: Francis Liu > Fix For: 0.94.7 > > Attachments: HBASE-8563_94.patch > > > Whenever a RegionScanner is created via HRegion.getScanner(), the read request count is incremented. Since get is implemented as a scan internally. Each Get request is counted twice. Scans will have an extra count as well. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira