[
https://issues.apache.org/jira/browse/HDFS-6602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14043736#comment-14043736
]
Kihwal Lee commented on HDFS-6602:
----------------------------------
Since {{ReplicationMonitor}} is not running on SBN, {{invalidateBlocks}} is not
consumed. Only when the SBN becomes active, it will be cleared.
{{invalidateBlocks}} is populated during block report processing. I think no
queue including {{invalidateBlocks}} should be populated in standby.
> PendingDeletionBlocks on SBN keeps increasing
> ---------------------------------------------
>
> Key: HDFS-6602
> URL: https://issues.apache.org/jira/browse/HDFS-6602
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 2.5.0
> Reporter: Kihwal Lee
> Priority: Critical
>
> PendingDeletionBlocks is from BlockManager.invalidateBlocks.numBlocks(). It
> means this data structure is populated, but IBR (incremental block reports)
> do not cause deleted blocks to be removed from it. As a result, the heap
> usage keeps increasing.
--
This message was sent by Atlassian JIRA
(v6.2#6252)