You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During cosmwasm musselnet-2 upgrade from wasmd v0.14.0 to v0.15.0, one of our voting majority nodes crashed possibly due to a cosmovisor developer setup failure. I've tested cosmovisor locally with --update-height flag when creating a software upgrade proposal. When one of the nodes crashed I just restarted the node with right configuration and it applies the upgrade and syncs blocks, however on musselnet it was different...
On 9AM CET, the upgrade has run. Some of the node applied the upgrade succesfully but confio-3 validator crashed. Without this validator the voting power of working nodes were below 67% and network halted. I ssh'ed the machine, fixed cosmovisor setup, re-run the wasmd app. It kept crashing with an error that says on 9AM upgrade needed. When I checked /root/.wasmd/cosmovisor/current/bin cosmovisor applied the upgrade but it still crashed. I suspect it is crashing because upgrade time has passed.
Version
v0.40.0
Steps to Reproduce
Setup a local network
Setup wasmd or gaiad with cosmovisor.
Make sure cosmovisor/upgrades/new-version/bin is empty
Schedule an upgrade proposal using --upgrade-time flag
Let it fail, and kill the machine
Fix cosmovisor directory with adding the new binary to cosmovisor/upgrade/new-version/bin
Summary of Bug
During cosmwasm musselnet-2 upgrade from wasmd v0.14.0 to v0.15.0, one of our voting majority nodes crashed possibly due to a cosmovisor developer setup failure. I've tested cosmovisor locally with
--update-height
flag when creating a software upgrade proposal. When one of the nodes crashed I just restarted the node with right configuration and it applies the upgrade and syncs blocks, however on musselnet it was different...Proposal message
On 9AM CET, the upgrade has run. Some of the node applied the upgrade succesfully but
confio-3
validator crashed. Without this validator the voting power of working nodes were below 67% and network halted. I ssh'ed the machine, fixed cosmovisor setup, re-run thewasmd
app. It kept crashing with an error that sayson 9AM upgrade needed
. When I checked/root/.wasmd/cosmovisor/current/bin
cosmovisor applied the upgrade but it still crashed. I suspect it is crashing because upgrade time has passed.Version
v0.40.0
Steps to Reproduce
cosmovisor/upgrades/new-version/bin
is empty--upgrade-time
flagcosmovisor/upgrade/new-version/bin
gaiad start
I assume this reproduce steps will work.
Ref: #8538
The text was updated successfully, but these errors were encountered: