[
https://issues.apache.org/jira/browse/HDFS-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933280#action_12933280
]
Eli Collins commented on HDFS-1487:
-----------------------------------
{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}
Release audit is not due to this patch.
> FSDirectory.removeBlock() should update diskspace count of the block owner
> node
> -------------------------------------------------------------------------------
>
> Key: HDFS-1487
> URL: https://issues.apache.org/jira/browse/HDFS-1487
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: name-node
> Affects Versions: 0.20.1, 0.20.2, 0.21.0
> Reporter: Zhong Wang
> Fix For: 0.22.0
>
> Attachments: hdfs-1487-1.patch, HDFS-1487.patch, HDFS-1487.patch
>
>
> This bug leads a quota computation error. When calling abandonBlock(), the
> cached diskspace count of INodeDirectoryWithQuota is larger than the actual
> consumed space value.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.