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

Pull gossip not working on coreth? #515

Closed
t-anyu opened this issue Mar 17, 2024 · 1 comment
Closed

Pull gossip not working on coreth? #515

t-anyu opened this issue Mar 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@t-anyu
Copy link

t-anyu commented Mar 17, 2024

Metrics API does not report any eth_tx_gossip ... type="pull" information. No received_bytes or received_count. Also no sent metrics being reported. Only avalanche_X_vm reports type="pull" gossip_received_bytes. And avalanche_C_vm reports type="push" metrics only.

Further digging it looks that vm.validators.Has(vm.ctx.NodeID) returns false. Which results ValidatorGossiper to return. Is this a bug? Or pull gossip is turned off or I have problem with my validator settings?

@t-anyu t-anyu added the bug Something isn't working label Mar 17, 2024
@joshua-kim joshua-kim self-assigned this Mar 18, 2024
@StephenButtolph
Copy link
Contributor

This has been merged and the fix will be included in avalanchego v1.11.6

@github-project-automation github-project-automation bot moved this from Backlog 🗄️ to Done ✅ in Platform Engineering Group May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

3 participants