Skip to content

Console Output

Skipping 271 KB.. Full Log
[2024/05/06 09:52:35.632 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.631 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:35.632 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.631 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"]
[2024/05/06 09:52:35.639 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.631 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.642 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=225.385µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:35.643 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:35.643 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28]
[2024/05/06 09:52:35.644 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.033144ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.631 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.653 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.631 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.656 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=57]
[2024/05/06 09:52:35.656 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:35.657 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=]
[2024/05/06 09:52:35.657 +00:00] [INFO] [ddl_api.go:1144] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl]
[2024/05/06 09:52:35.660 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.659 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:35.660 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.659 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"]
[2024/05/06 09:52:35.668 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.659 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.672 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=255.181µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:35.675 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:35.675 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29]
[2024/05/06 09:52:35.676 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=4.196584ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.659 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.681 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.659 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.685 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=59]
[2024/05/06 09:52:35.685 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:35.686 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n    \tKEY idx_create_time (create_time)\n\t);"] [user=]
[2024/05/06 09:52:35.689 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.687 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:35.690 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.687 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n    \tKEY idx_create_time (create_time)\n\t);"]
[2024/05/06 09:52:35.696 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.687 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.700 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=361.646µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:35.701 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:35.701 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30]
[2024/05/06 09:52:35.701 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.068875ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.687 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.706 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.687 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.710 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=61]
[2024/05/06 09:52:35.710 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:35.710 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n    \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n    \tKEY idx_create_time (create_time)\n\t);"] [user=]
[2024/05/06 09:52:35.714 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.712 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n    \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n    \tKEY idx_create_time (create_time)\n\t);"]
[2024/05/06 09:52:35.714 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.712 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:35.720 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.712 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.723 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=351.609µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:35.725 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:35.725 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31]
[2024/05/06 09:52:35.725 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.340245ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.712 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.731 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.712 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.735 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=63]
[2024/05/06 09:52:35.735 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:35.735 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [user=]
[2024/05/06 09:52:35.740 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.737 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:35.740 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.737 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"]
[2024/05/06 09:52:35.747 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.737 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.753 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=456.181µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:35.754 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:35.754 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32]
[2024/05/06 09:52:35.754 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.052332ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.737 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.760 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.737 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.765 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=65]
[2024/05/06 09:52:35.765 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:35.765 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=]
[2024/05/06 09:52:35.772 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.769 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:35.771 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.769 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"]
[2024/05/06 09:52:35.779 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.769 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.782 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=200.413µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:35.783 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:35.783 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33]
[2024/05/06 09:52:35.784 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.867706ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.769 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.789 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.769 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.792 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=67]
[2024/05/06 09:52:35.792 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:35.796 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 09:52:35.794 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:35.796 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 09:52:35.794 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), ',') != 0\n\t);"]
[2024/05/06 09:52:35.802 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.794 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.806 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=274.621µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"]
[2024/05/06 09:52:35.807 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:35.807 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34]
[2024/05/06 09:52:35.808 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.129925ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 09:52:35.794 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.812 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.794 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.816 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=69]
[2024/05/06 09:52:35.816 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:35.816 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=34] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=]
[2024/05/06 09:52:35.819 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.817 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:35.819 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.817 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"]
[2024/05/06 09:52:35.824 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.817 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.828 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=266.962µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:35.829 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:35.829 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35]
[2024/05/06 09:52:35.830 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.483607ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.817 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.835 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.817 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.839 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=71]
[2024/05/06 09:52:35.839 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:35.839 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=]
[2024/05/06 09:52:35.842 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.841 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:35.842 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.841 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"]
[2024/05/06 09:52:35.850 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.841 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.853 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=289.334µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:35.854 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:35.854 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36]
[2024/05/06 09:52:35.854 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.026782ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.841 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.859 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.841 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.862 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=73]
[2024/05/06 09:52:35.862 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:35.862 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=]
[2024/05/06 09:52:35.865 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.864 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:35.865 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.864 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"]
[2024/05/06 09:52:35.871 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.864 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.874 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=246.393µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:35.876 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:35.876 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37]
[2024/05/06 09:52:35.877 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.871877ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.864 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.882 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.864 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.885 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=75]
[2024/05/06 09:52:35.885 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:35.886 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n        parent_table_id bigint(64),\n        table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n        last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n  \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=]
[2024/05/06 09:52:35.889 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.887 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:35.889 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.887 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n        parent_table_id bigint(64),\n        table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n        last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n  \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"]
[2024/05/06 09:52:35.896 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.887 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.901 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=426.999µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:35.902 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:35.902 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38]
[2024/05/06 09:52:35.903 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.380229ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.887 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.907 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.887 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.911 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=77]
[2024/05/06 09:52:35.911 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:35.912 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=]
[2024/05/06 09:52:35.915 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.913 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:35.915 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.913 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"]
[2024/05/06 09:52:35.920 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.913 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.924 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=473.416µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:35.925 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:35.925 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39]
[2024/05/06 09:52:35.926 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.413295ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.913 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.930 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.913 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.934 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=79]
[2024/05/06 09:52:35.934 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:35.935 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n        parent_table_id bigint(64) NOT NULL,\n    \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n    \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n        summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n    \tdeleted_rows bigint(64) DEFAULT NULL,\n    \terror_delete_rows bigint(64) DEFAULT NULL,\n    \tstatus varchar(64) NOT NULL,\n    \tkey(table_schema, table_name, create_time),\n    \tkey(parent_table_id, create_time),\n    \tkey(create_time)\n\t);"] [user=]
[2024/05/06 09:52:35.938 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.936 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:35.938 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.936 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n        parent_table_id bigint(64) NOT NULL,\n    \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n    \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n        summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n    \tdeleted_rows bigint(64) DEFAULT NULL,\n    \terror_delete_rows bigint(64) DEFAULT NULL,\n    \tstatus varchar(64) NOT NULL,\n    \tkey(table_schema, table_name, create_time),\n    \tkey(parent_table_id, create_time),\n    \tkey(create_time)\n\t);"]
[2024/05/06 09:52:35.944 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.936 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.945 +00:00] [ERROR] [runaway.go:148] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:510\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:493\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:476\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:146\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:148\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"]
[2024/05/06 09:52:35.945 +00:00] [WARN] [runaway.go:175] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:510\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:493\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:476\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:146\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"]
[2024/05/06 09:52:35.949 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=495.599µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:35.951 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:35.951 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40]
[2024/05/06 09:52:35.954 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=4.876271ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.936 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.959 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.936 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.962 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=81]
[2024/05/06 09:52:35.962 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:35.963 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n    \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n      \tUNIQUE KEY task_key(task_key)\n\t);"] [user=]
[2024/05/06 09:52:35.967 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.964 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:35.967 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.964 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n    \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n      \tUNIQUE KEY task_key(task_key)\n\t);"]
[2024/05/06 09:52:35.975 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.964 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.980 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=327.438µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:35.981 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:35.981 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41]
[2024/05/06 09:52:35.983 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.969524ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.964 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.988 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.964 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:35.995 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=83]
[2024/05/06 09:52:35.995 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:35.996 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n    \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n      \tUNIQUE KEY task_key(task_key)\n\t);"] [user=]
[2024/05/06 09:52:36.000 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.998 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:36.000 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.998 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n    \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n      \tUNIQUE KEY task_key(task_key)\n\t);"]
[2024/05/06 09:52:36.007 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.998 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.012 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=457.93µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:36.013 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:36.013 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42]
[2024/05/06 09:52:36.016 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=4.409869ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:35.998 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.021 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:35.998 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.025 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=85]
[2024/05/06 09:52:36.025 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:36.026 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=]
[2024/05/06 09:52:36.029 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.027 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:36.029 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.027 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"]
[2024/05/06 09:52:36.035 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.027 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.039 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=315.756µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:36.040 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:36.040 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43]
[2024/05/06 09:52:36.042 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.926179ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.027 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.046 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.027 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.050 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=87]
[2024/05/06 09:52:36.050 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:36.051 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=]
[2024/05/06 09:52:36.054 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.052 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:36.054 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.052 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"]
[2024/05/06 09:52:36.064 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.052 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.070 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=360.735µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:36.071 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:36.071 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44]
[2024/05/06 09:52:36.074 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=4.883527ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.052 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.080 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.052 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.084 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=89]
[2024/05/06 09:52:36.084 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:36.084 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=]
[2024/05/06 09:52:36.088 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.086 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:36.088 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.086 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"]
[2024/05/06 09:52:36.105 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.086 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.110 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=340.019µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:36.112 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:36.112 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45]
[2024/05/06 09:52:36.114 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=4.108286ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.086 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.119 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.086 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.123 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=91]
[2024/05/06 09:52:36.123 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:36.124 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=]
[2024/05/06 09:52:36.128 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.125 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:36.128 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.125 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"]
[2024/05/06 09:52:36.134 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.125 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.139 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=435.95µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:36.141 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:36.141 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46]
[2024/05/06 09:52:36.143 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=4.369335ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.125 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.148 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.125 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.153 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=93]
[2024/05/06 09:52:36.153 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:36.153 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=]
[2024/05/06 09:52:36.157 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.155 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:36.157 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.155 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"]
[2024/05/06 09:52:36.163 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.155 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.167 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=329.066µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:36.168 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:36.168 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47]
[2024/05/06 09:52:36.170 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=3.01469ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.155 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.174 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.155 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.178 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=95]
[2024/05/06 09:52:36.178 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:36.179 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n        host VARCHAR(261) NOT NULL PRIMARY KEY,\n        role VARCHAR(64),\n        cpu_count int default 0,\n        keyspace_id bigint(8) NOT NULL DEFAULT -1\n    );"] [user=]
[2024/05/06 09:52:36.182 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.181 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:36.182 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.181 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n        host VARCHAR(261) NOT NULL PRIMARY KEY,\n        role VARCHAR(64),\n        cpu_count int default 0,\n        keyspace_id bigint(8) NOT NULL DEFAULT -1\n    );"]
[2024/05/06 09:52:36.202 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.181 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.205 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=271.825µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:36.207 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:36.207 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48]
[2024/05/06 09:52:36.207 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.261751ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.181 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.221 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.181 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.224 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=97]
[2024/05/06 09:52:36.224 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:36.224 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=]
[2024/05/06 09:52:36.227 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.226 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:36.227 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.226 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"]
[2024/05/06 09:52:36.237 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.226 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.240 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=276.345µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:36.242 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:36.242 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49]
[2024/05/06 09:52:36.243 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.974153ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.226 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.249 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.226 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.253 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=99]
[2024/05/06 09:52:36.253 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:36.254 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=]
[2024/05/06 09:52:36.258 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 09:52:36.257 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:36.258 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 09:52:36.257 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"]
[2024/05/06 09:52:36.272 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.257 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.274 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=66.597µs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"]
[2024/05/06 09:52:36.276 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:36.276 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50]
[2024/05/06 09:52:36.276 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.44339ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 09:52:36.257 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.281 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create schema, State:synced, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.257 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.289 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=101]
[2024/05/06 09:52:36.289 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:36.293 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 09:52:36.291 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:36.293 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 09:52:36.291 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"]
[2024/05/06 09:52:36.300 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.291 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.304 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=183.13µs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"]
[2024/05/06 09:52:36.305 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/06 09:52:36.305 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51]
[2024/05/06 09:52:36.306 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.386303ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 09:52:36.291 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.321 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create view, State:synced, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.291 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.325 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=103]
[2024/05/06 09:52:36.325 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:36.362 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=1.417993055s]
[2024/05/06 09:52:36.363 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=8b9a91cc-fcca-4a3d-9fc7-69dc0aef6a06] [ownerKey=/tidb/ddl/fg/owner]
[2024/05/06 09:52:36.363 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/06 09:52:36.363 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=2.021µs]
[2024/05/06 09:52:36.363 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=1.256µs]
[2024/05/06 09:52:36.363 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=1.046µs]
[2024/05/06 09:52:36.363 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=1.347µs]
[2024/05/06 09:52:36.363 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/06 09:52:36.363 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=974ns]
[2024/05/06 09:52:36.363 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/06 09:52:36.363 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/05/06 09:52:36.363 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [category=ddl]
[2024/05/06 09:52:36.367 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=8b9a91cc-fcca-4a3d-9fc7-69dc0aef6a06] ["take time"=3.859325ms]
[2024/05/06 09:52:36.367 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=8b9a91cc-fcca-4a3d-9fc7-69dc0aef6a06]
[2024/05/06 09:52:36.367 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/05/06 09:52:36.367 +00:00] [INFO] [domain.go:906] ["loadSchemaInLoop exited."]
[2024/05/06 09:52:36.367 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/05/06 09:52:36.367 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."]
[2024/05/06 09:52:36.367 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."]
[2024/05/06 09:52:36.367 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/05/06 09:52:36.367 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."]
[2024/05/06 09:52:36.367 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/05/06 09:52:36.367 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."]
[2024/05/06 09:52:36.367 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/06 09:52:36.367 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."]
[2024/05/06 09:52:36.367 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/06 09:52:36.367 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/06 09:52:36.367 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/05/06 09:52:36.367 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/05/06 09:52:36.367 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=4.668213ms]
[2024/05/06 09:52:36.368 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=fe74a855-5ce1-4e02-b2e3-06375f09a3d7] ["ddl lease"=500ms] ["stats lease"=-1ns]
[2024/05/06 09:52:36.375 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"]
[2024/05/06 09:52:36.376 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"]
[2024/05/06 09:52:36.389 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=12.806828ms]
[2024/05/06 09:52:36.389 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"]
[2024/05/06 09:52:36.389 +00:00] [INFO] [ddl.go:817] ["start DDL"] [category=ddl] [ID=c962cc10-d80e-44a0-851e-d89aa0e2be92] [runWorker=true]
[2024/05/06 09:52:36.389 +00:00] [INFO] [ddl.go:776] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true]
[2024/05/06 09:52:36.389 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false]
[2024/05/06 09:52:36.389 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop]
[2024/05/06 09:52:36.389 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl]
[2024/05/06 09:52:36.389 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false]
[2024/05/06 09:52:36.390 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none]
[2024/05/06 09:52:36.390 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop]
[2024/05/06 09:52:36.390 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/06 09:52:36.390 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper]
[2024/05/06 09:52:36.390 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/06 09:52:36.390 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop]
[2024/05/06 09:52:36.390 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop]
[2024/05/06 09:52:36.390 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop]
[2024/05/06 09:52:36.390 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper]
[2024/05/06 09:52:36.390 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/06 09:52:36.390 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop]
[2024/05/06 09:52:36.390 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."]
[2024/05/06 09:52:36.393 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/05/06 09:52:36.393 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"]
[2024/05/06 09:52:36.396 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true]
[2024/05/06 09:52:36.397 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default]
[2024/05/06 09:52:36.409 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop]
[2024/05/06 09:52:36.412 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/05/06 09:52:36.415 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker]
[2024/05/06 09:52:36.415 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"]
[2024/05/06 09:52:36.416 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker]
[2024/05/06 09:52:36.416 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner]
[2024/05/06 09:52:36.416 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop]
[2024/05/06 09:52:36.417 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/05/06 09:52:36.418 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.1GiB]
[2024/05/06 09:52:36.418 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/05/06 09:52:36.420 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop]
[2024/05/06 09:52:36.420 +00:00] [WARN] [misc.go:464] ["Automatic TLS Certificate creation is disabled"] []
[2024/05/06 09:52:36.420 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000]
[2024/05/06 09:52:36.420 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"]
[2024/05/06 09:52:36.421 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=16004762787539627493] [schemaVersion=51] [cur_db=test] [sql="drop table if exists t"] [user=root@%]
[2024/05/06 09:52:36.422 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=16004762787539627493] [schemaVersion=51] [cur_db=test] [sql="create table t(id int, payload BLOB)"] [user=root@%]
[2024/05/06 09:52:36.425 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.423 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 09:52:36.425 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.423 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(id int, payload BLOB)"]
[2024/05/06 09:52:36.431 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [conn=16004762787539627493] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.423 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.434 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=166.746µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 09:52:36.436 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52]
[2024/05/06 09:52:36.436 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.054448ms] [job="ID:105, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 09:52:36.423 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.440 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [conn=16004762787539627493] [job="ID:105, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 09:52:36.423 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 09:52:36.444 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=105]
[2024/05/06 09:52:36.444 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 09:52:37.418 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl]
[2024/05/06 09:52:37.418 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true]
[2024/05/06 09:52:37.420 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16]
[2024/05/06 09:52:37.422 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000]
[2024/05/06 09:52:37.422 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000]
[2024/05/06 09:52:37.422 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000]
[2024/05/06 09:52:37.422 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000]
[2024/05/06 09:52:38.325 +00:00] [INFO] [set.go:170] ["set global var"] [conn=16004762787539627493] [name=tidb_enable_tmp_storage_on_oom] [val=ON]
[2024/05/06 09:52:38.338 +00:00] [INFO] [set.go:170] ["set global var"] [conn=16004762787539627493] [name=tidb_mem_oom_action] [val=CANCEL]
[2024/05/06 09:52:38.347 +00:00] [INFO] [expensivequery.go:128] ["expensive_query during bootstrap phase"] [conn=16004762787539627493]
[2024/05/06 09:52:38.347 +00:00] [ERROR] [coprocessor.go:1154] ["copIteratorWork meet panic"] [r="[executor:8175]Your query has been cancelled due to exceeding the allowed memory limit for a single SQL query. Please try narrowing your query scope or increase the tidb_mem_quota_query limit and try again.[conn=16004762787539627493]"] [rVerbose="[executor:8175]Your query has been cancelled due to exceeding the allowed memory limit for a single SQL query. Please try narrowing your query scope or increase the tidb_mem_quota_query limit and try again.[conn=16004762787539627493]\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/util/sqlkiller.(*SQLKiller).HandleSignal\n\tpkg/util/sqlkiller/sqlkiller.go:70\ngithub.com/pingcap/tidb/pkg/util/memory.(*PanicOnExceed).Action\n\tpkg/util/memory/action.go:172\ngithub.com/pingcap/tidb/pkg/util/memory.(*Tracker).Consume.func1\n\tpkg/util/memory/tracker.go:437\ngithub.com/pingcap/tidb/pkg/util/memory.(*Tracker).Consume\n\tpkg/util/memory/tracker.go:464\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).sendToRespCh\n\tpkg/store/copr/coprocessor.go:1021\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\tpkg/store/copr/coprocessor.go:1498\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\tpkg/store/copr/coprocessor.go:1396\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\tpkg/store/copr/coprocessor.go:1323\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\tpkg/store/copr/coprocessor.go:1167\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\tpkg/store/copr/coprocessor.go:830\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\tpkg/store/copr/coprocessor.go:1156\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:914\ngithub.com/pingcap/tidb/pkg/util/memory.(*PanicOnExceed).Action\n\tpkg/util/memory/action.go:173\ngithub.com/pingcap/tidb/pkg/util/memory.(*Tracker).Consume.func1\n\tpkg/util/memory/tracker.go:437\ngithub.com/pingcap/tidb/pkg/util/memory.(*Tracker).Consume\n\tpkg/util/memory/tracker.go:464\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).sendToRespCh\n\tpkg/store/copr/coprocessor.go:1021\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\tpkg/store/copr/coprocessor.go:1498\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\tpkg/store/copr/coprocessor.go:1396\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\tpkg/store/copr/coprocessor.go:1323\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\tpkg/store/copr/coprocessor.go:1167\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\tpkg/store/copr/coprocessor.go:830"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\tpkg/store/copr/coprocessor.go:1154\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:914\ngithub.com/pingcap/tidb/pkg/util/memory.(*PanicOnExceed).Action\n\tpkg/util/memory/action.go:173\ngithub.com/pingcap/tidb/pkg/util/memory.(*Tracker).Consume.func1\n\tpkg/util/memory/tracker.go:437\ngithub.com/pingcap/tidb/pkg/util/memory.(*Tracker).Consume\n\tpkg/util/memory/tracker.go:464\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).sendToRespCh\n\tpkg/store/copr/coprocessor.go:1021\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\tpkg/store/copr/coprocessor.go:1498\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\tpkg/store/copr/coprocessor.go:1396\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\tpkg/store/copr/coprocessor.go:1323\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\tpkg/store/copr/coprocessor.go:1167\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\tpkg/store/copr/coprocessor.go:830"]
    cursor_test.go:75: 
        	Error Trace:	pkg/server/tests/cursor/cursor_test.go:75
        	Error:      	Received unexpected error:
        	            	[executor:8175]Your query has been cancelled due to exceeding the allowed memory limit for a single SQL query. Please try narrowing your query scope or increase the tidb_mem_quota_query limit and try again.[conn=16004762787539627493]
        	            	github.com/pingcap/errors.AddStack
        	            		external/com_github_pingcap_errors/errors.go:178
        	            	github.com/pingcap/errors.(*Error).GenWithStackByArgs
        	            		external/com_github_pingcap_errors/normalize.go:175
        	            	github.com/pingcap/tidb/pkg/util/sqlkiller.(*SQLKiller).HandleSignal
        	            		pkg/util/sqlkiller/sqlkiller.go:70
        	            	github.com/pingcap/tidb/pkg/util/memory.(*PanicOnExceed).Action
        	            		pkg/util/memory/action.go:172
        	            	github.com/pingcap/tidb/pkg/util/memory.(*Tracker).Consume.func1
        	            		pkg/util/memory/tracker.go:437
        	            	github.com/pingcap/tidb/pkg/util/memory.(*Tracker).Consume
        	            		pkg/util/memory/tracker.go:464
        	            	github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).sendToRespCh
        	            		pkg/store/copr/coprocessor.go:1021
        	            	github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse
        	            		pkg/store/copr/coprocessor.go:1498
        	            	github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult
        	            		pkg/store/copr/coprocessor.go:1396
        	            	github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce
        	            		pkg/store/copr/coprocessor.go:1323
        	            	github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask
        	            		pkg/store/copr/coprocessor.go:1167
        	            	github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run
        	            		pkg/store/copr/coprocessor.go:830
        	            	runtime.goexit
        	            		src/runtime/asm_amd64.s:1650
        	Test:       	TestCursorFetchErrorInFetch
[2024/05/06 09:52:38.353 +00:00] [INFO] [set.go:170] ["set global var"] [conn=16004762787539627493] [name=tidb_mem_oom_action] [val=LOG]
[2024/05/06 09:52:38.358 +00:00] [INFO] [server.go:582] ["setting tidb-server to report unhealthy (shutting-down)"]
[2024/05/06 09:52:38.358 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=c962cc10-d80e-44a0-851e-d89aa0e2be92] [ownerKey=/tidb/ddl/fg/owner]
[2024/05/06 09:52:38.358 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/06 09:52:38.358 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=2.327µs]
[2024/05/06 09:52:38.358 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=1.296µs]
[2024/05/06 09:52:38.358 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=1.337µs]
[2024/05/06 09:52:38.358 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=1.484µs]
[2024/05/06 09:52:38.358 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/06 09:52:38.358 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 6, tp general"] [category=ddl] ["take time"=1.222µs]
[2024/05/06 09:52:38.358 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/06 09:52:38.358 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/05/06 09:52:38.358 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [category=ddl]
[2024/05/06 09:52:38.358 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=c962cc10-d80e-44a0-851e-d89aa0e2be92] ["take time"=413.669µs]
[2024/05/06 09:52:38.358 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=c962cc10-d80e-44a0-851e-d89aa0e2be92]
[2024/05/06 09:52:38.358 +00:00] [INFO] [domain.go:1025] ["stopping ttlJobManager"]
[2024/05/06 09:52:38.358 +00:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl]
[2024/05/06 09:52:38.358 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/05/06 09:52:38.358 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/06 09:52:38.358 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/06 09:52:38.358 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/06 09:52:38.358 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/06 09:52:38.358 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/05/06 09:52:38.359 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/06 09:52:38.359 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/06 09:52:38.359 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/06 09:52:38.359 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/06 09:52:38.359 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager]
[2024/05/06 09:52:38.359 +00:00] [INFO] [domain.go:1036] ["ttlJobManager exited."]
[2024/05/06 09:52:38.359 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000]
[2024/05/06 09:52:38.359 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/06 09:52:38.359 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/06 09:52:38.359 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/06 09:52:38.359 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=c962cc10-d80e-44a0-851e-d89aa0e2be92] [ownerKey=/tidb/stats/owner]
[2024/05/06 09:52:38.359 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner]
[2024/05/06 09:52:38.359 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/05/06 09:52:38.359 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."]
[2024/05/06 09:52:38.359 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker]
[2024/05/06 09:52:38.359 +00:00] [INFO] [domain.go:906] ["loadSchemaInLoop exited."]
[2024/05/06 09:52:38.360 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/05/06 09:52:38.360 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."]
[2024/05/06 09:52:38.360 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker]
[2024/05/06 09:52:38.360 +00:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=c962cc10-d80e-44a0-851e-d89aa0e2be92]
[2024/05/06 09:52:38.360 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/05/06 09:52:38.360 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."]
[2024/05/06 09:52:38.360 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/05/06 09:52:38.360 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/05/06 09:52:38.360 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."]
[2024/05/06 09:52:38.360 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop]
[2024/05/06 09:52:38.360 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop]
[2024/05/06 09:52:38.360 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/06 09:52:38.360 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/06 09:52:38.360 +00:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [server-id=:4000]
[2024/05/06 09:52:38.360 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=c962cc10-d80e-44a0-851e-d89aa0e2be92] [ownerKey=/tidb/bindinfo/owner]
[2024/05/06 09:52:38.360 +00:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [server-id=:4000]
[2024/05/06 09:52:38.360 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."]
[2024/05/06 09:52:38.360 +00:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [server-id=:4000]
[2024/05/06 09:52:38.360 +00:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [server-id=:4000]
[2024/05/06 09:52:38.360 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/05/06 09:52:38.360 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."]
[2024/05/06 09:52:38.360 +00:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=c962cc10-d80e-44a0-851e-d89aa0e2be92]
[2024/05/06 09:52:38.360 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/05/06 09:52:38.360 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"]
[2024/05/06 09:52:38.360 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."]
[2024/05/06 09:52:38.360 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/06 09:52:38.360 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."]
[2024/05/06 09:52:38.360 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/06 09:52:38.360 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."]
[2024/05/06 09:52:38.360 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."]
[2024/05/06 09:52:38.360 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/06 09:52:38.360 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/05/06 09:52:38.360 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000]
[2024/05/06 09:52:38.360 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"]
[2024/05/06 09:52:38.360 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop]
[2024/05/06 09:52:38.360 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=2.325531ms]
[2024/05/06 09:52:38.361 +00:00] [INFO] [db.go:567] ["Closing database"]
[2024/05/06 09:52:38.362 +00:00] [INFO] [db.go:592] ["Memtable flushed"]
[2024/05/06 09:52:38.362 +00:00] [INFO] [db.go:596] ["Compaction finished"]
[2024/05/06 09:52:38.362 +00:00] [INFO] [db.go:615] ["BlobManager finished"]
[2024/05/06 09:52:38.362 +00:00] [INFO] [db.go:619] ["ResourceManager finished"]
[2024/05/06 09:52:38.362 +00:00] [INFO] [db.go:625] ["Waiting for closer"]
--- FAIL: TestCursorFetchErrorInFetch (3.45s)
FAIL
coverage: 9.9% of statements
--
Coverage runner: Not collecting coverage for failed test.
The following commands failed with status 1
/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/12402/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/server/tests/cursor/cursor_test_/cursor_test.runfiles/__main__/pkg/server/tests/cursor/cursor_test_/cursor_test
================================================================================
[13,435 / 13,656] 370 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,436 / 13,656] 370 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 40s remote-cache, linux-sandbox ... (70 actions running)
[13,436 / 13,656] 370 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 42s remote-cache, linux-sandbox ... (70 actions running)
[13,439 / 13,658] 370 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,464 / 13,808] 371 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,484 / 13,821] 372 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,490 / 13,821] 372 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 47s remote-cache, linux-sandbox ... (70 actions running)
[13,497 / 13,821] 373 / 403 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,498 / 13,821] 373 / 403 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 22s remote-cache, linux-sandbox ... (70 actions running)
[13,500 / 13,823] 373 / 403 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 24s remote-cache, linux-sandbox ... (70 actions running)
[13,514 / 13,823] 374 / 403 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 25s remote-cache, linux-sandbox ... (70 actions running)
[13,535 / 13,823] 376 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,536 / 13,823] 376 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 11s remote-cache, linux-sandbox ... (70 actions running)
[13,536 / 13,823] 376 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 12s remote-cache, linux-sandbox ... (70 actions running)
[13,536 / 13,823] 376 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 14s remote-cache, linux-sandbox ... (70 actions running)
[13,552 / 13,823] 376 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 15s remote-cache, linux-sandbox ... (61 actions, 52 running)
[13,569 / 13,888] 377 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 16s remote-cache, linux-sandbox ... (70 actions running)
[13,570 / 13,888] 377 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 17s remote-cache, linux-sandbox ... (70 actions running)
[13,570 / 13,888] 377 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 19s remote-cache, linux-sandbox ... (70 actions running)
[13,571 / 13,888] 377 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,575 / 13,888] 377 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,606 / 13,930] 377 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 23s remote-cache, linux-sandbox ... (70 actions running)
[13,608 / 13,930] 377 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 24s remote-cache, linux-sandbox ... (70 actions running)
[13,608 / 13,930] 377 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 26s remote-cache, linux-sandbox ... (70 actions running)
[13,613 / 13,930] 377 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,620 / 13,930] 377 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,635 / 13,930] 378 / 403 tests; Testing //pkg/planner/core/tests/prepare:prepare_test (shard 16 of 24); 7s remote-cache, linux-sandbox ... (70 actions running)
[13,645 / 13,930] 378 / 403 tests; Testing //pkg/planner/core/tests/prepare:prepare_test (shard 16 of 24); 9s remote-cache, linux-sandbox ... (70 actions running)
[13,648 / 13,930] 378 / 403 tests; Testing //pkg/planner/core/tests/prepare:prepare_test (shard 16 of 24); 11s remote-cache, linux-sandbox ... (70 actions running)
[13,659 / 13,930] 378 / 403 tests; Testing //pkg/planner/core/tests/prepare:prepare_test (shard 15 of 24); 13s remote-cache, linux-sandbox ... (70 actions running)
[13,677 / 13,930] 382 / 403 tests; Testing //pkg/planner/core/tests/prepare:prepare_test (shard 15 of 24); 14s remote-cache, linux-sandbox ... (70 actions running)
[13,683 / 13,930] 383 / 403 tests; Testing //pkg/planner/core/tests/prepare:prepare_test (shard 15 of 24); 16s remote-cache, linux-sandbox ... (70 actions running)
[13,684 / 13,930] 383 / 403 tests; Testing //pkg/planner/core/tests/prepare:prepare_test (shard 15 of 24); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,694 / 13,930] 383 / 403 tests; Testing //pkg/planner/core/tests/prepare:prepare_test (shard 15 of 24); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,703 / 13,930] 384 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 31 of 38); 8s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,712 / 13,930] 384 / 403 tests; Testing //pkg/session/test/variable:variable_test (shard 1 of 9); 6s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,712 / 13,930] 384 / 403 tests; Testing //pkg/session/test/variable:variable_test (shard 1 of 9); 8s remote-cache, linux-sandbox ... (70 actions running)
[13,716 / 13,930] 385 / 403 tests; Testing //pkg/session/test/variable:variable_test (shard 4 of 9); 8s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,737 / 13,930] 386 / 403 tests; GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; 9s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,745 / 13,963] 386 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 8s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,747 / 13,963] 386 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 9s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,750 / 13,963] 386 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 10s remote-cache, linux-sandbox ... (70 actions running)
[13,758 / 13,963] 387 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 11s remote-cache, linux-sandbox ... (70 actions running)
[13,759 / 13,963] 388 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 12s remote-cache, linux-sandbox ... (70 actions running)
[13,782 / 13,963] 390 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,784 / 13,963] 390 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 15s remote-cache, linux-sandbox ... (70 actions running)
[13,785 / 13,963] 390 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 16s remote-cache, linux-sandbox ... (70 actions running)
[13,788 / 13,963] 390 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,794 / 13,963] 390 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,806 / 13,963] 390 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,808 / 13,963] 390 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,813 / 13,963] 390 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 22s remote-cache, linux-sandbox ... (70 actions running)
[13,816 / 13,963] 391 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 23s remote-cache, linux-sandbox ... (70 actions running)
[13,819 / 13,963] 391 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,820 / 13,963] 391 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,843 / 13,963] 392 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 27s remote-cache, linux-sandbox ... (70 actions running)
[13,844 / 13,963] 392 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 28s remote-cache, linux-sandbox ... (70 actions running)
[13,847 / 13,963] 392 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 30s remote-cache, linux-sandbox ... (70 actions running)
[13,847 / 13,963] 392 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 32s remote-cache, linux-sandbox ... (70 actions running)
[13,848 / 13,963] 392 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,849 / 13,963] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 34s remote-cache, linux-sandbox ... (70 actions running)
[13,873 / 13,963] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,878 / 14,027] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 37s remote-cache, linux-sandbox ... (70 actions running)
[13,879 / 14,027] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,886 / 14,027] 394 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 39s remote-cache, linux-sandbox ... (70 actions running)
[13,893 / 14,027] 395 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 41s remote-cache, linux-sandbox ... (70 actions running)
[13,907 / 14,027] 395 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 42s remote-cache, linux-sandbox ... (70 actions running)
[13,910 / 14,027] 395 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 43s remote-cache, linux-sandbox ... (69 actions running)
[13,915 / 14,027] 396 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,921 / 14,027] 396 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,926 / 14,027] 396 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 46s remote-cache, linux-sandbox ... (69 actions running)
[13,941 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,943 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 49s remote-cache, linux-sandbox ... (70 actions running)
[13,944 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,957 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 52s remote-cache, linux-sandbox ... (70 actions running)
[13,968 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 54s remote-cache, linux-sandbox ... (70 actions running)
[13,968 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 55s remote-cache, linux-sandbox ... (70 actions running)
[13,970 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,984 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,986 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 58s remote-cache, linux-sandbox ... (68 actions, 66 running)
[14,001 / 14,027] 398 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 60s remote-cache, linux-sandbox ... (52 actions running)
[14,001 / 14,027] 398 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 61s remote-cache, linux-sandbox ... (52 actions running)
[14,021 / 14,027] 399 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 63s remote-cache, linux-sandbox ... (12 actions running)
[14,021 / 14,027] 399 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 65s remote-cache, linux-sandbox ... (12 actions running)
[14,023 / 14,027] 400 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 66s remote-cache, linux-sandbox ... (8 actions running)
[14,024 / 14,027] 401 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 67s remote-cache, linux-sandbox ... (6 actions running)
[14,025 / 14,027] 401 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 28s remote-cache, linux-sandbox ... (4 actions running)
[14,026 / 14,027] 403 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 26s remote-cache, linux-sandbox
INFO: Elapsed time: 945.024s, Critical Path: 186.18s
INFO: 14015 processes: 10732 remote cache hit, 1629 internal, 1654 linux-sandbox.
INFO: Build completed successfully, 14015 total actions
//pkg/server/tests/cursor:cursor_test                                     FLAKY, failed in 1 out of 4 in 5.1s
  Stats over 4 runs: max = 5.1s, min = 3.1s, avg = 4.2s, dev = 0.8s
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_3_of_3/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_2_of_3/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_1_of_3/coverage.dat
Test cases: finished with 7915 passing and 0 failing out of 7915 test cases

Executed 106 out of 403 tests: 403 tests pass.
root: /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs
complete to collect bazel result.
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log
Parse from local file: tidb/bazel-test.log
new flaky case: TestCursorFetchErrorInFetch
Output files:
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
bazel-target-output-L794-1603.fail.log
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: cceb7f66-c919-4b61-ba65-8249124ff8ae' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: release-8.1' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/116/' --header 'ce-specversion: 1.0' --header 'content-type: application/json; charset=UTF-8' --data @bazel-go-test-problem-cases.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* About to connect() to cloudevents-server.apps.svc port 80 (#0)
*   Trying 10.233.31.173...
* Connected to cloudevents-server.apps.svc (10.233.31.173) port 80 (#0)
> POST /events HTTP/1.1
> User-Agent: curl/7.29.0
> Host: cloudevents-server.apps.svc
> Accept: */*
> ce-id: cceb7f66-c919-4b61-ba65-8249124ff8ae
> ce-source: https://do.pingcap.net/jenkins/
> ce-type: test-case-run-report
> ce-repo: pingcap/tidb
> ce-branch: release-8.1
> ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/116/
> ce-specversion: 1.0
> content-type: application/json; charset=UTF-8
> Content-Length: 158
> 
} [data not shown]
* upload completely sent off: 158 out of 158 bytes

100   158    0     0  100   158      0    157  0:00:01  0:00:01 --:--:--   157
100   158    0     0  100   158      0     78  0:00:02  0:00:02 --:--:--    78
100   158    0     0  100   158      0     52  0:00:03  0:00:03 --:--:--    52
100   158    0     0  100   158      0     39  0:00:04  0:00:04 --:--:--    39
100   158    0     0  100   158      0     31  0:00:05  0:00:05 --:--:--    31
100   158    0     0  100   158      0     26  0:00:06  0:00:06 --:--:--     0
100   158    0     0  100   158      0     22  0:00:07  0:00:07 --:--:--     0
100   158    0     0  100   158      0     19  0:00:08  0:00:08 --:--:--     0< HTTP/1.1 200 OK
< Date: Mon, 06 May 2024 10:00:30 GMT
< Content-Length: 0
< 

100   158    0     0  100   158      0     19  0:00:08  0:00:08 --:--:--     0
* Connection #0 to host cloudevents-server.apps.svc left intact
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2024-05-06T10:00:30.886Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.5.0
[2024-05-06T10:00:30.887Z] ['info'] => Project root located at: .
[2024-05-06T10:00:30.890Z] ['info'] ->  Token found by environment variables
[2024-05-06T10:00:30.903Z] ['info'] Searching for coverage files...
[2024-05-06T10:00:33.308Z] ['info'] => Found 1 possible coverage files:
  ./coverage.dat
[2024-05-06T10:00:33.308Z] ['info'] Processing ./coverage.dat...
[2024-05-06T10:00:33.782Z] ['info'] Using manual override from args.
[2024-05-06T10:00:33.783Z] ['info'] Detected Jenkins CI as the CI provider.
[2024-05-06T10:00:33.797Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F53030&build=116&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Frelease-8.1%2Fjob%2Fghpr_unit_test%2F116%2F&commit=49c8f5136519ef9ddbef9b724187d95359b3b16b&job=&pr=53030&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent=
[2024-05-06T10:00:34.531Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/49c8f5136519ef9ddbef9b724187d95359b3b16b
https://storage.googleapis.com/codecov/v4/raw/2024-05-06/F6B65B6EE70BEC6C6B5E073ED3BB1A79/49c8f5136519ef9ddbef9b724187d95359b3b16b/12595980-97ea-4727-b037-e2f8ffa209af.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240506%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240506T100034Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1836e3d542c92152efda8ee1337b8d942e890d63191d318a6711d3862c037b61
[2024-05-06T10:00:34.532Z] ['info'] Uploading...
[2024-05-06T10:00:36.467Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/49c8f5136519ef9ddbef9b724187d95359b3b16b"}
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS