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
We got an issue after the last protocol upgrade, where vega was unable to download vega binary and We got the following error:
Dec 28 10:02:13 be1.vega.community visor[1444236]: Error: failed to prepare next upgrade folder: failed to auto install folder "/home/vega/vegavisor_home/v0.73.10" for release "v0.73.10": failed to download release assets for tag "v0.73.10": failed to download asset "vega-linux-amd64.zip" of type "v0.73.10" for tag "application/zip": failed to read "/home/vega/vegavisor_home/v0.73.10/vega-linux-amd64.zip": context deadline exceeded (Client.Timeout or context cancellation while reading body)
We should increase the timeout or add retry
Observed behaviour
As above.
Expected behaviour
Vegavisor can retry download and unzip vega binaries.
Steps to reproduce
1. Start the network
2. Make your network slow (add rate limit on the router)
3. Propose the protocol upgrade.
Software version
v0.73.9
Failing test
No response
Jenkins run
No response
Configuration used
No response
Relevant log output
Dec 28 10:00:11 be1.vega.community visor[1444236]: 2023-12-28T10:00:11.261Z INFO visor visor/visor.go:192 Starting upgrade
Dec 28 10:00:11 be1.vega.community visor[1444236]: 2023-12-28T10:00:11.261Z DEBUG visor visor/visor_folders.go:103 preparing next upgrade folder {"vegaTagVersion": "v0.73.10"}
Dec 28 10:00:11 be1.vega.community visor[1444236]: 2023-12-28T10:00:11.262Z INFO visor visor/visor_folders.go:57 Automatically installing upgrade folder
Dec 28 10:00:11 be1.vega.community visor[1444236]: 2023-12-28T10:00:11.280Z INFO visor visor/visor_folders.go:78 Downloading asset from Github {"asset": "vega-linux-amd64.zip"}
Dec 28 10:02:13 be1.vega.community visor[1444236]: Error: failed to prepare next upgrade folder: failed to auto install folder "/home/vega/vegavisor_home/v0.73.10"for release "v0.73.10": failed to download release assets for tag "v0.73.10": failed to download asset "vega-linux-amd64.zip" of type"v0.73.10"for tag "application/zip": failed to read"/home/vega/vegavisor_home/v0.73.10/vega-linux-amd64.zip": context deadline exceeded (Client.Timeout or context cancellation while reading body)
The text was updated successfully, but these errors were encountered:
Problem encountered
We got an issue after the last protocol upgrade, where vega was unable to download vega binary and We got the following error:
We should increase the timeout or add retry
Observed behaviour
As above.
Expected behaviour
Vegavisor can retry download and unzip vega binaries.
Steps to reproduce
Software version
v0.73.9
Failing test
No response
Jenkins run
No response
Configuration used
No response
Relevant log output
The text was updated successfully, but these errors were encountered: