We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
AshwinSekar
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: