Description
From https://builds.apache.org/job/Hadoop-Hdfs-trunk/1736/ :
REGRESSION: org.apache.hadoop.hdfs.server.namenode.TestCacheDirectives.testExceedsCapacity
Error Message: Namenode should not send extra CACHE commands expected:<0> but was:<2> Stack Trace: java.lang.AssertionError: Namenode should not send extra CACHE commands expected:<0> but was:<2> at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:128) at org.junit.Assert.assertEquals(Assert.java:472) at org.apache.hadoop.hdfs.server.namenode.TestCacheDirectives.testExceedsCapacity(TestCacheDirectives.java:1419)
Attachments
Attachments
Issue Links
- duplicates
-
HADOOP-10411 TestCacheDirectives.testExceedsCapacity fails occasionally
- Resolved
- relates to
-
HDFS-6518 TestCacheDirectives#testExceedsCapacity should take FSN read lock when accessing pendingCached list
- Closed