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

fix #3674 (Sync progress >100% on checkpoint sync) #3736

Merged
merged 1 commit into from
Jun 13, 2022

Conversation

etan-status
Copy link
Contributor

Corrects an off-by-1 in the reported sync percentage computation.
New logic is based on SyncQueue.total and SyncQueue.progress
with pivot instead of sq.startSlot.

Corrects an off-by-1 in the reported sync percentage computation.
New logic is based on `SyncQueue.total` and `SyncQueue.progress`
with `pivot` instead of `sq.startSlot`.
@etan-status etan-status linked an issue Jun 11, 2022 that may be closed by this pull request
@github-actions
Copy link

Unit Test Results

     12 files  ±0     846 suites  ±0   1h 14m 30s ⏱️ + 6m 34s
1 706 tests ±0  1 654 ✔️ ±0    52 💤 ±0  0 ±0 
9 921 runs  ±0  9 793 ✔️ ±0  128 💤 ±0  0 ±0 

Results for commit b0b0473. ± Comparison against base commit 5188551.

@zah zah merged commit 7b04a94 into unstable Jun 13, 2022
@zah zah deleted the dev/etan/sq-fixpivot branch June 13, 2022 17:00
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.

Sync progress >100% on checkpoint sync
2 participants