Apache9 commented on code in PR #6856:
URL: https://github.com/apache/hbase/pull/6856#discussion_r2024835488


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/wal/AbstractFSWALProvider.java:
##########
@@ -448,10 +497,6 @@ public static boolean isArchivedLogFile(Path p) {
    * @throws IOException exception
    */
   public static Path findArchivedLog(Path path, Configuration conf) throws 
IOException {
-    // If the path contains oldWALs keyword then exit early.

Review Comment:
   The code for checking seperated old wal is right after the check here?
   
   You do not get my point, the condition here is to avoid redundant checking 
for old wal files, so why you need to remove this check?



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