Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Invalid
-
None
-
None
-
None
Description
Balancer builds cluster nodes by getDatanodeStorageReport(DatanodeReportType.LIVE) method。If the user does not specify the exclude node list, the balancer may migrate data to the DataNode in the decommission state. Should we filter out nodes in the decommission state by a new DatanodeReportType(LIVE_NOT_DECOMMISSIONING) regardless of whether the user specifies the exclude node list ?