[ https://issues.apache.org/jira/browse/HDFS-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933236#action_12933236
]
Eli Collins commented on HDFS-1507:
-----------------------------------
Release audit warnings are unrelated. Just modified TestAbandonBlock so I just ran it.
{noformat}
[exec]
[exec] -1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] +1 tests included. The patch appears to include 3 new or modified tests.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number of javac compiler
warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs warnings.
[exec]
[exec] -1 release audit. The applied patch generated 103 release audit warnings
(more than the trunk's current 1 warnings).
[exec]
[exec] +1 system test framework. The patch passed system test framework compile.
[exec]
{noformat}
> TestAbandonBlock should abandon a block
> ---------------------------------------
>
> Key: HDFS-1507
> URL: https://issues.apache.org/jira/browse/HDFS-1507
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: test
> Affects Versions: 0.22.0, 0.23.0
> Reporter: Eli Collins
> Assignee: Eli Collins
> Priority: Minor
> Fix For: 0.22.0, 0.23.0
>
> Attachments: hdfs-1507-1.patch
>
>
> TestAbandonBlock as written just tests that if one client tries to abandon another it
will fail because the new client doesn't have a lease on the other client's file, which doesn't
cover the block abandonement code path.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|