You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/08/19 02:41:09 UTC

[GitHub] [hbase] VicoWu opened a new pull request #509: HBASE-22877 WebHDFS based export snapshot will fail if hfile is in archive directory

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:
users@infra.apache.org


With regards,
Apache Git Services