-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: node discovery warning message spam #514
Comments
Moved comment, ignore this. |
5 similar comments
Moved comment, ignore this. |
Moved comment, ignore this. |
Moved comment, ignore this. |
Moved comment, ignore this. |
Moved comment, ignore this. |
I have been commenting on the wrong issue. Let me fix that... |
This was an opportunistic fix to prevent a bunch of logger warning messages during testing. Strictly speaking, failing to connect to all of the seed nodes is concerning. Not having any seeds nodes to connect to is not. Example of logger messages from testing, specifically
|
Specification
When providing no seed nodes to connect to we would end up with logger warning messages
Failed to connect to any seed nodes when syncing node graph
. Since a lot of tests start aPolykeyAgent
with no seed nodes provided, this ended up with a lot of useless warning messages during tests.This can be fixed by checking if there are any provided seed nodes and skip discovery if none are provided.
Additional context
Tasks
NodeManager
.The text was updated successfully, but these errors were encountered: