zookeeper启动报错: Invalid configuration, only one server specified (ignoring)
仔细排查配置都是对的,反复比照,没有发现那里有问题,最后才搞清楚,原来是data/目录下的myid文件,是UTF-8编码格式,虽然myid里面是写的数字,但zookeeper识别不到UTF-8编码的myid文件内容。
解决方案:
把写有当前节点数字的myid这个文件编码格式转为ANSI即可。
2023-04-11 10:14:55 阅读次数:450
仔细排查配置都是对的,反复比照,没有发现那里有问题,最后才搞清楚,原来是data/目录下的myid文件,是UTF-8编码格式,虽然myid里面是写的数字,但zookeeper识别不到UTF-8编码的myid文件内容。
解决方案:
把写有当前节点数字的myid这个文件编码格式转为ANSI即可。
下一篇:elasticsearch报错:exceeds the [index.highlight.max_analyzed_offset] limit [1000000]
【git】git 客户端设置本地缓冲区大小
mysql数据导入报错:Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORM
mysqldump: Got error: 1449: The user specified as a definer (‘xxx‘@‘%‘) does not exist when using LO
登录mysqlpxc报错找不到库文件libreadline.so.7
vite5+vue3+vant4+ts函数参数报错:TS7006: Parameter ‘data‘ implicitly has an ‘any‘ type.
项目中查询视图报错:View ‘uat.st_view‘ references invalid table(s) or column(s) or function(s) or defin
解决vue3引入ref后页面报错:The requested module ‘/xx/vue.js‘ does not provide an export named ‘default‘
Podman安装部署kafka和管理界面(快速跑起来)
【dubbo】分布式和dubbo
python+unity表情驱动二(打包成exe)
文章
31319
阅读量
4476785
2025-03-10 09:50:26
2025-03-06 09:15:52
2025-03-06 09:15:52
2025-02-14 08:19:53
2025-02-13 08:29:17
2025-02-13 08:29:17
2023-04-17 10:58:24
2023-04-11 10:15:33
2023-04-17 09:39:34
2023-04-19 09:38:35
2023-04-27 08:01:21
2023-05-17 06:47:57