Skip to content

WIP - Failure detection always finds first evicted server in array #4

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

Draft
wants to merge 2 commits into
base: github
Choose a base branch
from

Conversation

bradshjg
Copy link

@bradshjg bradshjg commented Dec 4, 2024

Currently, the behavior of failure detection is to find the first server in the list that's evicted. When multiple servers have been evicted this means it's currently unclear which server was most recently evicted.

I'm not sure if there's a better way to gain insight into eviction behavior, but there are problems with this as well:

  • I can't seem to get this to use sub-second resolution, limiting the usefulness.
  • It's not clear to me that it's always possible to match evictions to keys as the libary attempts to do at a higher level.

* this is expected to find the most recently evicted server
* the time resolution appears insufficient for subsecond?
… server instead of the first server in the list that's been evicted
@bradshjg bradshjg changed the title Failure detection always finds first evicted server in array WIP - Failure detection always finds first evicted server in array Dec 4, 2024
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.

1 participant