Reidddddd commented on a change in pull request #633: HBASE-22890 Verify the
file integrity in persistent IOEngine
URL: https://github.com/apache/hbase/pull/633#discussion_r326013665
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/FileIOEngine.java
##########
@@ -85,6 +117,17 @@ public FileIOEngine(long capacity, String... filePaths)
throws IOException {
}
}
+ /**
+ * Delete the cache file and reinitialize the FileIOEngine
+ * @throws IOException the IOException
+ */
+ private void reinit() throws IOException {
+ LOG.info("Delete the cache data file and Reinitialize the FileIOEngine.");
Review comment:
`Reinitialize` lower case for `R`?
----------------------------------------------------------------
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