VicoWu opened a new pull request #509: HBASE-22877 WebHDFS based export snapshot will fail if hfile is in archive directory URL: https://github.com/apache/hbase/pull/509 `FileLink.tryOpen()` depends on `fs.open(path, bufferSize)` to throw `FileNotFoundException` to try the next file location; But when we use `WebHDFS`, no exception was thrown even when the file didn't exist; We should add an addition code to handle the `WebHDFS` case;
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
