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



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
##########
@@ -2037,8 +2037,7 @@ private void startServices() throws IOException {
       this.splitLogWorker = new SplitLogWorker(sinkConf, this,
           this, walFactory);
       splitLogWorker.start();
-    } else {
-      LOG.warn("SplitLogWorker Service NOT started; CoordinatedStateManager is 
null");
+      LOG.debug("SplitLogWorker started");

Review comment:
       Move the log out of the if {} code block?




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


Reply via email to