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

Stop ignoring broadcasted NewViews #2064

Merged
merged 1 commit into from
Dec 22, 2024
Merged

Stop ignoring broadcasted NewViews #2064

merged 1 commit into from
Dec 22, 2024

Conversation

JamesHinshelwood
Copy link
Contributor

PR #2042 added NewView broadcasting, but it didn't change anything because nodes ignored NewViews that were not sent via a direct request. In fact that PR made network recovery worse, since the leader would no longer see repeated NewViews. This PR just adds the handler for broadcasted NewViews.

PR #2042 added `NewView` broadcasting, but it didn't change
anything because nodes ignored `NewView`s that were not sent via
a direct request. In fact that PR made network recovery worse,
since the leader would no longer see repeated `NewView`s. This PR
just adds the handler for broadcasted `NewView`s.
Copy link
Contributor

🐰 Bencher Report

Branchfix-nv
Testbedself-hosted
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
nanoseconds (ns)
(Result Δ%)
Upper Boundary
milliseconds (ms)
(Limit %)
process-empty/process-empty📈 view plot
🚷 view threshold
8.49
(-6.98%)
10.40
(81.68%)
produce-full/produce-full📈 view plot
🚷 view threshold
1,743.80
(-15.65%)
2,744.13
(63.55%)
🐰 View full continuous benchmarking report in Bencher

@DrZoltanFazekas DrZoltanFazekas added this pull request to the merge queue Dec 22, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 22, 2024
@JamesHinshelwood JamesHinshelwood added this pull request to the merge queue Dec 22, 2024
Merged via the queue into main with commit ae64d06 Dec 22, 2024
6 checks passed
@JamesHinshelwood JamesHinshelwood deleted the fix-nv branch December 22, 2024 21:54
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.

2 participants