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 723F71808B for ; Tue, 26 Jan 2016 05:29:40 +0000 (UTC) Received: (qmail 73322 invoked by uid 500); 26 Jan 2016 05:29:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 73250 invoked by uid 500); 26 Jan 2016 05:29:40 -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 73133 invoked by uid 99); 26 Jan 2016 05:29:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2016 05:29:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E809D2C1F5C for ; Tue, 26 Jan 2016 05:29:39 +0000 (UTC) Date: Tue, 26 Jan 2016 05:29:39 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15150) Fix TestDurablity in branch-1.1 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-15150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15116722#comment-15116722 ] Nick Dimiduk commented on HBASE-15150: -------------------------------------- Thanks [~carp84]! > Fix TestDurablity in branch-1.1 > ------------------------------- > > Key: HBASE-15150 > URL: https://issues.apache.org/jira/browse/HBASE-15150 > Project: HBase > Issue Type: Bug > Components: test > Reporter: Yu Li > Assignee: Yu Li > Fix For: 1.1.4, 1.0.4 > > Attachments: 15150v2.branch-1.1.patch, HBASE-15150.branch-1.1.patch > > > From [UT report|https://builds.apache.org/job/PreCommit-HBASE-Build/145/artifact/patchprocess/patch-unit-hbase-server-jdk1.7.0_79.txt] of HBASE-15120 against branch-1.1, we could see below failure: > {noformat} > testIncrementWithReturnResultsSetToFalse(org.apache.hadoop.hbase.regionserver.wal.TestDurability) Time elapsed: 0.111 sec <<< FAILURE! > java.lang.AssertionError: expected null, but was: > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotNull(Assert.java:755) > at org.junit.Assert.assertNull(Assert.java:737) > at org.junit.Assert.assertNull(Assert.java:747) > at org.apache.hadoop.hbase.regionserver.wal.TestDurability.testIncrementWithReturnResultsSetToFalse(TestDurability.java:215) > {noformat} > Checking the history, this should be a regression caused by HBASE-15031, and confirmed the UT could pass before commit c5cfea4e37a. > Reason of the failure is isReturnResult=false on slow path (HRegion#slowButConsistentIncrement) is not respected -- This message was sent by Atlassian JIRA (v6.3.4#6332)