Skip to content
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

TiKV server timeout #33367

Closed
ChenPeng2013 opened this issue Mar 24, 2022 · 1 comment · Fixed by #33380
Closed

TiKV server timeout #33367

ChenPeng2013 opened this issue Mar 24, 2022 · 1 comment · Fixed by #33380
Labels
affects-6.0 severity/critical sig/execution SIG execution type/bug The issue is confirmed as a bug.

Comments

@ChenPeng2013
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

tiup deploy a cluster

use test;
source [test.txt](https://github.com/pingcap/tidb/files/8338139/test.txt);

select col1, instr(col1, substr(col1, 3)) from PK_RCP9283 where instr(col1, substr(col1, 3)) >= instr("轜廞豑悒笡ç梎尠理襟", substr("轜廞豑悒笡ç梎尠理襟", 3));

2. What did you expect to see? (Required)

3. What did you see instead (Required)

mysql> select col1, instr(col1, substr(col1, 3)) from PK_RCP9283 where instr(col1, substr(col1, 3)) >= instr("轜廞豑悒笡ç梎尠理襟", substr("轜廞豑悒笡ç梎尠理襟", 3));
ERROR 9002 (HY000): TiKV server timeout

4. What is your TiDB version? (Required)

Release Version: v6.1.0-alpha
Edition: Community
Git Commit Hash: 6d01855856aac61e0829f73ed8a47be6add45321
Git Branch: heads/refs/tags/v6.1.0-alpha
UTC Build Time: 2022-03-23 14:59:02
GoVersion: go1.18
Race Enabled: false
TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306
Check Table Before Drop: false
@ChenPeng2013 ChenPeng2013 added type/bug The issue is confirmed as a bug. sig/execution SIG execution severity/critical labels Mar 24, 2022
@ti-chi-bot ti-chi-bot added may-affects-4.0 This bug maybe affects 4.0.x versions. may-affects-5.0 This bug maybe affects 5.0.x versions. may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.0 labels Mar 24, 2022
@ChenPeng2013
Copy link
Contributor Author

instr function pushed down to tikv #32193

@Yisaer Yisaer removed may-affects-4.0 This bug maybe affects 4.0.x versions. may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-5.0 This bug maybe affects 5.0.x versions. labels Mar 24, 2022
ti-chi-bot pushed a commit that referenced this issue Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.0 severity/critical sig/execution SIG execution type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants