Skip to content

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

Draft
bradshjg wants to merge 2 commits intogithubfrom
bradshjg/failure-detection
Draft

WIP - Failure detection always finds first evicted server in array#4
bradshjg wants to merge 2 commits intogithubfrom
bradshjg/failure-detection

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