-
Notifications
You must be signed in to change notification settings - Fork 20
Still something wrong with adding/removing neighbors #50
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
Comments
Woke up today with one node having 20(!!!) active neighbors. After stopping nelson it still had 10. I think it sometimes 'forgets' about the added neighbors (or the remove failed but nelson thinks it succeeded) and keeps on going. |
somehow i can't reproduce this. Do you mean aktive neighbors or total neighbors? |
Calling iri api with getNeighbors |
### Added - Additional entry nodes - Possible fix for #45 ECONNRESET error - Interval-compression of the neighbors database - IRI cleanup of neighbors. Possible fix for #50 - Additional Peer and PeerList tests. Fixes #43 - Guard tests - Basic node tests - Node network integration tests - Basic node network simulation package - Parts of the node simulation package for integration tests ### Changed - Upgraded minimal node version to 8.9.4 - Cleanup nelson on uncaught exception. Possible fix for #50 - Upgrades WebSockets to 4.0.0. Possible fix for #45 - Fixed docker to copy faster, ignoring unneeded files - Made docker run the tests while building
Please try version 0.3.21. Restart IRI before starting the new Nelson version Please re-open the ticket or create a new one if you see this problem persist. |
Observed again right now on 3 different nodes. Stopped nelson because I wanted to update to 0.4 and it didn't remove all neighnors (3, 1, 1 left) |
Please stop IRI and nelson, install 0.4.0 and restart IRI/Nelson. 0.4.0 fixed another neighbours leak to IRI. This might have been in your case.. |
Hey @romansemko, last time I found out that static neighbors were removed in like 0.3.1 or so.. Since then I have been monitoring the neighbor count closely. I observed the same two problems on my 3 nodes:
Expected behaviour
Actual behaviour
Steps to reproduce
Basic Info
The text was updated successfully, but these errors were encountered: