You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
createtablet (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
The text was updated successfully, but these errors were encountered:
Bug Report
Please answer these questions before submitting your issue. Thanks!
Such as below SQL:
Set the
tidb_wait_split_region_timeout
value to10
seconds, whencreate table
, if pre-split and scatter region spend more than 10 seconds, thetidb_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
The text was updated successfully, but these errors were encountered: