Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Duplicate
-
2.6.0
-
None
-
None
-
None
Description
A node refresh will recommission included nodes that are alive and in decommissioning or decommissioned state. The recommission will scan all blocks on the node, find over replicated blocks, chose an excess, queue an invalidate.
The process is expensive and worsened by overhead of storage types (even when not in use). It can be especially devastating because the write lock is held for the entire node refresh. Recommissioning 67 nodes with ~500k blocks/node stalled rpc services for over 4 mins.
Attachments
Issue Links
- duplicates
-
HDFS-10477 Stop decommission a rack of DataNodes caused NameNode fail over to standby
- Resolved