-
Notifications
You must be signed in to change notification settings - Fork 411
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
Remote read DagRequest has incorrect flags field #8607
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
component/compute
priority/P1
The issue has P1 priority.
severity/major
type/bug
The issue is confirmed as a bug.
Comments
12 tasks
yibin87
added
priority/P1
The issue has P1 priority.
severity/major
component/compute
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
labels
Dec 27, 2023
12 tasks
ti-chi-bot
pushed a commit
to ti-chi-bot/tiflash
that referenced
this issue
Dec 27, 2023
12 tasks
ti-chi-bot
pushed a commit
to ti-chi-bot/tiflash
that referenced
this issue
Dec 27, 2023
12 tasks
ti-chi-bot
pushed a commit
to ti-chi-bot/tiflash
that referenced
this issue
Dec 27, 2023
12 tasks
JaySon-Huang
pushed a commit
to JaySon-Huang/tiflash
that referenced
this issue
Dec 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
component/compute
priority/P1
The issue has P1 priority.
severity/major
type/bug
The issue is confirmed as a bug.
When we build RemoteRequest in following function, we don't set DagRequest's flags field, leaving it default value. The falgs field will decide if TiFlash should ignore certain warnings:
https://github.com/pingcap/tiflash/blob/cea7c80823e05173db7983bd6eecf0b81dc96761/dbms/src/Flash/Coprocessor/RemoteRequest.cpp#L24C1-L32C27
It may cause problems if the DagRequest contains filter operations and these filter operations produce truncate warning or other warnings.
The text was updated successfully, but these errors were encountered: