[
https://issues.apache.org/jira/browse/HDFS-9148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lei (Eddy) Xu updated HDFS-9148:
--------------------------------
Resolution: Fixed
Fix Version/s: 2.8.0
3.0.0
Status: Resolved (was: Patch Available)
+1 for the patch. I've committed this to {{trunk}} and {{branch-2}}
Thanks a lot for working on this [~twu], and thanks for the reviews from
[~templedf]!
> 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
> Fix For: 3.0.0, 2.8.0
>
> 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)