Skip to content

fix(network): eliminate the chance that round_robin_index got stalled #2878

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

Merged

Conversation

maqi
Copy link
Member

@maqi maqi commented Apr 3, 2025

Description

It is observed that libp2p could report a peer being newly added into RT repeatedly.
This then could get the round_robin_index (used for refresh scheme to pick target buckets) stalled.
The work is to eliminate such chance, to ensure the round_robin_index keeps rolling all the time.

@maqi maqi force-pushed the avoid_round_robin_index_stalled branch from 9b1e7dc to 640ce8b Compare April 3, 2025 09:22
@maqi maqi changed the base branch from stable to rc-2025.1.2-hotfix5 April 16, 2025 11:05
@jacderida jacderida merged commit b31c851 into maidsafe:rc-2025.1.2-hotfix5 Apr 16, 2025
23 checks passed
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

Successfully merging this pull request may close these issues.

3 participants