We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
版本:NSQ HA 1.12.4 ETCD:V2.2.2 1、nsqlookupd启动报错: flume_param.go:getLocalIP failed. E1231 09:02:13.371388 17203 nsq_lookupd_etcd.go:392] consistence.(*NsqLookupdEtcdMgr).watchTopics get topic root key[/NSQMetaData/%!s(int64=2)/Topics] error: 100: Key not found (/NSQMetaData/%!s(int64=2)/Topics) [92810] 2、查看etcd节点数据信息: # ./etcdctl ls NSQMetaData /NSQMetaData/%!s(int64=2) 3、双节点nsqd启动报错: flume_param.go:getLocalIP failed. Log file created at: [/data/log/nsq /tmp] Log file created at: [/data/log/nsq /tmp] ======================================== 问:这个大概是什么问题,排查思路?
The text was updated successfully, but these errors were encountered:
getLocalIP failed 这个错误不影响使用, 只是提示从hostname获取ip失败. watchTopics get topic root key[/NSQMetaData/%!s(int64=2)/Topics] error 这个看着应该是你的cluster_id的配置不对
getLocalIP failed
watchTopics get topic root key[/NSQMetaData/%!s(int64=2)/Topics] error
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: