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
Context deadline failure which impacts only arm with statesync
5:41PM INF error from light block request from primary, removing... error="post failed: Post \"https://rpc.alley.umeemania-1.network.umee.cc:443\": context deadline exceeded" height=831700 module=light primary={}
5:41PM ERR error on light block request from witness, removing... error="post failed: Post \"https://rpc.cope.umeemania-1.network.umee.cc:443\": context deadline exceeded" module=light primary={}
5:41PM ERR failed to remove witnesses err="no witnesses connected. please reset light client" module=light witnessesToRemove=[0]
Error: failed to start state sync: failed to set up light client state provider: post failed: Post "https://rpc.cope.umeemania-1.network.umee.cc:443": context deadline exceeded
I tested this with linux/amd64 via docker emulation and it does not have this problem.
Version
Please provide the output of the following commands:
$ umeed version => 2.0.3-rc2
$ go version => N/A (release build)
$ uname -a => Darwin 21.4.0 Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022; root:xnu-8020.101.4~15/RELEASE_ARM64_T6000 arm64
You just need to increase the rpc_write_timeout in app.toml. I got the same error in an Intel i7 until I increased that. Alternatively, it could be the rpc_read_timeout. I haven't figured out which one exactly is the problem but it occurs on a POST so I figure write timeout is the culprit. It's also set to 0 seconds by default.
Summary of Bug
Context deadline failure which impacts only arm with statesync
I tested this with linux/amd64 via docker emulation and it does not have this problem.
Version
Please provide the output of the following commands:
$ umeed version => 2.0.3-rc2
$ go version => N/A (release build)
$ uname -a => Darwin 21.4.0 Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022; root:xnu-8020.101.4~15/RELEASE_ARM64_T6000 arm64
Steps to Reproduce
Steps to reproduce the behavior:
For Admin Use
The text was updated successfully, but these errors were encountered: