Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.7.1
-
None
-
None
-
Ubuntu
Description
Ever since 0.6 our DFS cluster has been reporting that it is empty, even though it's not. We seem to have resolved the issue by changing line 296 of org.apache.hadoop.dfs.FSDataset from:
Long remaining = new Long(volumes[idx].getCapacity();
to:
Long remaining = new Long(volumes[idx].getAvailable());