Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HDFS-10285
-
None
Description
When DN co-ordinator finds some of blocks associated to trackedID could not be moved its storages, due to some errors.Here retry may work in some cases, example if target node has no space. Then retry by finding another target can work.
So, based on the movement result flag(SUCCESS/FAILURE) from DN Co-ordinator, NN would retry by scanning the blocks again.