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/08/08 00:39:41 UTC

[GitHub] [hbase] saintstack commented on a change in pull request #2211: HBASE-24830 Some tests involving RS crash fail with NullPointerExcept…

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