Apache9 commented on code in PR #7231:
URL: https://github.com/apache/hbase/pull/7231#discussion_r2308919741
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java:
##########
@@ -5829,7 +5829,7 @@ private long replayRecoveredEdits(final Path edits,
Map<byte[], Long> maxSeqIdIn
}
} catch (EOFException eof) {
if (!conf.getBoolean(RECOVERED_EDITS_IGNORE_EOF, false)) {
- Path p = WALSplitUtil.moveAsideBadEditsFile(walFS, edits);
+ Path p = WALSplitUtil.moveAsideBadEditsFile(fs, edits);
msg = "EnLongAddered EOF. Most likely due to Master failure during "
Review Comment:
I think there is a replacing error...
EnLongAddered should be Encountered, in the past we should have done a
replacement from counter to LongAddered...
@alexdongli0829 Minding opening another PR to fix this problem?
Thanks.
--
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]