-
Notifications
You must be signed in to change notification settings - Fork 636
feat(pd): add quorum-aware /v1/ready endpoint and raft gauges #3185
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
4dd7e71
feat(pd): add quorum-aware /v1/ready endpoint and raft gauges
bitflicker64 5bd1b96
fix(pd): address review on the readiness endpoint
bitflicker64 c8adc85
fix(pd): keep compose on liveness, tighten the readiness contract
bitflicker64 ffa13f9
docs(store): stop promising a readiness gate the compose files lack
bitflicker64 7a6dbb8
docs(pd): correct the active-state set and date the auth claim
bitflicker64 7354c21
refactor(pd): drop readiness surface nothing calls
bitflicker64 2b13aaa
test(pd): pin the probe endpoints outside the auth interceptor
bitflicker64 27f7009
test(pd): run the interceptor check in the rest suite
bitflicker64 b1d07b4
Revert "test(pd): run the interceptor check in the rest suite"
bitflicker64 f4fb4ea
fix(pd): drop the interceptor test a full install cannot compile
bitflicker64 7074440
fix(pd): make the raft snapshot single-read and portable
bitflicker64 a3b9395
fix(pd): serve readiness from raft callbacks, not the node lock
bitflicker64 b6ad26c
fix(pd): swap the probe view in as one volatile write
bitflicker64 2df9a55
docs(pd): warn against aggregating hg_raft_alive_peers
bitflicker64 0d0699f
Merge branch 'master' into fix/pd-ready-endpoint
bitflicker64 2ac8f6c
fix(pd): refresh the raft alive peer count off the request thread
bitflicker64 cf95f22
test(pd): run the probe checks through junit assertions
bitflicker64 4131805
test(pd): cover the 503 answer of the readiness endpoint
bitflicker64 8c6f0a3
test(pd): match the readiness probe body regardless of spacing
bitflicker64 a5477f5
fix(pd): keep the alive peer refresher alive and quiet on shutdown
bitflicker64 63a2690
Merge master into fix/pd-ready-endpoint
bitflicker64 667b6fb
fix(pd): tie the raft gauges to the readiness predicate
bitflicker64 eb6de8f
docs(pd): correct the readiness notes and bound the CI probe
bitflicker64 4cca88a
docs(pd): trim the alive peers row to one clause
bitflicker64 0daffc6
fix(pd): bound the readiness wait on the wall clock
bitflicker64 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.