[
https://issues.apache.org/jira/browse/HDFS-8505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14567262#comment-14567262
]
Vinayakumar B commented on HDFS-8505:
-------------------------------------
I feel this is okay.. as the expected and target sizes are same. There is no
error here to fail.
> Truncate should not be success when Truncate Size and Current Size are equal.
> -----------------------------------------------------------------------------
>
> Key: HDFS-8505
> URL: https://issues.apache.org/jira/browse/HDFS-8505
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Archana T
> Assignee: Brahma Reddy Battula
> Priority: Minor
> Attachments: HDFS-8505.patch
>
>
> Truncate should not be success when Truncate Size and Current Size are equal.
> $ ./hdfs dfs -cat /file
> abcdefgh
> $ ./hdfs dfs -truncate -w 2 /file
> Waiting for /file ...
> Truncated /file to length: 2
> $ ./hdfs dfs -cat /file
> ab
> {color:red}
> $ ./hdfs dfs -truncate -w 2 /file
> Truncated /file to length: 2
> {color}
> $ ./hdfs dfs -cat /file
> ab
> Expecting to throw Truncate Error:
> -truncate: Cannot truncate to a larger file size. Current size: 2, truncate
> size: 2
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)