Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.23.7, 2.0.4-alpha, 3.0.0-alpha1
-
None
-
None
-
Reviewed
Description
HDFS-1594 changed isManual to this
private boolean isManual() { return extension == Integer.MAX_VALUE && !resourcesLow; }
One immediate impact of this is that when resources are low, the NN will throw away all block reports from DNs. This is undesirable.