regen-ledger
regen-ledger copied to clipboard
gRPC and gRPC Web ports are stop being listened
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 withwatch -n 1 grpcurl -plaintext localhost:9090 list
)
For Admin Use
- [ ] Not duplicate issue
- [ ] Appropriate labels applied
- [ ] Appropriate contributors tagged
- [ ] Contributor assigned/self-assigned
It seems like toggling Rosetta off does the thing
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.