Apache9 commented on a change in pull request #1322: HBASE-24033 Add ut for
loading the corrupt recovered hfiles
URL: https://github.com/apache/hbase/pull/1322#discussion_r396091294
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
##########
@@ -5449,6 +5449,7 @@ private long loadRecoveredHFilesIfAny(Collection<HStore>
stores) throws IOExcept
store.assertBulkLoadHFileOk(filePath);
} catch (IOException e) {
handleException(fs.getFileSystem(), filePath, e);
+ continue;
Review comment:
This is a bug?
----------------------------------------------------------------
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