saintstack commented on a change in pull request #2211:
URL: https://github.com/apache/hbase/pull/2211#discussion_r467338450



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SplitLogWorker.java
##########
@@ -104,7 +104,8 @@ static Status splitLog(String filename, 
CancelableProgressable p, Configuration
     // encountered a bad non-retry-able persistent error.
     try {
       SplitLogWorkerCoordination splitLogWorkerCoordination =
-        server.getCoordinatedStateManager().getSplitLogWorkerCoordination();

Review comment:
       splitlogworkercoordination is only present when we are doing the old zk 
based log splitting. Otherwise, it is null.




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