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 C343017AFF for ; Tue, 29 Sep 2015 00:22:26 +0000 (UTC) Received: (qmail 20110 invoked by uid 500); 29 Sep 2015 00:22:04 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 20062 invoked by uid 500); 29 Sep 2015 00:22:04 -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 20049 invoked by uid 99); 29 Sep 2015 00:22:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2015 00:22:04 +0000 Date: Tue, 29 Sep 2015 00:22:04 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14495) TestHRegion#testFlushCacheWhileScanning goes zombie 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-14495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934383#comment-14934383 ] Hadoop QA commented on HBASE-14495: ----------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12764092/14495v7.txt against master branch at commit cfce91e514dcb570ca1b3131f340dc01cdbd5e56. ATTACHMENT ID: 12764092 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 8 new or modified tests. {color:green}+1 hadoop versions{color}. The patch compiles with all supported hadoop versions (2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.0 2.7.0 2.7.1) {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 protoc{color}. The applied patch does not increase the total number of protoc compiler warnings. {color:green}+1 javadoc{color}. The javadoc tool did not generate any warning messages. {color:green}+1 checkstyle{color}. The applied patch does not increase the total number of checkstyle errors {color:green}+1 findbugs{color}. The patch does not introduce any new Findbugs (version 2.0.3) warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 lineLengths{color}. The patch does not introduce lines longer than 100 {color:green}+1 site{color}. The mvn post-site goal succeeds with this patch. {color:red}-1 core tests{color}. The patch failed these unit tests: org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence org.apache.hadoop.hbase.master.procedure.TestWALProcedureStoreOnHDFS org.apache.hadoop.hbase.coprocessor.TestWALObserver {color:red}-1 core zombie tests{color}. There are 2 zombie test(s): at org.apache.hadoop.hbase.regionserver.TestHRegion.testCloseRegionWrittenToWAL(TestHRegion.java:6122) Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/15790//testReport/ Release Findbugs (version 2.0.3) warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/15790//artifact/patchprocess/newFindbugsWarnings.html Checkstyle Errors: https://builds.apache.org/job/PreCommit-HBASE-Build/15790//artifact/patchprocess/checkstyle-aggregate.html Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/15790//console This message is automatically generated. > TestHRegion#testFlushCacheWhileScanning goes zombie > --------------------------------------------------- > > Key: HBASE-14495 > URL: https://issues.apache.org/jira/browse/HBASE-14495 > Project: HBase > Issue Type: Sub-task > Components: test > Reporter: stack > Assignee: stack > Attachments: 14495.txt, 14495.txt, 14495v3.txt, 14495v6.txt, 14495v7.txt > > > This test goes zombie on us, most recently, here: https://builds.apache.org/job/PreCommit-HBASE-Build/15744//console > It does not fail on my internal rig runs nor locally on laptop when run in a loop. > Its hung up in close of the region: > {code} > "main" prio=10 tid=0x00007fc49800a800 nid=0x6053 in Object.wait() [0x00007fc4a02c9000] > java.lang.Thread.State: WAITING (on object monitor) > at java.lang.Object.wait(Native Method) > - waiting on <0x00000007d07c3478> (a java.lang.Object) > at org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.waitForRead(MultiVersionConcurrencyControl.java:207) > - locked <0x00000007d07c3478> (a java.lang.Object) > at org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.completeAndWait(MultiVersionConcurrencyControl.java:143) > at org.apache.hadoop.hbase.regionserver.HRegion.internalPrepareFlushCache(HRegion.java:2257) > at org.apache.hadoop.hbase.regionserver.HRegion.internalFlushcache(HRegion.java:2061) > at org.apache.hadoop.hbase.regionserver.HRegion.internalFlushcache(HRegion.java:2026) > at org.apache.hadoop.hbase.regionserver.HRegion.internalFlushcache(HRegion.java:2016) > at org.apache.hadoop.hbase.regionserver.HRegion.doClose(HRegion.java:1423) > at org.apache.hadoop.hbase.regionserver.HRegion.close(HRegion.java:1344) > - locked <0x00000007d07c34a8> (a java.lang.Object) > at org.apache.hadoop.hbase.regionserver.HRegion.close(HRegion.java:1295) > at org.apache.hadoop.hbase.HBaseTestingUtility.closeRegionAndWAL(HBaseTestingUtility.java:352) > at org.apache.hadoop.hbase.regionserver.TestHRegion.testFlushCacheWhileScanning(TestHRegion.java:3756) > {code} > It is waiting on mvcc to catch up. > There is this comment at the point where we are hung: > // TODO: Lets see if we hang here, if there is a scenario where an outstanding reader > // with a read point is in advance of this write point. > mvcc.completeAndWait(writeEntry); > The above came in with HBASE-12751. The comment was added at v29: > https://issues.apache.org/jira/secure/attachment/12754775/12751.rebased.v29.txt > Looks like I added it so must have had predilection that this might be dodgy... Let me take a look... -- This message was sent by Atlassian JIRA (v6.3.4#6332)