[ https://issues.apache.org/jira/browse/HDFS-4773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13645561#comment-13645561 ]
Hudson commented on HDFS-4773: ------------------------------ Integrated in Hadoop-Hdfs-Snapshots-Branch-build #173 (See [https://builds.apache.org/job/Hadoop-Hdfs-Snapshots-Branch-build/173/]) HDFS-4773. Fix bugs in quota usage computation and OfflineImageViewer. Contributed by Jing Zhao (Revision 1477367) Result = FAILURE szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1477367 Files : * /hadoop/common/branches/HDFS-2802/hadoop-hdfs-project/hadoop-hdfs/CHANGES.HDFS-2802.txt * /hadoop/common/branches/HDFS-2802/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INodeFile.java * /hadoop/common/branches/HDFS-2802/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INodeReference.java * /hadoop/common/branches/HDFS-2802/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/AbstractINodeDiffList.java * /hadoop/common/branches/HDFS-2802/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/FileWithSnapshot.java * /hadoop/common/branches/HDFS-2802/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/INodeDirectoryWithSnapshot.java * /hadoop/common/branches/HDFS-2802/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/ImageLoaderCurrent.java > Fix bugs in quota usage updating/computation > -------------------------------------------- > > Key: HDFS-4773 > URL: https://issues.apache.org/jira/browse/HDFS-4773 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: datanode, namenode > Reporter: Jing Zhao > Assignee: Jing Zhao > Priority: Minor > Fix For: Snapshot (HDFS-2802) > > Attachments: HDFS-4773.001.patch, HDFS-4773.002.patch, > HDFS-4773.003.patch > > > 1. FileWithSnapshot#updateQuotaAndCollectBlocks did not consider the scenario > that all the snapshots has been deleted from a snapshot copy of deleted file. > This may lead to a divide-by-0 error. > 2. When computing the quota usage for a WithName node and its subtree, if the > snapshot associated with the WithName node at the time of rename operation > has been deleted, we should compute the quota based on the posterior snapshot. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira