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

tidb_wait_split_region_timeout don't work in pre-split region when create table #17458

Closed
crazycs520 opened this issue May 27, 2020 · 0 comments · Fixed by #17459
Closed

tidb_wait_split_region_timeout don't work in pre-split region when create table #17458

crazycs520 opened this issue May 27, 2020 · 0 comments · Fixed by #17459
Assignees
Labels
severity/moderate type/bug The issue is confirmed as a bug.

Comments

@crazycs520
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

Such as below SQL:

set @@global.tidb_scatter_region=1;
set @@tidb_wait_split_region_timeout=10;
create table t (a int, b int) partition by hash(a) partitions 100;

Set the tidb_wait_split_region_timeout value to 10 seconds, when create table, if pre-split and scatter region spend more than 10 seconds, the tidb_wait_split_region_timeout value does't take effect here.

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

3. What did you see instead (Required)

4. Affected version (Required)

master, v4.0, v3.0

5. Root Cause Analysis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/moderate type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants