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

Feature: add RaftMetrics::millis_since_quorum_ack #1062

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

drmingdrmer
Copy link
Member

@drmingdrmer drmingdrmer commented Mar 17, 2024

Changelog

Feature: add RaftMetrics::millis_since_quorum_ack

RaftMetrics::millis_since_quorum_ack is the interval in milliseconds
since the last timestamp a quorum acknowledged.

This duration is used by the application to assess the likelihood that
the leader has lost synchronization with the cluster.
A longer duration without acknowledgment may suggest a higher
probability of the leader being partitioned from the cluster.


This change is Reviewable

`RaftMetrics::millis_since_quorum_ack` is the interval in milliseconds
since the last timestamp a quorum acknowledged.

This duration is used by the application to assess the likelihood that
the leader has lost synchronization with the cluster.
A longer duration without acknowledgment may suggest a higher
probability of the leader being partitioned from the cluster.
@drmingdrmer
Copy link
Member Author

@pfwang80s

@drmingdrmer drmingdrmer merged commit ca156ea into databendlabs:main Mar 19, 2024
31 checks passed
@drmingdrmer drmingdrmer deleted the 43-metrics-leader-utime branch March 19, 2024 01:31
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