alexdongli0829 commented on code in PR #7231:
URL: https://github.com/apache/hbase/pull/7231#discussion_r2302910993


##########
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(getWalFileSystem(), 
edits);

Review Comment:
   Make sense, change it to fs directly



-- 
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]

Reply via email to