-
Notifications
You must be signed in to change notification settings - Fork 412
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
Error logging when SegmentMerge task is cancelled by segment invalidation #7502
Closed
Tracked by
#8673
Labels
Comments
JaySon-Huang
added
type/bug
The issue is confirmed as a bug.
severity/moderate
component/storage
type/enhancement
The issue or PR belongs to an enhancement.
and removed
type/bug
The issue is confirmed as a bug.
severity/moderate
labels
May 18, 2023
Change it to enhancement because it does not affect the tiflash functionality |
|
|
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Notice a WriteBatchesImpl deconstruction error logging
2. What did you expect to see? (Required)
Seems this is a possible routine and we don't need error logging for it. Maybe we can clear the WriteBatches when we check the segment becomes invalidation to avoid this logging?
Anyway, it does not affect the tiflash normally running.
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
b8db481
The text was updated successfully, but these errors were encountered: