[ 
https://issues.apache.org/jira/browse/HDFS-14957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16990496#comment-16990496
 ] 

Surendra Singh Lilhore edited comment on HDFS-14957 at 12/7/19 2:04 PM:
------------------------------------------------------------------------

Thanks [~hemanthboyina]  for patch.

Some minor comment for test
 # You can directly create {{snapshotDir}} variable without string variable.
{code:java}
final Path snapshotDir = new Path("/testRenameWithSnapshot"); {code}
 # Same for {{abc}} file also.
{code:java}
final Path abc = new Path(snapshotDir, "/abc"); {code}
 # Give meaningful name to {{abc.}}
# Add assert condition for filecount also.


was (Author: surendrasingh):
Thanks [~hemanthboyina]  for patch.

Some minor comment for test
 # You can directly create {{snapshotDir}} variable without string variable.
{code:java}
final Path snapshotDir = new Path("/testRenameWithSnapshot"); {code}

 # Same for {{abc}} file also.
{code:java}
final Path abc = new Path(snapshotDir, "/abc"); {code}

 # Give meaningful name to {{abc.}}

> INodeReference Space Consumed was not same in QuotaUsage and ContentSummary
> ---------------------------------------------------------------------------
>
>                 Key: HDFS-14957
>                 URL: https://issues.apache.org/jira/browse/HDFS-14957
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: namenode
>    Affects Versions: 3.1.4
>            Reporter: hemanthboyina
>            Assignee: hemanthboyina
>            Priority: Major
>         Attachments: HDFS-14957.001.patch, HDFS-14957.JPG
>
>
> for INodeReferences , space consumed was different in QuotaUsage and Content 
> Summary 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to