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

"Invalid validator" messages logged by the proxies #1911

Open
gastonponti opened this issue Jun 6, 2022 · 1 comment
Open

"Invalid validator" messages logged by the proxies #1911

gastonponti opened this issue Jun 6, 2022 · 1 comment

Comments

@gastonponti
Copy link
Contributor

WARN [05-25|19:51:21.381] Error in sending message func=AsyncMulticastCeloMsg msgCode=17 peer="Peer efc6f01d5f6091d8 <my validator ip address>:50350" ethMsgCode=17 err="shutting down"

Proxies seems to be maintaining connections with validators that are not part of the validator set anymore

@carterqw2 carterqw2 added triage Issue needs triaging and removed blockchain labels Feb 9, 2023
@carterqw2 carterqw2 removed the triage Issue needs triaging label Feb 16, 2023
@bcamacho
Copy link
Contributor

bcamacho commented May 5, 2023

I recently encountered an issue with my Baklava node and discovered that others had experienced the same. I conducted a quick search, found this issue, and reached out to @gastonponti for assistance. Thank you, @gastonponti, for your support! Here are the results:

Issue Description

The error in question is often associated with the way the proxy manages messages when it retains both old and new enodes in its table.

Recommended workaround

Reboot the proxy. Rebooting usually resolves the problem and eliminates the error message.

FAQ: Can I disable the warning messages?

If the error message persists and becomes bothersome, you can modify the system settings by setting the verbosity to level 1. This change will decrease the frequency of error notifications, making them less obtrusive. Setting verbosity to level 1 should be effective, but please note that this may affect the tracking of warnings for monitoring purposes.

Error message example:

WARN [05-04|19:21:01.261] Error in sending message func=AsyncMulticastCeloMsg msgCode=17 peer="Peer 062535bfaec8eb63 10.128.0.6:58134" ethMsgCode=17 err="shutting down"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@gastonponti @bcamacho @carterqw2 and others