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

Enable filtering down nodes in scylla::transport::load_balancing::DefaultPolicy #675

Open
havaker opened this issue Mar 22, 2023 · 0 comments

Comments

@havaker
Copy link
Contributor

havaker commented Mar 22, 2023

Our node up/down markers do not work reliably yet (#607), but are required for a true is_alive check:

fn is_alive(node: &NodeRef<'_>) -> bool {
// For now, we leave this as stub, until we have time to improve node events.
// node.is_enabled() && !node.is_down()
node.is_enabled()
}

@piodul piodul modified the milestones: 0.8.1, 1.1.0 Mar 24, 2023
@Lorak-mmk Lorak-mmk self-assigned this Nov 15, 2023
@Lorak-mmk Lorak-mmk removed their assignment Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants