regen-ledger icon indicating copy to clipboard operation
regen-ledger copied to clipboard

gRPC and gRPC Web ports are stop being listened

Open Elecon-rou opened this issue 1 year ago • 2 comments

Summary of Bug

gRPC and gRPC Web ports are stop being listened after some time from the start of the node

Version

  • v5.1.2

Steps to Reproduce

  • Initialize a v5.1.2 node on Ubuntu 20.04 or 22.04 from a snapshot
  • Enable gRPC and gRPC Web endpoints either in config.toml or by env vars
  • Restart a node
  • Poll listened ports by watch -n 1 netstat -lptn (One could also go with watch -n 1 grpcurl -plaintext localhost:9090 list)

For Admin Use

  • [ ] Not duplicate issue
  • [ ] Appropriate labels applied
  • [ ] Appropriate contributors tagged
  • [ ] Contributor assigned/self-assigned

Elecon-rou avatar Aug 27 '23 17:08 Elecon-rou

It seems like toggling Rosetta off does the thing

Elecon-rou avatar Aug 27 '23 17:08 Elecon-rou

Thanks for opening an issue. This could also be an issue upstream in https://github.com/cosmos/cosmos-sdk but it would still be good to track here if not. I'll try to further investigate when I get a chance.

ryanchristo avatar Aug 31 '23 00:08 ryanchristo