Umeshkumar9414 commented on code in PR #7075:
URL: https://github.com/apache/hbase/pull/7075#discussion_r2190186033
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALSplitUtil.java:
##########
@@ -193,7 +195,8 @@ static Path getRegionSplitEditsPath(TableName tableName,
byte[] encodedRegionNam
// Append file name ends with RECOVERED_LOG_TMPFILE_SUFFIX to ensure
// region's replayRecoveredEdits will not delete it
String fileName = formatRecoveredEditsFileName(seqId);
- fileName = getTmpRecoveredEditsFileName(fileName + "-" +
fileNameBeingSplit);
+ fileName =
Review Comment:
yes
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]