saintstack commented on a change in pull request #1912:
URL: https://github.com/apache/hbase/pull/1912#discussion_r441837300
##########
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:
Let me do.
----------------------------------------------------------------
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:
[email protected]