From hdfs-dev-return-14242-apmail-hadoop-hdfs-dev-archive=hadoop.apache.org@hadoop.apache.org Wed Jun 11 18:20:04 2014 Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0A83107E9 for ; Wed, 11 Jun 2014 18:20:04 +0000 (UTC) Received: (qmail 84300 invoked by uid 500); 11 Jun 2014 18:20:03 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 83636 invoked by uid 500); 11 Jun 2014 18:20:02 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 83621 invoked by uid 99); 11 Jun 2014 18:20:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2014 18:20:02 +0000 Date: Wed, 11 Jun 2014 18:20:02 +0000 (UTC) From: "Yongjun Zhang (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-6518) TestCacheDirectives#testExceedsCapacity fails intermittently MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Yongjun Zhang created HDFS-6518: ----------------------------------- Summary: TestCacheDirectives#testExceedsCapacity fails intermittently Key: HDFS-6518 URL: https://issues.apache.org/jira/browse/HDFS-6518 Project: Hadoop HDFS Issue Type: Bug Reporter: Yongjun Zhang Observed from https://builds.apache.org/job/PreCommit-HDFS-Build/7080//testReport/ Test org.apache.hadoop.hdfs.server.namenode.TestCacheDirectives.testExceedsCapacity fails intermittently {code} Failing for the past 1 build (Since Failed#7080 ) Took 7.3 sec. Stacktrace java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.hadoop.hdfs.server.namenode.TestCacheDirectives.checkPendingCachedEmpty(TestCacheDirectives.java:1416) at org.apache.hadoop.hdfs.server.namenode.TestCacheDirectives.testExceedsCapacity(TestCacheDirectives.java:1437) {code} A second run with the same code is successful, https://builds.apache.org/job/PreCommit-HDFS-Build/7082//testReport/ Running it locally is also successful. HDFS-6257 mentioned about possible race, maybe the issue is still there. Thanks. -- This message was sent by Atlassian JIRA (v6.2#6252)