[
https://issues.apache.org/jira/browse/HBASE-11641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14081957#comment-14081957
]
Lars Hofhansl commented on HBASE-11641:
---------------------------------------
Found this in the logs. Just recording it here for later.
{code}
java.lang.NullPointerException
at org.apache.hadoop.hbase.util.Bytes.toBytes(Bytes.java:441)
at
org.apache.hadoop.hbase.zookeeper.ClusterId.setClusterId(ClusterId.java:72)
at
org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:581)
at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:433)
at java.lang.Thread.run(Thread.java:662)
{code}
This causes the master to fail to start, which causes the test to fail.
> TestDistributedLogSplitting.testMasterStartsUpWithLogSplittingWork fails
> frequently
> -----------------------------------------------------------------------------------
>
> Key: HBASE-11641
> URL: https://issues.apache.org/jira/browse/HBASE-11641
> Project: HBase
> Issue Type: Bug
> Reporter: Lars Hofhansl
>
> 3 out of last four run of my RC jenkins build failed in this test.
> Might be related to HBASE-11041 too.
--
This message was sent by Atlassian JIRA
(v6.2#6252)