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 spammy duplicate confirmation log #1236

Closed
AshwinSekar opened this issue May 7, 2024 · 0 comments · Fixed by #1237
Closed

fix spammy duplicate confirmation log #1236

AshwinSekar opened this issue May 7, 2024 · 0 comments · Fixed by #1237
Assignees

Comments

@AshwinSekar
Copy link

Problem

solana-labs#34014 introduced a new log line and metric when a frozen bank gets duplicate confirmed through replay votes for descendants.

This log line is improperly gated behind a check for supermajority confirmation, leading to the same slots being logged multiple times:

➜  grep "validator fork duplicate confirmed \d+" -o solana-validator.log | wc -l
35144511
➜  grep "validator fork duplicate confirmed \d+" -o solana-validator.log | sort -u | wc -l
111807
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 a pull request may close this issue.

1 participant