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 "Renukaprasad C (Jira)" <ji...@apache.org> on 2021/08/27 21:54:00 UTC

[jira] [Created] (HDFS-16191) Loading FSImage loading with errors

Renukaprasad C created HDFS-16191:
-------------------------------------

             Summary: Loading FSImage loading with errors
                 Key: HDFS-16191
                 URL: https://issues.apache.org/jira/browse/HDFS-16191
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: Renukaprasad C
            Assignee: Renukaprasad C


When new partitions gets added into PartitionGSet, iterator do not consider the new partitions. Which always iterate on Static Partition count. This lead to full of warn messages as below.

2021-08-28 03:23:19,420 WARN namenode.FSImageFormatPBINode: Fail to find inode 139780 when saving the leases.
2021-08-28 03:23:19,420 WARN namenode.FSImageFormatPBINode: Fail to find inode 139781 when saving the leases.
2021-08-28 03:23:19,420 WARN namenode.FSImageFormatPBINode: Fail to find inode 139784 when saving the leases.
2021-08-28 03:23:19,420 WARN namenode.FSImageFormatPBINode: Fail to find inode 139785 when saving the leases.
2021-08-28 03:23:19,420 WARN namenode.FSImageFormatPBINode: Fail to find inode 139786 when saving the leases.
2021-08-28 03:23:19,420 WARN namenode.FSImageFormatPBINode: Fail to find inode 139788 when saving the leases.
2021-08-28 03:23:19,421 WARN namenode.FSImageFormatPBINode: Fail to find inode 139789 when saving the leases.
2021-08-28 03:23:19,421 WARN namenode.FSImageFormatPBINode: Fail to find inode 139790 when saving the leases.
2021-08-28 03:23:19,421 WARN namenode.FSImageFormatPBINode: Fail to find inode 139791 when saving the leases.
2021-08-28 03:23:19,421 WARN namenode.FSImageFormatPBINode: Fail to find inode 139793 when saving the leases.
2021-08-28 03:23:19,421 WARN namenode.FSImageFormatPBINode: Fail to find inode 139795 when saving the leases.
2021-08-28 03:23:19,422 WARN namenode.FSImageFormatPBINode: Fail to find inode 139796 when saving the leases.
2021-08-28 03:23:19,422 WARN namenode.FSImageFormatPBINode: Fail to find inode 139797 when saving the leases.
2021-08-28 03:23:19,422 WARN namenode.FSImageFormatPBINode: Fail to find inode 139800 when saving the leases.
2021-08-28 03:23:19,422 WARN namenode.FSImageFormatPBINode: Fail to find inode 139801 when saving the leases.



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

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