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 34492200C28 for ; Mon, 13 Mar 2017 19:11:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 32D59160B6C; Mon, 13 Mar 2017 18:11:46 +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 7B285160B5D for ; Mon, 13 Mar 2017 19:11:45 +0100 (CET) Received: (qmail 8685 invoked by uid 500); 13 Mar 2017 18:11:44 -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 8674 invoked by uid 99); 13 Mar 2017 18:11:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Mar 2017 18:11:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2C2AF182758 for ; Mon, 13 Mar 2017 18:11:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.451 X-Spam-Level: * X-Spam-Status: No, score=1.451 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 9dUtjO7hCEN7 for ; Mon, 13 Mar 2017 18:11:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 96D4061F05 for ; Mon, 13 Mar 2017 18:11:42 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id F0DCAE0534 for ; Mon, 13 Mar 2017 18:11:41 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 8F91F243A6 for ; Mon, 13 Mar 2017 18:11:41 +0000 (UTC) Date: Mon, 13 Mar 2017 18:11:41 +0000 (UTC) From: "Chia-Ping Tsai (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-17723) ClientAsyncPrefetchScanner may end prematurely when the size of the cache is one MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 13 Mar 2017 18:11:46 -0000 [ https://issues.apache.org/jira/browse/HBASE-17723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-17723: ----------------------------------- Status: Open (was: Patch Available) QA disappeared... retry > ClientAsyncPrefetchScanner may end prematurely when the size of the cache is one > -------------------------------------------------------------------------------- > > Key: HBASE-17723 > URL: https://issues.apache.org/jira/browse/HBASE-17723 > Project: HBase > Issue Type: Bug > Affects Versions: 2.0.0 > Environment: Ubuntu 14.04 LTS / x86_64 / 16GB RAM > Reporter: Anup Halarnkar > Assignee: Chia-Ping Tsai > Fix For: 2.0.0 > > Attachments: HBASE-17723.v0.patch, HBASE-17723.v1.patch, HBASE-17723.v1.patch, HBASE-17723.v1.patch, HBASE-17723.v1.patch > > > Command to build and test: > mvn clean install -X > JAVA_TOOL_OPTIONS: -Xmx4G -XX:MaxPermSize=4G -Xms1G > Failure in tests: > Results : > Failed tests: > TestServerSideScanMetricsFromClientSide.testRowsSeenMetricWithAsync:161->testRowsSeenMetric:174->testRowsSeenMetric:204->testMetric:330 Metric: ROWS_SCANNED Expected: 9 Actual: 8 expected:<9> but was:<8> > TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing:78->testReplayWorksWithMemoryCompactionPolicy:149->verifyAllEditsMadeItIn:195 Failed to find W\xE1X\xDBv\xD8}\x07\xBF\xC1I\xF1\xF5\xB9\x84\xD8/meta:prev/1422491946444/Put/vlen=16/seqid=0 > Tests run: 1761, Failures: 2, Errors: 0, Skipped: 6 > ---------------------------------------------------------------------------------------- > This is the output for 1st test failure: > ------------------------------------------------------------------------------- > Test set: org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide > ------------------------------------------------------------------------------- > Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 7.971 sec <<< FAILURE! - in org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide > testRowsSeenMetricWithAsync(org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide) Time elapsed: 1.134 sec <<< FAILURE! > java.lang.AssertionError: Metric: ROWS_SCANNED Expected: 9 Actual: 8 expected:<9> but was:<8> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:834) > at org.junit.Assert.assertEquals(Assert.java:645) > at org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide.testMetric(TestServerSideScanMetricsFromClientSide.java:330) > at org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide.testRowsSeenMetric(TestServerSideScanMetricsFromClientSide.java:204) > at org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide.testRowsSeenMetric(TestServerSideScanMetricsFromClientSide.java:174) > at org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide.testRowsSeenMetricWithAsync(TestServerSideScanMetricsFromClientSide.java:161) > ------------------------------------------------------------------------------------ > This is output of 2nd test failure: > ------------------------------------------------------------------------------- > Test set: org.apache.hadoop.hbase.regionserver.TestRecoveredEdits > ------------------------------------------------------------------------------- > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 11.911 sec <<< FAILURE! - in org.apache.hadoop.hbase.regionserver.TestRecoveredEdits > testReplayWorksThoughLotsOfFlushing(org.apache.hadoop.hbase.regionserver.TestRecoveredEdits) Time elapsed: 11.871 sec <<< FAILURE! > java.lang.AssertionError: Failed to find W\xE1X\xDBv\xD8}\x07\xBF\xC1I\xF1\xF5\xB9\x84\xD8/meta:prev/1422491946444/Put/vlen=16/seqid=0 > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.apache.hadoop.hbase.regionserver.TestRecoveredEdits.verifyAllEditsMadeItIn(TestRecoveredEdits.java:195) > at org.apache.hadoop.hbase.regionserver.TestRecoveredEdits.testReplayWorksWithMemoryCompactionPolicy(TestRecoveredEdits.java:149) > at org.apache.hadoop.hbase.regionserver.TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing(TestRecoveredEdits.java:78) > Please let me know if you need more information > Thanks, > Anup -- This message was sent by Atlassian JIRA (v6.3.15#6346)