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

Update snapsync logging for clearer sync status. Issue 4346. #4347

Merged
merged 1 commit into from
Sep 5, 2022

Conversation

non-fungible-nelson
Copy link
Contributor

Signed-off-by: Matt Nelson matt.nelson@consensys.net

PR description

Fixed Issue(s)

Fixes #4346.

Documentation

  • I thought about documentation and added the doc-change-required label to this PR if
    updates are required.

Changelog

Signed-off-by: Matt Nelson <matt.nelson@consensys.net>
Copy link
Contributor

@matkt matkt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@macfarla macfarla merged commit 6e8a906 into hyperledger:main Sep 5, 2022
@@ -156,7 +156,7 @@ private void print(final boolean isHeal) {
public void notifySnapSyncCompleted() {
final Duration duration = Duration.ofMillis(System.currentTimeMillis() - startSyncTime);
LOG.info(
"Finished snapsync with nodes {} (healed={}) duration {}{}:{},{}",
"Finished worldstate snapsync with nodes {} (healed={}) duration {}{}:{},{}. Sync block import still in progress...",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The text "Sync block import still in progress..." may not be the most suitable here, because the healing step can finish after blocks import.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed on this - fixing in #4351

garyschulte pushed a commit to garyschulte/besu that referenced this pull request Sep 7, 2022
…4347)

Signed-off-by: Matt Nelson <matt.nelson@consensys.net>

Signed-off-by: Matt Nelson <matt.nelson@consensys.net>
garyschulte pushed a commit to garyschulte/besu that referenced this pull request Sep 7, 2022
…4347)

Signed-off-by: Matt Nelson <matt.nelson@consensys.net>

Signed-off-by: Matt Nelson <matt.nelson@consensys.net>
garyschulte pushed a commit to garyschulte/besu that referenced this pull request Sep 7, 2022
…4347)

Signed-off-by: Matt Nelson <matt.nelson@consensys.net>

Signed-off-by: Matt Nelson <matt.nelson@consensys.net>
Signed-off-by: garyschulte <garyschulte@gmail.com>
eum602 pushed a commit to lacchain/besu that referenced this pull request Nov 3, 2023
…4347)

Signed-off-by: Matt Nelson <matt.nelson@consensys.net>

Signed-off-by: Matt Nelson <matt.nelson@consensys.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fixing confusing logging messages around world state sync completed but block import in progress
4 participants