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

Last index of the replicas #351

Open
antmat opened this issue Apr 2, 2024 · 1 comment
Open

Last index of the replicas #351

antmat opened this issue Apr 2, 2024 · 1 comment

Comments

@antmat
Copy link

antmat commented Apr 2, 2024

Hi!
Is there a way to know LastIndex of the replicas of the raft cluster?
We wanted to detect stale nodes in our program, but right now it seems there is no such functionality.

Thanks!

@kevburnsjr
Copy link
Contributor

Operations like this are probably best performed out of band.
Just make a request to each node, perform a stale read and compare the results.

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

No branches or pull requests

2 participants