You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Brahma Reddy Battula (JIRA)" <ji...@apache.org> on 2016/06/03 10:04:59 UTC

[jira] [Moved] (HADOOP-13236) truncate will fail when we use viewFS.

     [ https://issues.apache.org/jira/browse/HADOOP-13236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brahma Reddy Battula moved HDFS-10482 to HADOOP-13236:
------------------------------------------------------

        Key: HADOOP-13236  (was: HDFS-10482)
    Project: Hadoop Common  (was: Hadoop HDFS)

> truncate will fail when we use viewFS.
> --------------------------------------
>
>                 Key: HADOOP-13236
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13236
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Brahma Reddy Battula
>            Assignee: Brahma Reddy Battula
>
> truncate will fail when use viewFS.
> {code}
>   @Override
>   public boolean truncate(final Path f, final long newLength)
>       throws IOException {
>     InodeTree.ResolveResult<FileSystem> res =
>         fsState.resolve(getUriPath(f), true);
>     return res.targetFileSystem.truncate(f, newLength);
>   }
>   {code}
>  *Path should be like below:* 
> {{return res.targetFileSystem.truncate(f, newLength);}}  *should be*  {{return res.targetFileSystem.truncate(res.remainingPath, newLength);}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org