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 2020/06/17 00:10:28 UTC

[GitHub] [hbase] infraio commented on a change in pull request #1912: HBASE-24574 Procedure V2 - Distributed WAL Splitting => LOGGING

infraio commented on a change in pull request #1912:
URL: https://github.com/apache/hbase/pull/1912#discussion_r441209011



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/SplitWALManager.java
##########
@@ -96,7 +97,7 @@ public SplitWALManager(MasterServices master) {
       // 2. create corresponding procedures
       return createSplitWALProcedures(splittingFiles, crashedServer);
     } catch (IOException e) {
-      LOG.error("failed to create procedures for splitting logs of {}", crashedServer, e);
+      LOG.error("Failed to create procedures for splitting logs of {}", crashedServer, e);

Review comment:
       logs => WALs?




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

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