-
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
join should be aware of cancel signal #9430
Labels
affects-5.4
This bug affects the 5.4.x(LTS) versions.
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.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
component/compute
report/customer
Customers have encountered this bug.
severity/major
type/bug
The issue is confirmed as a bug.
Comments
windtalker
added
affects-5.4
This bug affects the 5.4.x(LTS) versions.
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.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
and removed
may-affects-5.4
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
may-affects-8.1
labels
Sep 18, 2024
This was referenced Sep 21, 2024
ti-chi-bot bot
pushed a commit
that referenced
this issue
Sep 23, 2024
ref #9430 Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
This was referenced Sep 23, 2024
windtalker
added a commit
to ti-chi-bot/tiflash
that referenced
this issue
Sep 23, 2024
ref pingcap#9430 Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
windtalker
added a commit
to ti-chi-bot/tiflash
that referenced
this issue
Sep 23, 2024
ref pingcap#9430 Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-5.4
This bug affects the 5.4.x(LTS) versions.
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.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
component/compute
report/customer
Customers have encountered this bug.
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
Currently, inside
join
, it does not aware of cancel signal, so if you wants to cancel a query that containsjoin
, it can only wait untiljoinBlock
returnshttps://github.com/pingcap/tiflash/blob/v8.3.0/dbms/src/Interpreters/Join.h#L201
If
joinBlock()
takes a long time(it could happen in some extrame cases, like cross join with a lot of build side data), the query can not be cancelled for a long time1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
The text was updated successfully, but these errors were encountered: