[Bug] rpc error: code = AlreadyExists desc = banyandb: resource already exists" #13164
Unanswered
lifehacking
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Thank you for bringing this up. The lease for node information has a 5-second TTL. After this period, etcd will clean up the node. The data node will wait until the previous node's info is removed. However, during this waiting loop, the errors you mentioned may occur. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Search before asking
Apache SkyWalking Component
BanyanDB (apache/skywalking-banyandb)
What happened
banyandb version :0.8.0
banyandb type: cluster mode
banyand data、banyand liaison deploy on diff hosts。when restart banyand data,log warn "error":"key /banyandb/nodes/192.168.1.6:17912 , rpc error: code = AlreadyExists desc = banyandb: resource already exists。
banyand data start cmd:banyand data
--etcd-endpoints=192.168.1.2:2379,192.168.1.3:2379,192.168.1.4:2379
--etcd-username=root
--etcd-password=Root123
--node-host-provider=ip
--measure-root-path=/opt/banyandb/data/measure
--stream-root-path=/opt/banyandb/data/stream
What you expected to happen
after restart data node,banyand can listend
How to reproduce
etcd del /banyandb/nodes/192.168.1.6:17912
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions