-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Dear All
I'm newbie about Tendermint and try to learn about it. So I need some help.
Today I have created 4 validator node. I tried adding node 5 as new validator node
https://tendermint.com/docs/tendermint-core/using-tendermint.html#adding-a-validator
Now the problem is that new node cannot john with another validator nodes and output some error like that.
Stop error peer {pean {MConn} {192.168.10.32:26656} 2288ddb66a24fcd90a64b99a2fac6b44fa210328 out} "err =" BlockchainReactor validation error: Invalid commit - wrong set size: 5 vs 4 "
Now I used the command. unsafe_reset_all (Yes, It's remove all the data and WAL, reset this node's validator to genesis state) on every node.
And then execute the command "tendermint node --proxy_app = kvstore --p2p.persistent_peers ......" now all 5 node can working together as validator node.
Please advise me How can I add new validator node without unsafe_reset_all. Thank you very much.
Sorry if my English Language is not good.