oasis-core icon indicating copy to clipboard operation
oasis-core copied to clipboard

mainnet statesync is not working

Open lzdohh opened this issue 3 years ago • 0 comments

Following instructions from:https://docs.oasis.dev/general/run-a-node/advanced/sync-node-using-state-sync

oasis-node control status -a unix:/opt/oasis_server/node/internal.sock
oasis-node registry node list -v -a unix:/opt/oasis_server/node/internal.sock |   jq 'select(.roles | contains("consensus-rpc")) | .tls.addresses'

statesync is not working

{"caller":"grpc.go:242","err":"rpc error: code = DeadlineExceeded desc = context deadline exceeded","level":"error","method":"/oasis-core.ConsensusLight/GetLightBlock","module":"grpc/client","msg":"request failed","req_seq":164,"rsp":{"height":0,"meta":null},"ts":"2022-04-22T12:06:15.055072156Z"}
{"caller":"grpc.go:242","err":"rpc error: code = DeadlineExceeded desc = context deadline exceeded","level":"error","method":"/oasis-core.ConsensusLight/GetLightBlock","module":"grpc/client","msg":"request failed","req_seq":2,"rsp":{"height":0,"meta":null},"ts":"2022-04-22T12:06:15.055189545Z"}
{"caller":"grpc.go:242","err":"rpc error: code = DeadlineExceeded desc = context deadline exceeded","level":"error","method":"/oasis-core.ConsensusLight/GetLightBlock","module":"grpc/client","msg":"request failed","req_seq":2,"rsp":{"height":0,"meta":null},"ts":"2022-04-22T12:06:15.055246584Z"}
{"caller":"client.go:603","err":"failed to obtain the header at height #8206838: client failed to respond","level":"error","module":"tendermint:base","msg":"Can't verify","ts":"2022-04-22T12:06:15.055291637Z"}
{"caller":"syncer.go:256","err":"failed to obtain the header at height #8206838: client failed to respond","level":"info","module":"tendermint:statesync","msg":"failed to fetch and verify app hash","ts":"2022-04-22T12:06:15.055316789Z"}
Software version: 22.1.3
Consensus:
  Consensus protocol version: 6.0.0
Runtime:
  Host protocol version:      5.0.0
  Committee protocol version: 4.0.0
Go toolchain version: 1.17.8

lzdohh avatar Apr 22 '22 12:04 lzdohh