Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD56410776 for ; Fri, 13 Feb 2015 20:35:11 +0000 (UTC) Received: (qmail 33995 invoked by uid 500); 13 Feb 2015 20:35:11 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 33944 invoked by uid 500); 13 Feb 2015 20:35:11 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 33929 invoked by uid 99); 13 Feb 2015 20:35:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2015 20:35:11 +0000 Date: Fri, 13 Feb 2015 20:35:11 +0000 (UTC) From: "Kihwal Lee (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-7576) TestPipelinesFailover#testFailoverRightBeforeCommitSynchronization sometimes fails in Java 8 build 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/HDFS-7576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14320713#comment-14320713 ] Kihwal Lee commented on HDFS-7576: ---------------------------------- I saw this in https://builds.apache.org/job/PreCommit-HDFS-Build/9574//testReport/ today. > TestPipelinesFailover#testFailoverRightBeforeCommitSynchronization sometimes fails in Java 8 build > -------------------------------------------------------------------------------------------------- > > Key: HDFS-7576 > URL: https://issues.apache.org/jira/browse/HDFS-7576 > Project: Hadoop HDFS > Issue Type: Test > Reporter: Ted Yu > Priority: Minor > > From https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/54/ : > {code} > REGRESSION: org.apache.hadoop.hdfs.server.namenode.ha.TestPipelinesFailover.testFailoverRightBeforeCommitSynchronization > Error Message: > test timed out after 30000 milliseconds > Stack Trace: > java.lang.Exception: test timed out after 30000 milliseconds > at sun.misc.Unsafe.park(Native Method) > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) > at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836) > at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997) > at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304) > at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:231) > at org.apache.hadoop.test.GenericTestUtils$DelayAnswer.waitForCall(GenericTestUtils.java:226) > at org.apache.hadoop.hdfs.server.namenode.ha.TestPipelinesFailover.testFailoverRightBeforeCommitSynchronization(TestPipelinesFailover.java:386) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)