-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Runtime Filter: Reduce useless logs #57625
Labels
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
affects-8.5
This bug affects the 8.5.x(LTS) versions.
sig/planner
SIG: Planner
type/enhancement
The issue or PR belongs to an enhancement.
Comments
13 tasks
elsa0520
added
affects-8.5
This bug affects the 8.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
sig/planner
SIG: Planner
labels
Nov 22, 2024
winoros
pushed a commit
to winoros/tidb
that referenced
this issue
Nov 26, 2024
…irectly displayed by default behavior (pingcap#57626) close pingcap#57625
ti-chi-bot
pushed a commit
to ti-chi-bot/tidb
that referenced
this issue
Nov 27, 2024
…irectly displayed by default behavior (pingcap#57626) close pingcap#57625
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
affects-8.5
This bug affects the 8.5.x(LTS) versions.
sig/planner
SIG: Planner
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
Some logs info shows the message which meaning can be directly displayed by default behavior. So we don't need to addition log it.
For example, the runtime filter could not support the hash join which is running in TiDB. This is the default behavior of Runtime Filter. So when the planner meet the TiDB hash join, we don't need to log it by "RF only support TiFlash compute engine while storage type of hash join node is not TiFlash"
The text was updated successfully, but these errors were encountered: