busbey commented on a change in pull request #916: HBASE-23382: Clean up 
Logging for Some of hbase-server Module
URL: https://github.com/apache/hbase/pull/916#discussion_r356401465
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/coordination/ZkSplitLogWorkerCoordination.java
 ##########
 @@ -554,20 +554,20 @@ public void endTask(SplitLogTask slt, LongAdder ctr, 
SplitTaskDetails details) {
     int taskZKVersion = zkDetails.getCurTaskZKVersion().intValue();
     try {
       if (ZKUtil.setData(watcher, task, slt.toByteArray(), taskZKVersion)) {
-        LOG.info("successfully transitioned task " + task + " to final state " 
+ slt);
+        LOG.info("Successfully transitioned task " + task + " to final state " 
+ slt);
         ctr.increment();
         return;
       }
-      LOG.warn("failed to transistion task " + task + " to end state " + slt
+      LOG.warn("Failed to transistion task " + task + " to end state " + slt
           + " because of version mismatch ");
     } catch (KeeperException.BadVersionException bve) {
-      LOG.warn("transisition task " + task + " to " + slt + " failed because 
of version mismatch",
+      LOG.warn("Transisition task " + task + " to " + slt + " failed because 
of version mismatch",
 
 Review comment:
   use substitution

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to