[
https://issues.apache.org/jira/browse/HBASE-11967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-11967.
---------------------------
Resolution: Not a Problem
Resolving as not a problem. RS was not coming up. Master was just waiting on
it to come in. Maybe in standalone mode, the master should be more cognizant
of RS in same heap but that'd be messy.
Could change default of 200seconds but to what? 120? 60?
Just leaving it as is for now till someone else complains.
> 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
> Priority: Minor
> 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)