saintstack commented on a change in pull request #820: HBASE-23286 Improve
MTTR: Split WAL to HFile
URL: https://github.com/apache/hbase/pull/820#discussion_r361731228
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALSplitUtil.java
##########
@@ -563,4 +564,58 @@ public int hashCode() {
return mutations;
}
+
+ /**
+ * Path to a file under recovered.hfiles directory of the region's column
family: e.g.
+ * /hbase/some_table/2323432434/cf/recovered.hfiles/2332-wal. This method
also ensures existence
Review comment:
Is the hfile named for the wal file that is being split?
----------------------------------------------------------------
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