feat(membership): add connection liveness check for fault detection - #9978
Merged
ReubenBond merged 7 commits intoAug 11, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Use atomic timestamp access across the receive and membership threads and include the new option in the checked-in public API surface. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3182b65a-654c-4cb7-b172-3dc16a1df7b2
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3182b65a-654c-4cb7-b172-3dc16a1df7b2
Match the nullable exception signature introduced on current main. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3182b65a-654c-4cb7-b172-3dc16a1df7b2
Use current metrics dependencies and membership polling after rebasing onto main. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3182b65a-654c-4cb7-b172-3dc16a1df7b2
ReubenBond
force-pushed
the
feature/connection-liveness-check
branch
from
August 11, 2026 02:20
496f340 to
9b4f398
Compare
This was referenced Aug 28, 2026
Merged
This was referenced Sep 1, 2026
This was referenced Sep 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When determining if a monitored silo is down, first check if we have received any data from that silo within the monitoring window. If we have, we suppress our vote. Once we stop receiving data from the monitored silo, it is eligible for eviction.
Microsoft Reviewers: Open in CodeFlow