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

Fengdong Yu commented on HDFS-4339:
-----------------------------------

Hi all,

applied patch, and test it.

hdfs dfs -put test.data /user , after start this command, kill the active NN.

result:
The data can be put successfully.

and warnning log on the console:

{noformat}
13/04/03 18:10:35 WARN retry.RetryInvocationHandler: Exception while invoking 
getFileInfo of class ClientNamenodeProtocolTranslatorPB after 1 fail over 
attempts. Trying to fail over after sleeping for 1285ms.
13/04/03 18:10:36 WARN retry.RetryInvocationHandler: Exception while invoking 
getFileInfo of class ClientNamenodeProtocolTranslatorPB after 2 fail over 
attempts. Trying to fail over after sleeping for 1323ms.
13/04/03 18:10:38 WARN retry.RetryInvocationHandler: Exception while invoking 
getFileInfo of class ClientNamenodeProtocolTranslatorPB after 3 fail over 
attempts. Trying to fail over after sleeping for 4360ms.
{noformat}




                
> Persist inode id in fsimage and editlog
> ---------------------------------------
>
>                 Key: HDFS-4339
>                 URL: https://issues.apache.org/jira/browse/HDFS-4339
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: namenode
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>         Attachments: editsStored, HDFS-4339.patch, HDFS-4339.patch, 
> HDFS-4339.patch, HDFS-4339.patch, HDFS-4339.patch, HDFS-4339.patch, 
> HDFS-4339.patch, HDFS-4339.patch
>
>
>  Persist inode id in fsimage and editlog and update offline viewers.

--
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

Reply via email to