Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.0
Description
If you remove a DN from NN's allowed host list (HDFS was HA) and then do NN refresh, it doesn't remove it actually and the NN UI keeps showing that node. It may try to allocate some blocks to that DN as well during an MR job. This issue is independent from DN decommission.
To reproduce:
1. Add a DN to dfs_hosts_allow
2. Refresh NN
3. Start DN. Now NN starts seeing DN.
4. Stop DN
5. Remove DN from dfs_hosts_allow
6. Refresh NN -> NN is still reporting DN as being used by HDFS.
This is different from decom because there DN is added to exclude list in addition to being removed from allowed list, and in that case everything works correctly.
Attachments
Attachments
Issue Links
- is duplicated by
-
HDFS-12004 Namenode UI continues to list DNs that have been removed from include and exclude
- Resolved