-
Notifications
You must be signed in to change notification settings - Fork 952
Backfill peer attribution #7762
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
Backfill peer attribution #7762
Conversation
|
Can you implement max retries too before adding this to backfill? |
|
I've tested this running a supernode on Looking great @pawanjay176 |
|
I'll do a round of review shortly. |
Squashed commit of the following: commit 646033b Author: Jimmy Chen <[email protected]> Date: Thu Jul 24 14:13:55 2025 +1000 Use self-hosted runners for Fusaka devnet testing. commit 718e703 Author: Pawan Dhananjay <[email protected]> Date: Wed Jul 23 19:41:28 2025 -0700 lint commit 5246a20 Author: Pawan Dhananjay <[email protected]> Date: Wed Jul 23 19:38:24 2025 -0700 Add max retry logic commit d5bcf9f Merge: 432f68c 9911f34 Author: Pawan Dhananjay <[email protected]> Date: Wed Jul 23 17:49:41 2025 -0700 Merge branch 'unstable' into peer-attribution-backfill commit 432f68c Author: Pawan Dhananjay <[email protected]> Date: Wed Jul 23 17:49:06 2025 -0700 Cleanup Please enter the commit message for your changes. Lines starting commit 9bd0f28 Author: Pawan Dhananjay <[email protected]> Date: Fri Jul 18 16:46:07 2025 -0500 Add retries on backfill commit 0293d0a Author: Pawan Dhananjay <[email protected]> Date: Fri Jul 18 14:26:44 2025 -0500 Address some of lion's comments from the other PR
|
Some required checks have failed. Could you please take a look @pawanjay176? 🙏 |
65352a6 to
41ad1a9
Compare
Squashed commit of the following: commit 41ad1a9 Author: Jimmy Chen <[email protected]> Date: Thu Jul 24 22:28:27 2025 +1000 Run devnet sync test on `Kurtosis` runner. commit 646033b Author: Jimmy Chen <[email protected]> Date: Thu Jul 24 14:13:55 2025 +1000 Use self-hosted runners for Fusaka devnet testing. commit 718e703 Author: Pawan Dhananjay <[email protected]> Date: Wed Jul 23 19:41:28 2025 -0700 lint commit 5246a20 Author: Pawan Dhananjay <[email protected]> Date: Wed Jul 23 19:38:24 2025 -0700 Add max retry logic commit d5bcf9f Merge: 432f68c 9911f34 Author: Pawan Dhananjay <[email protected]> Date: Wed Jul 23 17:49:41 2025 -0700 Merge branch 'unstable' into peer-attribution-backfill commit 432f68c Author: Pawan Dhananjay <[email protected]> Date: Wed Jul 23 17:49:06 2025 -0700 Cleanup Please enter the commit message for your changes. Lines starting commit 9bd0f28 Author: Pawan Dhananjay <[email protected]> Date: Fri Jul 18 16:46:07 2025 -0500 Add retries on backfill commit 0293d0a Author: Pawan Dhananjay <[email protected]> Date: Fri Jul 18 14:26:44 2025 -0500 Address some of lion's comments from the other PR
|
@jimmygchen looks like the supernode backfill is failing because the CI machine is overwhelmed with reconstruction work. Maybe we can move the supernode task to a beefier machine after merging this PR? |
jimmygchen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing the comments @pawanjay176, looks great to me now! 🎉
Issue Addressed
Partly addresses #7744
Proposed Changes
Implement similar peer sync attribution like in #7733 for backfill sync.