Description
I'd like to change the newly added listCorruptFileBlocks signature to be:
/**
* Get all files with corrupt blocks under the given path
*/
RemoteIterator<Path> listCorruptFileBlocks(Path src) throws IOException;
This new API does not expose "cookie" to user although underlying implementation may still need to invoke multiple RPCs to get the whole list.
Attachments
Attachments
Issue Links
- is depended upon by
-
HDFS-1533 A more elegant FileSystem#listCorruptFileBlocks API (HDFS portion)
- Resolved
-
MAPREDUCE-2215 A more elegant FileSystem#listCorruptFileBlocks API (RAID changes)
- Closed