You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Xiao Chen (JIRA)" <ji...@apache.org> on 2016/01/29 01:22:39 UTC

[jira] [Created] (HDFS-9721) Allow Delimited PB OIV tool to run upon fsimage that contains INodeReference

Xiao Chen created HDFS-9721:
-------------------------------

             Summary: Allow Delimited PB OIV tool to run upon fsimage that contains INodeReference
                 Key: HDFS-9721
                 URL: https://issues.apache.org/jira/browse/HDFS-9721
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: Xiao Chen
            Assignee: Xiao Chen


HDFS-6673 added the feature of Delimited format OIV tool on protocol buffer based fsimage.
However, if the fsimage contains {{INodeReference}}, the tool fails because:
{code}Preconditions.checkState(e.getRefChildrenCount() == 0);{code}

This jira is to propose allow the tool to finish, so that user can get full metadata.



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