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 "Kihwal Lee (Jira)" <ji...@apache.org> on 2020/06/19 14:32:00 UTC

[jira] [Created] (HDFS-15421) IBR leak causes standby NN to be stuck in safe mode

Kihwal Lee created HDFS-15421:
---------------------------------

             Summary: IBR leak causes standby NN to be stuck in safe mode
                 Key: HDFS-15421
                 URL: https://issues.apache.org/jira/browse/HDFS-15421
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: namenode
            Reporter: Kihwal Lee


After HDFS-14941, update of the global gen stamp is delayed in certain situations.  This makes the last set of incremental block reports from append "from future", which causes it to be simply re-queued to the pending DN message queue, rather than processed to complete the block.  The last set of IBRs will leak and never cleaned until it transitions to active.  The size of {{pendingDNMessages}} constantly grows until then.

If a leak happens while in a startup safe mode, the namenode will never be able to come out of safe mode on its own.



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