英文:
Want to upgrade the zookeeper from 3.4.14 to 3.5.6 /latest
问题
想要将 Zookeeper 从 3.4.14 升级到最新版本 3.5.6。我已经按照链接中的升级指南,并下载了 Zookeeper 的jar包。但是在重新启动服务器时,仍然无法加载数据。尝试使用配置中的 snapshot.trust.empty=true 标志,但在这种情况下无法加载先前的数据。
英文:
Want to upgrade the zookeeper from 3.4.14 to recent/3.5.6. I have followed the link for upgrade and downloaded the zookeeper jar.
but still on restarting server, it is failing in loading the data.
Tried with snapshot.trust.empty=true flag in configuration but in this case it is not able to load the previous data.
答案1
得分: 1
通过在Zookeeper数据目录中的版本目录中添加snapshot.0文件来解决问题。
英文:
Worked by adding snapshot.0 file in version directory in zookeeper data directory.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论