-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
kvserver: downgrade spammy "skipping snapshot" message #80166
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.
🤦 I now realize that I used a local log limiter here, so it wasn't actually helping with the noise at all. What do you think about fixing the log rate-limiting instead?
I think the concern before was that downgrading this log message is almost like disabling it since it won't be included in any traces either.
Reviewable status: complete! 0 of 0 LGTMs obtained
I think logging this message at any rate is completely pointless, since it is expected to occur 100% of the time when replication changes are ongoing. Could you give more details on why you think we should salvage this message at all? |
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.
Could you give more details on why you think we should salvage this message at all?
Yeah, that's fair. I can't think of any reason to.
Reviewable status: complete! 1 of 0 LGTMs obtained
bors r=aayushshah15 |
Build failed: |
This message wasn't useful, as it is always logged when a LEARNER upreplication is occurring. Nothing is lost by moving it behind `V(2)`. Release note: None
Oops, that was on me. Some tests actually assert on the trace, but the bors r=aayushshah15 |
Build succeeded: |
This message wasn't useful, as it is always logged when a LEARNER upreplication
is occurring. Nothing is lost by moving it behind
V(2)
.Release note: None