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

[StackerDB] only attempt at most one connection to a remote replica at once #4732

Open
jcnelson opened this issue Apr 29, 2024 · 0 comments
Open
Assignees
Labels
bug Unwanted or unintended property causing functional harm

Comments

@jcnelson
Copy link
Member

Right now, the node will attempt to cold-call a replica once for each stackerdb it advertises. It should instead do so only once. Today, it tries to open one connection to each replica, and will immediately close all but the first once it realizes that it has already connected.

@jcnelson jcnelson added the bug Unwanted or unintended property causing functional harm label Apr 29, 2024
@jcnelson jcnelson self-assigned this Apr 29, 2024
@jcnelson jcnelson mentioned this issue May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted or unintended property causing functional harm
Projects
Status: Status: 🆕 New
Development

No branches or pull requests

2 participants