[
https://issues.apache.org/jira/browse/HBASE-11967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14136262#comment-14136262
]
stack commented on HBASE-11967:
-------------------------------
So, this is semi-legit. The RS was dying because it could not parse old style
HTD. This has been fixed. We were starting standalone w/ a RS only it went
away. The master is just hanging out waiting for a RS to check in but none
coming. In standalone mode we wait 200 seconds and then go down. Maybe make
this less than 200 seconds in standalone?
> HMaster in standalone won't go down if it gets 'Unhandled exception'
> --------------------------------------------------------------------
>
> Key: HBASE-11967
> URL: https://issues.apache.org/jira/browse/HBASE-11967
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.99.0
> Reporter: stack
> Fix For: 0.99.1
>
>
> Got this testing 0.99.0 RC.
> I started it up after unbundling and got this:
> {code}
> 99 2014-09-12 14:50:42,761 FATAL [ActiveMasterManager] master.HMaster:
> Unhandled exception. Starting shutdown.
> 100 org.apache.hadoop.hbase.util.FileSystemVersionException: HBase file
> layout needs to be upgraded. You have version null and I want version 8.
> Consult http://hbase.apache.org/book.html for further information about
> upgrading HBase. Is your hbase.rootdir valid? If so, you may need to run
> 'hbase hbck -fixVersionFile'.
> 101 at org.apache.hadoop.hbase.util.FSUtils.checkVersion(FSUtils.java:587)
> ....
> {code}
> But now my master is stuck trying to become master in here:
> {code}
> 46 "main" prio=5 tid=0x00007fe825001000 nid=0x1303 waiting on condition
> [0x0000000107383000]
> 47 java.lang.Thread.State: TIMED_WAITING (sleeping)
> 48 at java.lang.Thread.sleep(Native Method)
> 49 at
> org.apache.hadoop.hbase.util.JVMClusterUtil.startup(JVMClusterUtil.java:218)
> 50 at
> org.apache.hadoop.hbase.LocalHBaseCluster.startup(LocalHBaseCluster.java:438)
> 51 at
> org.apache.hadoop.hbase.master.HMasterCommandLine.startMaster(HMasterCommandLine.java:188)
> 52 at
> org.apache.hadoop.hbase.master.HMasterCommandLine.run(HMasterCommandLine.java:139)
> 53 at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
> 54 at
> org.apache.hadoop.hbase.util.ServerCommandLine.doMain(ServerCommandLine.java:126)
> 55 at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:1794)
> ...
> {code}
> Any ideas [~jxiang]? Thanks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)