[
https://issues.apache.org/jira/browse/HDFS-9650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15296209#comment-15296209
]
Chackaravarthy commented on HDFS-9650:
--------------------------------------
I changed the log statement to 'debug' level (restarting NN) and was able to do
rolling restart of DN. The problem is that log level was WARN. Hence reducing
log level resolved the problem. I could see this change is already available in
Trunk code.
Seems HDFS-9906 fixes this. It's available in 2.8.0.
> Problem is logging of "Redundant addStoredBlock request received"
> -----------------------------------------------------------------
>
> Key: HDFS-9650
> URL: https://issues.apache.org/jira/browse/HDFS-9650
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Frode Halvorsen
>
> Description;
> Hadoop 2.7.1. 2 namenodes in HA. 14 Datanodes.
> Enough CPU,disk and RAM.
> Just discovered that some datanodes must have been corrupted somehow.
> When restarting a 'defect' ( works without failure except when restarting)
> the active namenode suddenly is logging a lot of : "Redundant addStoredBlock
> request received"
> and finally the failover-controller takes the namenode down, fails over to
> other node. This node also starts logging the same, and as soon as the fisrt
> node is bac online, the failover-controller again kill the active node, and
> does failover.
> This node now was started after the datanode, and doesn't log "Redundant
> addStoredBlock request received" anymore, and restart of the second name-node
> works fine.
> If I again restarts the datanode- the process repeats itself.
> Problem is logging of "Redundant addStoredBlock request received" and why
> does it happen ?
> The failover-controller acts the same way as it did on 2.5/6 when we had a
> lot of 'block does not belong to any replica'-messages. Namenode is too busy
> to respond to heartbeats, and is taken down...
> To resolve this, I have to take down the datanode, delete all data from it,
> and start it up. Then cluster will reproduce the missing blocks, and the
> failing datanode is working fine again...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]