[consensus] Strict leader + latency-weighted reputation with 1 faulty validator at 4k TPS#19342
Closed
danielxiangzl wants to merge 1 commit into
Closed
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
dc0bf60 to
9f51af9
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
9f51af9 to
06965c0
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
06965c0 to
48f5ea3
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
19480d8 to
789e8e1
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
On top of the baseline latency experiment. Combines: - Strict leader reputation (failure_window=50x) - Latency-weighted leader selection (use_latency_weighted_leader=true) Both features enabled in the max_load test genesis/node config. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
f721d9a to
29a7aef
Compare
This comment has been minimized.
This comment has been minimized.
Contributor
✅ Forge suite
|
Contributor
Author
|
Closing in favor of the consolidated weighted-leader approach in #19343 (canonical) + #19341 (forge experiment). The fixed LatencyWeightedHeuristic supersedes both strict-only and strict+weighted variants — slow/failing validators are now penalized continuously through latency scaling rather than via the asymmetric failure-window classification. See discussion in #19343. |
This was referenced Apr 27, 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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
daniel/latency-strict-leader-by-skip(failure_window=50x) +daniel/latency-weighted-leader-by-skip(latency-weighted heuristic)Test plan
land_blockingand compare against baseline (PR [forge] Latency baseline with 1 slow validator at 4k TPS #19330), strict-only (PR [consensus] Strict leader reputation with 1 faulty validator at 4k TPS #19336), and weighted-only (PR [consensus] Latency-weighted leader reputation + tighter classifier (combined) #19341)🤖 Generated with Claude Code