[
https://issues.apache.org/jira/browse/HBASE-24132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Busbey reopened HBASE-24132:
---------------------------------
reopening because I think this has broken in place upgrade for single process
at least 1.4.11 -> current branch-2.3
after shutdown of a 1.4.11 and starting current master I hit this error:
{code}
2020-04-25 01:50:26,528 ERROR [main] master.HMasterCommandLine: Master exiting
java.io.IOException: No snapshot found, but there are log entries. Something is
broken!
at
org.apache.zookeeper.server.persistence.FileTxnSnapLog.restore(FileTxnSnapLog.java:240)
at
org.apache.zookeeper.server.ZKDatabase.loadDataBase(ZKDatabase.java:240)
at
org.apache.zookeeper.server.ZooKeeperServer.loadData(ZooKeeperServer.java:290)
at
org.apache.zookeeper.server.ZooKeeperServer.startdata(ZooKeeperServer.java:450)
at
org.apache.zookeeper.server.NIOServerCnxnFactory.startup(NIOServerCnxnFactory.java:764)
at
org.apache.zookeeper.server.ServerCnxnFactory.startup(ServerCnxnFactory.java:98)
at
org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster.startup(MiniZooKeeperCluster.java:259)
at
org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster.startup(MiniZooKeeperCluster.java:189)
at
org.apache.hadoop.hbase.master.HMasterCommandLine.startMaster(HMasterCommandLine.java:210)
at
org.apache.hadoop.hbase.master.HMasterCommandLine.run(HMasterCommandLine.java:140)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)
at
org.apache.hadoop.hbase.util.ServerCommandLine.doMain(ServerCommandLine.java:149)
at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:3021)
{code}
Are there upgrade notes for the zookeeper 3.4 -> 3.5 to cover something that
needs to happen that we can link in the release notes?
> Upgrade to Apache ZooKeeper 3.5.7
> ---------------------------------
>
> Key: HBASE-24132
> URL: https://issues.apache.org/jira/browse/HBASE-24132
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 3.0.0, 2.2.3
> Reporter: Jianfei Jiang
> Assignee: Jianfei Jiang
> Priority: Major
> Fix For: 3.0.0, 2.3.0
>
>
> Apache ZooKeeper 3.5.7 has been released, HDFS and other projects have
> updated the dependent zookeeper verison. Perhaps Hbase may update as well.
> Some of the interfaces are changed in this zookeeper version .
--
This message was sent by Atlassian Jira
(v8.3.4#803005)