-
Notifications
You must be signed in to change notification settings - Fork 336
Improve logging during sync #9244
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
Improve logging during sync #9244
Conversation
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.
lgtm, with a question on the return of SyncManager::getSyncStatus
beacon/sync/src/main/java/tech/pegasys/teku/beacon/sync/forward/singlepeer/SyncManager.java
Outdated
Show resolved
Hide resolved
let's put this LOG back to Lines 71 to 72 in 3d0dd71
|
f6dc3d0
to
e32b5ff
Compare
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.
I added an experimental change to the PR, adding more info taken from the BatchSync.
It is not good in the current form but we can play with it until we find the final form.
8be0071
to
a79fcf0
Compare
d81a456
to
eb75e8b
Compare
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.
looks nice. we need unit tests now.
refactoring
2654b49
to
4711b86
Compare
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.
LGTM
Adds chain target information on the main
Syncing
eventAdds a new
Sync Info
event with additional info from the internalBatchSync
classPR Description
Fixed Issue(s)
fixes #9220
Documentation
doc-change-required
label to this PR if updates are required.Changelog