Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Suppose a decommission is in progress. The namenode receives a heartbeat from the being-decommissioned node and then invokes isReplicationInProgress() to determine if the decommissioned is complete. This method is very heavyweight and chews up plenty of CPU.
One option to fix this issue is to keep a counter to indicate how many blocks are pending replication. This could also help in showing a progress-status-indicator to display how far the decommissioning process is complete.