Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gRPC and gRPC Web ports are stop being listened #2027

Open
4 tasks
Elecon-rou opened this issue Aug 27, 2023 · 2 comments
Open
4 tasks

gRPC and gRPC Web ports are stop being listened #2027

Elecon-rou opened this issue Aug 27, 2023 · 2 comments
Labels
Scope: app Issues that update the root module Type: Bug Something isn't working

Comments

@Elecon-rou
Copy link

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
Copy link
Author

It seems like toggling Rosetta off does the thing

@ryanchristo
Copy link
Member

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 ryanchristo added Type: Bug Something isn't working Scope: app Issues that update the root module labels Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: app Issues that update the root module Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants