[
https://issues.apache.org/jira/browse/HDFS-9148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933910#comment-14933910
]
Tony Wu commented on HDFS-9148:
-------------------------------
I don't think the failed tests (TestDirectoryScanner, TestWebHDFS,
TestWebHDFSOAuth2) has anything to do with this patch.
> Incorrect assert message in TestWriteToReplica#testWriteToTemporary
> -------------------------------------------------------------------
>
> Key: HDFS-9148
> URL: https://issues.apache.org/jira/browse/HDFS-9148
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: test
> Affects Versions: 2.7.1
> Reporter: Tony Wu
> Assignee: Tony Wu
> Priority: Trivial
> Attachments: hdfs-9148.patch
>
>
> The following assert text in TestWriteToReplica#testWriteToTemporary is not
> correct:
> {code:java}
> Assert.fail("createRbw() Should have removed the block with the older "
> + "genstamp and replaced it with the newer one: " +
> blocks[NON_EXISTENT]);
> {code}
> If the assert is triggered, it can only be due to an temporary replica
> already exists and has newer generation stamp. It should have nothing to do
> with createRbw().
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)