[
https://issues.apache.org/jira/browse/HDFS-6419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14003565#comment-14003565
]
Yongjun Zhang commented on HDFS-6419:
-------------------------------------
Hi [~ajisakaa],
Thanks for finding and fixing the issue. The latest patch (.2 version) looks
good to me. +1.
BTW, The test failures appears to be not related to the change here, I'd
suggest we file JIRAs for both issues (after this patch is committed), which
might help us to to identify the source of the flakiness.
{code}
Regression
org.apache.hadoop.hdfs.TestDistributedFileSystem.testGetFileBlockStorageLocationsError
Failing for the past 1 build (Since Failed#6937 )
Took 2.9 sec.
Error Message
Expected one valid and one invalid volume
Stacktrace
java.lang.AssertionError: Expected one valid and one invalid volume
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.hadoop.hdfs.TestDistributedFileSystem.testGetFileBlockStorageLocationsError(TestDistributedFileSystem.java:837)
{code}
and
{code}
Regression
org.apache.hadoop.hdfs.server.datanode.TestBPOfferService.testBPInitErrorHandling
Failing for the past 1 build (Since Failed#6937 )
Took 0.2 sec.
Error Message
expected:<2> but was:<1>
Stacktrace
java.lang.AssertionError: expected:<2> but was:<1>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at
org.apache.hadoop.hdfs.server.datanode.TestBPOfferService.testBPInitErrorHandling(TestBPOfferService.java:334)
{code}
> TestBookKeeperHACheckpoints#TestSBNCheckpoints fails on trunk
> -------------------------------------------------------------
>
> Key: HDFS-6419
> URL: https://issues.apache.org/jira/browse/HDFS-6419
> Project: Hadoop HDFS
> Issue Type: Test
> Affects Versions: 2.5.0
> Reporter: Akira AJISAKA
> Assignee: Akira AJISAKA
> Attachments: HDFS-6419.2.patch, HDFS-6419.patch,
> org.apache.hadoop.contrib.bkjournal.TestBookKeeperHACheckpoints.txt
>
>
> TestBookKeerHACheckpoints#TestSBNCheckpoints fails on trunk.
> See https://builds.apache.org/job/PreCommit-HDFS-Build/6908//testReport/
--
This message was sent by Atlassian JIRA
(v6.2#6252)