SiCheng-Zheng commented on code in PR #4570:
URL: https://github.com/apache/hbase/pull/4570#discussion_r952437189
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java:
##########
@@ -816,6 +816,11 @@ protected void archiveLogFile(final Path p) throws
IOException {
i.preLogArchive(p, newPath);
}
}
+ if (!fs.exists(this.walArchiveDir)) {
Review Comment:
>
At present, it has not been located in which link to delete it, so make
another judgment in archiveLogFile
--
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]