You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/08/23 10:29:25 UTC

[GitHub] [hbase] SiCheng-Zheng commented on a diff in pull request #4570: HBASE-27132 Log archiving fail cause regionserver abort

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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org