You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Toshihiro Suzuki (Jira)" <ji...@apache.org> on 2020/08/07 03:05:00 UTC

[jira] [Created] (HBASE-24830) Some tests involving RS crash fail with NullPointerException after HBASE-24632 in branch-2

Toshihiro Suzuki created HBASE-24830:
----------------------------------------

             Summary: Some tests involving RS crash fail with NullPointerException after HBASE-24632 in branch-2
                 Key: HBASE-24830
                 URL: https://issues.apache.org/jira/browse/HBASE-24830
             Project: HBase
          Issue Type: Bug
            Reporter: Toshihiro Suzuki


In some tests involving RS crash in branch-2, the following NullPointerException is happening repeatedly and the tests finally fail due to timeout:
{code:java}
2020-08-06 16:03:43,101 ERROR [RS_LOG_REPLAY_OPS-regionserver/10.0.1.11:0-1] handler.RSProcedureHandler(51): pid=17
java.lang.NullPointerException
	at org.apache.hadoop.hbase.regionserver.SplitLogWorker.splitLog(SplitLogWorker.java:107)
	at org.apache.hadoop.hbase.regionserver.SplitWALCallable.call(SplitWALCallable.java:100)
	at org.apache.hadoop.hbase.regionserver.SplitWALCallable.call(SplitWALCallable.java:45)
	at org.apache.hadoop.hbase.regionserver.handler.RSProcedureHandler.process(RSProcedureHandler.java:49)
	at org.apache.hadoop.hbase.executor.EventHandler.run(EventHandler.java:104)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)