Skip to content

Console Output

Skipping 899 KB.. Full Log
[2024/06/02 08:16:26.826 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:26.827 +00:00] [INFO] [session.go:3959] ["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/06/02 08:16:26.830 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:26.829 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:26.830 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:26.829 +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/06/02 08:16:26.838 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:26.829 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.841 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=265.901µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/06/02 08:16:26.842 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:26.842 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36]
[2024/06/02 08:16:26.843 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.496621ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:26.829 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.851 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:26.829 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.855 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=73]
[2024/06/02 08:16:26.855 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:26.855 +00:00] [INFO] [session.go:3959] ["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/06/02 08:16:26.858 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:26.857 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:26.858 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:26.857 +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/06/02 08:16:26.866 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:26.857 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.868 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=187.394µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/06/02 08:16:26.869 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:26.869 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37]
[2024/06/02 08:16:26.871 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=3.001745ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:26.857 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.872 +00:00] [WARN] [runaway.go:166] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [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:141\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:67\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2094\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1998\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1963\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1949\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1953\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:655\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:543\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:526\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:509\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:177\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:156\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/06/02 08:16:26.882 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:26.857 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.885 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=75]
[2024/06/02 08:16:26.886 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:26.886 +00:00] [INFO] [session.go:3959] ["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/06/02 08:16:26.889 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:26.888 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:26.889 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:26.888 +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/06/02 08:16:26.897 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:26.888 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.902 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=480.869µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/06/02 08:16:26.903 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:26.903 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38]
[2024/06/02 08:16:26.906 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=4.945473ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:26.888 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.912 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:26.888 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.916 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=77]
[2024/06/02 08:16:26.916 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:26.917 +00:00] [INFO] [session.go:3959] ["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/06/02 08:16:26.920 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:26.918 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:26.920 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:26.918 +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/06/02 08:16:26.926 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:26.918 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.931 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=466.042µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/06/02 08:16:26.932 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:26.932 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39]
[2024/06/02 08:16:26.932 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.025508ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:26.918 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.937 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:26.918 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.941 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=79]
[2024/06/02 08:16:26.941 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:26.942 +00:00] [INFO] [session.go:3959] ["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/06/02 08:16:26.948 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:26.944 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:26.948 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:26.944 +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/06/02 08:16:26.954 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:26.944 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.958 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=349.376µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/06/02 08:16:26.960 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:26.960 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40]
[2024/06/02 08:16:26.961 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.998396ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:26.944 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.966 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:26.944 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.970 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=81]
[2024/06/02 08:16:26.971 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:26.971 +00:00] [INFO] [session.go:3959] ["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/06/02 08:16:26.975 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:26.973 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:26.975 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:26.973 +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/06/02 08:16:26.981 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:26.973 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.985 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=500.385µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/06/02 08:16:26.987 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:26.987 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41]
[2024/06/02 08:16:26.991 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=6.60295ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:26.973 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:26.996 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:26.973 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.000 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=83]
[2024/06/02 08:16:27.000 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:27.001 +00:00] [INFO] [session.go:3959] ["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/06/02 08:16:27.004 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:27.002 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:27.004 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:27.002 +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/06/02 08:16:27.012 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:27.002 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.017 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=390.902µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/06/02 08:16:27.018 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:27.018 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42]
[2024/06/02 08:16:27.018 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.017032ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:27.002 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.024 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:27.002 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.028 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=85]
[2024/06/02 08:16:27.028 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:27.029 +00:00] [INFO] [session.go:3959] ["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/06/02 08:16:27.033 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:27.031 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:27.033 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:27.031 +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/06/02 08:16:27.041 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:27.031 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.046 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=475.814µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/06/02 08:16:27.048 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:27.048 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43]
[2024/06/02 08:16:27.050 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=4.589535ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:27.031 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.056 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:27.031 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.061 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=87]
[2024/06/02 08:16:27.061 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:27.061 +00:00] [INFO] [session.go:3959] ["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/06/02 08:16:27.068 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:27.066 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:27.068 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:27.066 +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/06/02 08:16:27.077 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:27.066 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.084 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=320.576µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/06/02 08:16:27.085 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:27.085 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44]
[2024/06/02 08:16:27.086 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.678554ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:27.066 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.094 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:27.066 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.098 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=89]
[2024/06/02 08:16:27.098 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:27.099 +00:00] [INFO] [session.go:3959] ["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/06/02 08:16:27.102 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:27.1 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:27.102 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:27.1 +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/06/02 08:16:27.110 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:27.1 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.113 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=336.99µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/06/02 08:16:27.115 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:27.115 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45]
[2024/06/02 08:16:27.115 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.269906ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:27.1 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.121 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:27.1 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.139 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=91]
[2024/06/02 08:16:27.139 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:27.139 +00:00] [INFO] [session.go:3959] ["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/06/02 08:16:27.143 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:27.141 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:27.143 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:27.141 +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/06/02 08:16:27.150 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:27.141 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.154 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=428.211µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/06/02 08:16:27.155 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:27.155 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46]
[2024/06/02 08:16:27.155 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.174709ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:27.141 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.161 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:27.141 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.165 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=93]
[2024/06/02 08:16:27.165 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:27.165 +00:00] [INFO] [session.go:3959] ["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/06/02 08:16:27.169 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:27.167 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:27.169 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:27.167 +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/06/02 08:16:27.177 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:27.167 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.181 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=254.021µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/06/02 08:16:27.182 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:27.182 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47]
[2024/06/02 08:16:27.184 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.914844ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:27.167 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.187 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:27.167 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.190 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=95]
[2024/06/02 08:16:27.190 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:27.191 +00:00] [INFO] [session.go:3959] ["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/06/02 08:16:27.193 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:27.192 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:27.194 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:27.192 +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/06/02 08:16:27.200 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:27.192 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.203 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=320.846µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/06/02 08:16:27.205 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:27.205 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48]
[2024/06/02 08:16:27.205 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.422648ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:27.192 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.211 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:27.192 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.216 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=97]
[2024/06/02 08:16:27.217 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:27.217 +00:00] [INFO] [session.go:3959] ["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/06/02 08:16:27.221 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:27.219 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:27.221 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:27.219 +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/06/02 08:16:27.231 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:27.219 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.234 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=273.315µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/06/02 08:16:27.235 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:27.235 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49]
[2024/06/02 08:16:27.236 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.196844ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:27.219 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.241 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:27.219 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.245 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=99]
[2024/06/02 08:16:27.246 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:27.246 +00:00] [INFO] [session.go:3959] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=]
[2024/06/02 08:16:27.248 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:27.248 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:27.248 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:27.248 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"]
[2024/06/02 08:16:27.256 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:27.248 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.258 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=77.499µs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"]
[2024/06/02 08:16:27.259 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:27.259 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50]
[2024/06/02 08:16:27.268 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=9.947031ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-06-02 08:16:27.248 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.273 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:27.248 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.279 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=101]
[2024/06/02 08:16:27.279 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:27.282 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:27.281 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:27.282 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:27.281 +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/06/02 08:16:27.288 +00:00] [INFO] [ddl_worker.go:1210] ["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-06-02 08:16:27.281 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.294 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=190.805µs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"]
[2024/06/02 08:16:27.296 +00:00] [INFO] [domain.go:885] ["session manager is nil"]
[2024/06/02 08:16:27.296 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51]
[2024/06/02 08:16:27.296 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.115601ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-06-02 08:16:27.281 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.300 +00:00] [INFO] [ddl_worker.go:763] ["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-06-02 08:16:27.281 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.304 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=103]
[2024/06/02 08:16:27.304 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:27.333 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=1.462735873s]
[2024/06/02 08:16:27.335 +00:00] [INFO] [mock.go:100] ["owner manager retire owner"] [category=ddl] [ID=e6667bc1-2739-47f9-9dc7-49d4f9c5c0cc] [ownerKey=/tidb/ddl/fg/owner]
[2024/06/02 08:16:27.335 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/06/02 08:16:27.335 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=4.31µs]
[2024/06/02 08:16:27.335 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=1.383µs]
[2024/06/02 08:16:27.335 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=893ns]
[2024/06/02 08:16:27.335 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=1.058µs]
[2024/06/02 08:16:27.335 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/06/02 08:16:27.335 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=974ns]
[2024/06/02 08:16:27.336 +00:00] [INFO] [mock.go:111] ["owner manager is canceled"] [category=ddl] [ID=e6667bc1-2739-47f9-9dc7-49d4f9c5c0cc] [ownerKey=/tidb/ddl/fg/owner]
[2024/06/02 08:16:27.336 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/06/02 08:16:27.336 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/06/02 08:16:27.336 +00:00] [INFO] [session_pool.go:91] ["closing session pool"] [category=ddl]
[2024/06/02 08:16:27.338 +00:00] [INFO] [ddl.go:959] ["DDL closed"] [category=ddl] [ID=e6667bc1-2739-47f9-9dc7-49d4f9c5c0cc] ["take time"=4.569041ms]
[2024/06/02 08:16:27.338 +00:00] [INFO] [ddl.go:795] ["stop DDL"] [category=ddl] [ID=e6667bc1-2739-47f9-9dc7-49d4f9c5c0cc]
[2024/06/02 08:16:27.338 +00:00] [INFO] [domain.go:754] ["globalConfigSyncerKeeper exited."]
[2024/06/02 08:16:27.338 +00:00] [INFO] [domain.go:728] ["infoSyncerKeeper exited."]
[2024/06/02 08:16:27.338 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/06/02 08:16:27.338 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/06/02 08:16:27.338 +00:00] [INFO] [domain.go:700] ["topNSlowQueryLoop exited."]
[2024/06/02 08:16:27.338 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/06/02 08:16:27.338 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/06/02 08:16:27.338 +00:00] [INFO] [domain.go:1378] ["closestReplicaReadCheckLoop exited."]
[2024/06/02 08:16:27.338 +00:00] [INFO] [domain.go:924] ["loadSchemaInLoop exited."]
[2024/06/02 08:16:27.338 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/06/02 08:16:27.338 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/06/02 08:16:27.338 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop]
[2024/06/02 08:16:27.338 +00:00] [INFO] [domain.go:778] ["topologySyncerKeeper exited."]
[2024/06/02 08:16:27.338 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/06/02 08:16:27.338 +00:00] [INFO] [domain.go:1091] ["domain closed"] ["take time"=4.796298ms]
[2024/06/02 08:16:27.338 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=49e88971-43bd-4ee8-8f51-85d69c7c5117] ["ddl lease"=500ms] ["stats lease"=-1ns]
[2024/06/02 08:16:27.345 +00:00] [WARN] [controller.go:205] ["[resource group controller] server does not save config, load config failed"]
[2024/06/02 08:16:27.345 +00:00] [INFO] [controller.go:192] ["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/06/02 08:16:27.360 +00:00] [INFO] [domain.go:322] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=14.245643ms]
[2024/06/02 08:16:27.360 +00:00] [INFO] [domain.go:652] ["full load and reset schema validator"]
[2024/06/02 08:16:27.360 +00:00] [INFO] [ddl.go:839] ["start DDL"] [category=ddl] [ID=27d760f0-31a5-4275-be54-d0e010d56582] [runWorker=true]
[2024/06/02 08:16:27.360 +00:00] [INFO] [ddl.go:803] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true]
[2024/06/02 08:16:27.361 +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/06/02 08:16:27.361 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop]
[2024/06/02 08:16:27.361 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop]
[2024/06/02 08:16:27.361 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop]
[2024/06/02 08:16:27.361 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper]
[2024/06/02 08:16:27.361 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/06/02 08:16:27.361 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop]
[2024/06/02 08:16:27.361 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop]
[2024/06/02 08:16:27.361 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper]
[2024/06/02 08:16:27.361 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/06/02 08:16:27.361 +00:00] [WARN] [domain.go:1343] ["pd / etcd client not provided, won't begin Advancer."]
[2024/06/02 08:16:27.363 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl]
[2024/06/02 08:16:27.363 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [category=ddl] [ID=27d760f0-31a5-4275-be54-d0e010d56582] [ownerKey=/tidb/ddl/fg/owner]
[2024/06/02 08:16:27.364 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"]
[2024/06/02 08:16:27.364 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop]
[2024/06/02 08:16:27.364 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/06/02 08:16:27.364 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"]
[2024/06/02 08:16:27.365 +00:00] [INFO] [job_table.go:427] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false]
[2024/06/02 08:16:27.365 +00:00] [INFO] [job_table.go:439] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none]
[2024/06/02 08:16:27.365 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [category=ddl] [ID=27d760f0-31a5-4275-be54-d0e010d56582] [ownerKey=/tidb/bindinfo/owner]
[2024/06/02 08:16:27.367 +00:00] [INFO] [sysvar.go:2773] ["set resource control"] [enable=true]
[2024/06/02 08:16:27.368 +00:00] [INFO] [controller.go:454] ["[resource group controller] create resource group cost controller"] [name=default]
[2024/06/02 08:16:27.378 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop]
[2024/06/02 08:16:27.381 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/06/02 08:16:27.382 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker]
[2024/06/02 08:16:27.382 +00:00] [INFO] [domain.go:2087] ["dumpFileGcChecker started"]
[2024/06/02 08:16:27.383 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker]
[2024/06/02 08:16:27.383 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner]
[2024/06/02 08:16:27.383 +00:00] [INFO] [domain.go:2310] ["start load stats sub workers"] ["worker count"=6]
[2024/06/02 08:16:27.384 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop]
[2024/06/02 08:16:27.384 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [category=ddl] [ID=27d760f0-31a5-4275-be54-d0e010d56582] [ownerKey=/tidb/stats/owner]
[2024/06/02 08:16:27.384 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB]
[2024/06/02 08:16:27.385 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/06/02 08:16:27.385 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/06/02 08:16:27.386 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop]
[2024/06/02 08:16:27.387 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000]
[2024/06/02 08:16:27.387 +00:00] [INFO] [domain.go:1542] ["dist task executor manager started"]
[2024/06/02 08:16:27.391 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1] [name=tidb_schema_cache_size] [val=1073741824]
[2024/06/02 08:16:27.391 +00:00] [INFO] [session.go:3959] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="drop table if exists t"] [user=]
[2024/06/02 08:16:27.392 +00:00] [INFO] [session.go:3959] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="create table t(a int, b int, c int, d int, primary key(a), key idx(b))"] [user=]
[2024/06/02 08:16:27.406 +00:00] [INFO] [ddl_worker.go:261] ["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-06-02 08:16:27.396 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:27.406 +00:00] [INFO] [ddl.go:1192] ["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-06-02 08:16:27.396 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(a int, b int, c int, d int, primary key(a), key idx(b))"]
[2024/06/02 08:16:27.413 +00:00] [INFO] [ddl_worker.go:1210] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [conn=1] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-06-02 08:16:27.396 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.416 +00:00] [ERROR] [domain.go:300] ["failed to load schema diff"] [error="builder's (v2=true) infoschema mismatch, return error to trigger full reload"] [errorVerbose="builder's (v2=true) infoschema mismatch, return error to trigger full reload\ngithub.com/pingcap/tidb/pkg/infoschema.(*Builder).InitWithOldInfoSchema\n\tpkg/infoschema/builder.go:799\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).tryLoadSchemaDiffs\n\tpkg/domain/domain.go:475\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:283\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:623\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:936\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1304\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).loadInfoSchema\n\tpkg/domain/domain.go:300\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:623\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:936\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1304\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"]
[2024/06/02 08:16:27.444 +00:00] [INFO] [domain.go:322] ["full load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=27.858309ms]
[2024/06/02 08:16:27.456 +00:00] [INFO] [domain.go:652] ["full load and reset schema validator"]
[2024/06/02 08:16:27.458 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52]
[2024/06/02 08:16:27.459 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=42.801357ms] [job="ID:105, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:27.396 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.464 +00:00] [INFO] [ddl_worker.go:763] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [conn=1] [job="ID:105, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-06-02 08:16:27.396 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.467 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=105]
[2024/06/02 08:16:27.467 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:27.469 +00:00] [INFO] [session.go:3959] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=52] [cur_db=test] [sql="create table pt(a int, b int, c int) partition by range(a) (partition p0 values less than (10), partition p1 values less than (20), partition p2 values less than maxvalue)"] [user=]
[2024/06/02 08:16:27.473 +00:00] [INFO] [ddl_worker.go:261] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:110, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:106, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:27.471 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/06/02 08:16:27.473 +00:00] [INFO] [ddl.go:1192] ["start DDL job"] [category=ddl] [job="ID:110, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:106, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:27.471 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table pt(a int, b int, c int) partition by range(a) (partition p0 values less than (10), partition p1 values less than (20), partition p2 values less than maxvalue)"]
[2024/06/02 08:16:27.479 +00:00] [INFO] [ddl_worker.go:1210] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=110] [conn=1] [category=ddl] [job="ID:110, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:106, RowCount:0, ArgLen:0, start time: 2024-06-02 08:16:27.471 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.487 +00:00] [INFO] [domain.go:288] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=4.74236ms] [gotSchemaVersion=53] [phyTblIDs="[106,107,108,109]"] [actionTypes="[3,3,3,3]"] [diffTypes="[\"create table\"]"]
[2024/06/02 08:16:27.488 +00:00] [INFO] [domain.go:904] ["mdl gets lock, update self version to owner"] [jobID=110] [version=53]
[2024/06/02 08:16:27.491 +00:00] [INFO] [schema_version.go:380] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=9.043695ms] [job="ID:110, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:106, RowCount:0, ArgLen:2, start time: 2024-06-02 08:16:27.471 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.496 +00:00] [INFO] [ddl_worker.go:763] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=110] [conn=1] [job="ID:110, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:106, RowCount:0, ArgLen:0, start time: 2024-06-02 08:16:27.471 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/06/02 08:16:27.499 +00:00] [INFO] [ddl.go:1298] ["DDL job is finished"] [category=ddl] [jobID=110]
[2024/06/02 08:16:27.499 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/06/02 08:16:27.536 +00:00] [INFO] [analyze.go:748] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/06/02 08:16:27.505 +00:00] ["end time"=2024/06/02 08:16:27.535 +00:00] [cost=30.393458ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"]
[2024/06/02 08:16:27.612 +00:00] [INFO] [analyze.go:748] ["analyze table `test`.`pt` has finished"] [partition=p0] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/06/02 08:16:27.569 +00:00] ["end time"=2024/06/02 08:16:27.611 +00:00] [cost=42.175739ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"]
[2024/06/02 08:16:27.613 +00:00] [INFO] [analyze.go:748] ["analyze table `test`.`pt` has finished"] [partition=p1] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/06/02 08:16:27.570 +00:00] ["end time"=2024/06/02 08:16:27.612 +00:00] [cost=41.344954ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"]
[2024/06/02 08:16:27.632 +00:00] [INFO] [analyze.go:748] ["analyze table `test`.`pt` has finished"] [partition=p2] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/06/02 08:16:27.571 +00:00] ["end time"=2024/06/02 08:16:27.631 +00:00] [cost=59.968016ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"]
    plan_stats_test.go:78: 
        	Error Trace:	pkg/planner/core/casetest/planstats/plan_stats_test.go:78
        	            				pkg/planner/core/casetest/planstats/plan_stats_test.go:220
        	Error:      	Not equal: 
        	            	expected: 0
        	            	actual  : -1
        	Test:       	TestPlanStatsLoad
[2024/06/02 08:16:27.670 +00:00] [INFO] [mock.go:100] ["owner manager retire owner"] [category=ddl] [ID=27d760f0-31a5-4275-be54-d0e010d56582] [ownerKey=/tidb/ddl/fg/owner]
[2024/06/02 08:16:27.673 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/06/02 08:16:27.673 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=1.874µs]
[2024/06/02 08:16:27.673 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=1.4µs]
[2024/06/02 08:16:27.673 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=1.068µs]
[2024/06/02 08:16:27.673 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=1.823µs]
[2024/06/02 08:16:27.673 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/06/02 08:16:27.673 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 6, tp general"] [category=ddl] ["take time"=1.219µs]
[2024/06/02 08:16:27.673 +00:00] [INFO] [mock.go:111] ["owner manager is canceled"] [category=ddl] [ID=27d760f0-31a5-4275-be54-d0e010d56582] [ownerKey=/tidb/ddl/fg/owner]
[2024/06/02 08:16:27.673 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/06/02 08:16:27.673 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/06/02 08:16:27.673 +00:00] [INFO] [session_pool.go:91] ["closing session pool"] [category=ddl]
[2024/06/02 08:16:27.673 +00:00] [INFO] [ddl.go:959] ["DDL closed"] [category=ddl] [ID=27d760f0-31a5-4275-be54-d0e010d56582] ["take time"=3.16121ms]
[2024/06/02 08:16:27.673 +00:00] [INFO] [ddl.go:795] ["stop DDL"] [category=ddl] [ID=27d760f0-31a5-4275-be54-d0e010d56582]
[2024/06/02 08:16:27.673 +00:00] [INFO] [domain.go:1043] ["stopping ttlJobManager"]
[2024/06/02 08:16:27.673 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/06/02 08:16:27.673 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/06/02 08:16:27.673 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/06/02 08:16:27.673 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/06/02 08:16:27.673 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/06/02 08:16:27.673 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/06/02 08:16:27.673 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/06/02 08:16:27.673 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/06/02 08:16:27.673 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/06/02 08:16:27.673 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager]
[2024/06/02 08:16:27.674 +00:00] [INFO] [domain.go:1054] ["ttlJobManager exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/06/02 08:16:27.674 +00:00] [INFO] [stats_syncload.go:216] ["SubLoadWorker exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [stats_syncload.go:216] ["SubLoadWorker exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [stats_syncload.go:216] ["SubLoadWorker exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [stats_syncload.go:216] ["SubLoadWorker exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [stats_syncload.go:216] ["SubLoadWorker exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [domain.go:924] ["loadSchemaInLoop exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/06/02 08:16:27.674 +00:00] [INFO] [domain.go:1544] ["stopping dist task executor manager"]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop]
[2024/06/02 08:16:27.674 +00:00] [INFO] [stats_syncload.go:216] ["SubLoadWorker exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [mock.go:100] ["owner manager retire owner"] [category=ddl] [ID=27d760f0-31a5-4275-be54-d0e010d56582] [ownerKey=/tidb/stats/owner]
[2024/06/02 08:16:27.674 +00:00] [INFO] [mock.go:111] ["owner manager is canceled"] [category=ddl] [ID=27d760f0-31a5-4275-be54-d0e010d56582] [ownerKey=/tidb/stats/owner]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner]
[2024/06/02 08:16:27.674 +00:00] [INFO] [domain.go:2393] ["indexUsageWorker exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker]
[2024/06/02 08:16:27.674 +00:00] [INFO] [domain.go:2091] ["dumpFileGcChecker exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker]
[2024/06/02 08:16:27.674 +00:00] [INFO] [domain.go:1767] ["LoadSysVarCacheLoop exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/06/02 08:16:27.674 +00:00] [INFO] [domain.go:700] ["topNSlowQueryLoop exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/06/02 08:16:27.674 +00:00] [INFO] [domain.go:728] ["infoSyncerKeeper exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [domain.go:1378] ["closestReplicaReadCheckLoop exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/06/02 08:16:27.674 +00:00] [INFO] [domain.go:1717] ["loadPrivilegeInLoop exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop]
[2024/06/02 08:16:27.674 +00:00] [INFO] [domain.go:1546] ["dist task executor manager stopped"]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop]
[2024/06/02 08:16:27.674 +00:00] [INFO] [mock.go:100] ["owner manager retire owner"] [category=ddl] [ID=27d760f0-31a5-4275-be54-d0e010d56582] [ownerKey=/tidb/bindinfo/owner]
[2024/06/02 08:16:27.674 +00:00] [INFO] [domain.go:778] ["topologySyncerKeeper exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/06/02 08:16:27.674 +00:00] [INFO] [mock.go:111] ["owner manager is canceled"] [category=ddl] [ID=27d760f0-31a5-4275-be54-d0e010d56582] [ownerKey=/tidb/bindinfo/owner]
[2024/06/02 08:16:27.674 +00:00] [INFO] [domain.go:1906] ["globalBindHandleWorkerLoop exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [domain.go:754] ["globalConfigSyncerKeeper exited."]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/06/02 08:16:27.674 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/06/02 08:16:27.675 +00:00] [INFO] [domain.go:1091] ["domain closed"] ["take time"=4.931483ms]
[2024/06/02 08:16:27.675 +00:00] [INFO] [db.go:567] ["Closing database"]
[2024/06/02 08:16:27.675 +00:00] [INFO] [db.go:592] ["Memtable flushed"]
[2024/06/02 08:16:27.675 +00:00] [INFO] [db.go:596] ["Compaction finished"]
[2024/06/02 08:16:27.675 +00:00] [INFO] [db.go:615] ["BlobManager finished"]
[2024/06/02 08:16:27.675 +00:00] [INFO] [db.go:619] ["ResourceManager finished"]
[2024/06/02 08:16:27.675 +00:00] [INFO] [db.go:625] ["Waiting for closer"]
--- FAIL: TestPlanStatsLoad (1.84s)
FAIL
coverage: 10.5% of statements
--
Coverage runner: Not collecting coverage for failed test.
The following commands failed with status 1
/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/13585/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/planner/core/casetest/planstats/planstats_test_/planstats_test.runfiles/__main__/pkg/planner/core/casetest/planstats/planstats_test_/planstats_test
================================================================================
[14,628 / 14,774] 383 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,629 / 14,774] 383 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,640 / 14,774] 384 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,646 / 14,778] 384 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 59s remote-cache, linux-sandbox ... (70 actions running)
[14,649 / 14,812] 384 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)

FLAKY: //pkg/planner/core/casetest/planstats:planstats_test (Summary)
      /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_1_of_5/test_attempts/attempt_1.log
[14,652 / 14,812] 385 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,658 / 14,812] 386 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 63s remote-cache, linux-sandbox ... (70 actions running)
[14,661 / 14,814] 386 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 64s remote-cache, linux-sandbox ... (70 actions running)
[14,661 / 14,814] 386 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 66s remote-cache, linux-sandbox ... (70 actions running)
[14,662 / 14,814] 386 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,670 / 14,820] 386 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 68s remote-cache, linux-sandbox ... (69 actions running)
[14,670 / 14,820] 387 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 70s remote-cache, linux-sandbox ... (70 actions running)
[14,675 / 14,872] 387 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 71s remote-cache, linux-sandbox ... (70 actions running)
[14,677 / 14,872] 387 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 72s remote-cache, linux-sandbox ... (70 actions running)
[14,683 / 14,872] 387 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,686 / 14,872] 387 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,691 / 14,876] 388 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,692 / 14,876] 389 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 67s remote-cache, linux-sandbox ... (69 actions running)
[14,694 / 14,876] 389 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 68s remote-cache, linux-sandbox ... (70 actions running)
[14,705 / 14,876] 389 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 69s remote-cache, linux-sandbox ... (70 actions running)
[14,707 / 14,876] 389 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 71s remote-cache, linux-sandbox ... (70 actions running)
[14,714 / 14,927] 390 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 72s remote-cache, linux-sandbox ... (70 actions running)
[14,718 / 14,927] 390 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 73s remote-cache, linux-sandbox ... (70 actions running)
[14,720 / 14,927] 390 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 74s remote-cache, linux-sandbox ... (70 actions running)
[14,722 / 14,927] 390 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,726 / 14,927] 390 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,732 / 14,927] 390 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,736 / 14,947] 390 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 79s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,742 / 14,947] 390 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 80s remote-cache, linux-sandbox ... (70 actions running)
[14,742 / 14,947] 390 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 81s remote-cache, linux-sandbox ... (70 actions running)
[14,754 / 14,951] 392 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 83s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,758 / 14,951] 392 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 84s remote-cache, linux-sandbox ... (68 actions, 66 running)
[14,758 / 14,951] 393 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 85s remote-cache, linux-sandbox ... (70 actions running)
[14,769 / 14,951] 394 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 86s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,771 / 14,951] 394 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 54s remote-cache, linux-sandbox ... (70 actions running)
[14,771 / 14,951] 395 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 55s remote-cache, linux-sandbox ... (70 actions running)
[14,779 / 14,951] 395 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,783 / 14,951] 395 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 58s remote-cache, linux-sandbox ... (70 actions running)
[14,785 / 14,951] 395 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 59s remote-cache, linux-sandbox ... (70 actions running)
[14,790 / 14,951] 395 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,796 / 14,955] 395 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 61s remote-cache, linux-sandbox ... (69 actions running)
[14,798 / 14,964] 395 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,802 / 15,008] 395 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,808 / 15,008] 395 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,813 / 15,014] 395 / 415 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,817 / 15,048] 397 / 415 tests; Testing //pkg/bindinfo/tests:tests_test (shard 8 of 18); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,821 / 15,048] 398 / 415 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 1 of 3); 34s remote-cache, linux-sandbox ... (70 actions running)
[14,829 / 15,048] 398 / 415 tests; Testing //pkg/statistics/handle/syncload:syncload_test (shard 3 of 5); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,832 / 15,048] 398 / 415 tests; Testing //pkg/statistics/handle/syncload:syncload_test (shard 3 of 5); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,834 / 15,048] 398 / 415 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,840 / 15,048] 398 / 415 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,841 / 15,048] 398 / 415 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 35s remote-cache, linux-sandbox ... (70 actions running)
[14,844 / 15,048] 398 / 415 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,846 / 15,048] 398 / 415 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,849 / 15,048] 398 / 415 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,852 / 15,048] 398 / 415 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 39s remote-cache, linux-sandbox ... (69 actions running)
[14,855 / 15,048] 398 / 415 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,858 / 15,048] 398 / 415 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,858 / 15,048] 398 / 415 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 43s remote-cache, linux-sandbox ... (70 actions running)
[14,864 / 15,048] 399 / 415 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 17 of 17); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,866 / 15,048] 401 / 415 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 17 of 17); 39s remote-cache, linux-sandbox ... (70 actions running)
[14,871 / 15,048] 402 / 415 tests; Testing //pkg/planner/core/issuetest:issuetest_test; 39s remote-cache, linux-sandbox ... (70 actions running)
[14,875 / 15,048] 403 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,882 / 15,048] 403 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,884 / 15,048] 403 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,884 / 15,048] 403 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 41s remote-cache, linux-sandbox ... (70 actions running)
[14,889 / 15,048] 403 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,891 / 15,048] 403 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,892 / 15,048] 403 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 45s remote-cache, linux-sandbox ... (70 actions running)
[14,896 / 15,048] 403 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,896 / 15,048] 403 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 48s remote-cache, linux-sandbox ... (70 actions running)
[14,900 / 15,048] 404 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,901 / 15,048] 404 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 51s remote-cache, linux-sandbox ... (70 actions running)
[14,905 / 15,048] 404 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,906 / 15,048] 404 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,906 / 15,048] 404 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 55s remote-cache, linux-sandbox ... (70 actions running)
[14,908 / 15,048] 404 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 56s remote-cache, linux-sandbox ... (70 actions running)
[14,908 / 15,048] 404 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 57s remote-cache, linux-sandbox ... (70 actions running)
[14,912 / 15,048] 405 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 59s remote-cache, linux-sandbox ... (70 actions running)
[14,916 / 15,048] 405 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 60s remote-cache, linux-sandbox ... (70 actions running)
[14,916 / 15,048] 405 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 64s remote-cache, linux-sandbox ... (70 actions running)
[14,919 / 15,048] 406 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 65s remote-cache, linux-sandbox ... (70 actions running)
[14,919 / 15,048] 406 / 415 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 68s remote-cache, linux-sandbox ... (70 actions running)
[14,921 / 15,048] 407 / 415 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,923 / 15,048] 407 / 415 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,924 / 15,048] 407 / 415 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 40s remote-cache, linux-sandbox ... (70 actions running)
[14,924 / 15,048] 407 / 415 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 42s remote-cache, linux-sandbox ... (70 actions running)
[14,928 / 15,048] 407 / 415 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 43s remote-cache, linux-sandbox ... (70 actions running)
[14,929 / 15,048] 407 / 415 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,930 / 15,048] 407 / 415 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 46s remote-cache, linux-sandbox ... (70 actions running)
[14,930 / 15,048] 408 / 415 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 48s remote-cache, linux-sandbox ... (70 actions running)
[14,932 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 45s remote-cache, linux-sandbox ... (70 actions running)
[14,932 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 47s remote-cache, linux-sandbox ... (70 actions running)
[14,933 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 48s remote-cache, linux-sandbox ... (70 actions running)
[14,934 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,935 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,935 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 52s remote-cache, linux-sandbox ... (70 actions running)
[14,936 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,936 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 56s remote-cache, linux-sandbox ... (70 actions running)
[14,938 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 57s remote-cache, linux-sandbox ... (70 actions running)
[14,941 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,942 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,943 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 61s remote-cache, linux-sandbox ... (70 actions running)
[14,944 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,945 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 64s remote-cache, linux-sandbox ... (70 actions running)
[14,948 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,951 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,951 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 68s remote-cache, linux-sandbox ... (70 actions running)
[14,952 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 69s remote-cache, linux-sandbox ... (70 actions running)
[14,953 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,953 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 72s remote-cache, linux-sandbox ... (70 actions running)
[14,953 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 73s remote-cache, linux-sandbox ... (70 actions running)
[14,957 / 15,048] 409 / 415 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,958 / 15,048] 410 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,959 / 15,048] 410 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,961 / 15,048] 410 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 62s remote-cache, linux-sandbox ... (70 actions running)
[14,961 / 15,048] 410 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 63s remote-cache, linux-sandbox ... (70 actions running)
[14,964 / 15,048] 410 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,964 / 15,048] 410 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 66s remote-cache, linux-sandbox ... (70 actions running)
[14,965 / 15,048] 410 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,967 / 15,048] 410 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,967 / 15,048] 410 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 70s remote-cache, linux-sandbox ... (70 actions running)
[14,968 / 15,048] 410 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 72s remote-cache, linux-sandbox ... (70 actions running)
[14,969 / 15,048] 410 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 73s remote-cache, linux-sandbox ... (70 actions running)
[14,969 / 15,048] 410 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 74s remote-cache, linux-sandbox ... (70 actions running)
[14,970 / 15,048] 410 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 75s remote-cache, linux-sandbox ... (70 actions running)
[14,970 / 15,048] 411 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 78s remote-cache, linux-sandbox ... (70 actions running)
[14,971 / 15,048] 411 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 54s remote-cache, linux-sandbox ... (70 actions running)
[14,973 / 15,048] 411 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,974 / 15,048] 411 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 43s remote-cache, linux-sandbox ... (70 actions running)
[14,976 / 15,048] 411 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 44s remote-cache, linux-sandbox ... (70 actions running)
[14,977 / 15,048] 411 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 45s remote-cache, linux-sandbox ... (70 actions running)
[14,978 / 15,048] 411 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,979 / 15,048] 411 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 49s remote-cache, linux-sandbox ... (70 actions running)
[14,980 / 15,048] 411 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 50s remote-cache, linux-sandbox ... (70 actions running)
[14,981 / 15,048] 411 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 52s remote-cache, linux-sandbox ... (70 actions running)
[14,981 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 53s remote-cache, linux-sandbox ... (70 actions running)
[14,984 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 55s remote-cache, linux-sandbox ... (70 actions running)
[14,986 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,986 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 58s remote-cache, linux-sandbox ... (70 actions running)
[14,989 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,990 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,990 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 62s remote-cache, linux-sandbox ... (70 actions running)
[14,991 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 63s remote-cache, linux-sandbox ... (70 actions running)
[14,991 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 64s remote-cache, linux-sandbox ... (70 actions running)
[14,993 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 65s remote-cache, linux-sandbox ... (70 actions running)
[14,994 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 66s remote-cache, linux-sandbox ... (70 actions running)
[14,996 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,997 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 69s remote-cache, linux-sandbox ... (70 actions running)
[14,998 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 70s remote-cache, linux-sandbox ... (70 actions running)
[14,999 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,999 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 76s remote-cache, linux-sandbox ... (70 actions running)
[15,001 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 78s remote-cache, linux-sandbox ... (70 actions running)
[15,002 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 79s remote-cache, linux-sandbox ... (69 actions, 68 running)
[15,002 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 81s remote-cache, linux-sandbox ... (70 actions running)
[15,003 / 15,048] 412 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 43); 82s remote-cache, linux-sandbox ... (69 actions, 68 running)
[15,004 / 15,048] 412 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[15,006 / 15,048] 412 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[15,009 / 15,048] 412 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[15,012 / 15,048] 412 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 57s remote-cache, linux-sandbox ... (70 actions running)
[15,013 / 15,048] 412 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 58s remote-cache, linux-sandbox ... (70 actions running)
[15,014 / 15,048] 412 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 59s remote-cache, linux-sandbox ... (68 actions running)
[15,015 / 15,048] 412 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 61s remote-cache, linux-sandbox ... (66 actions running)
[15,016 / 15,048] 412 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 62s remote-cache, linux-sandbox ... (64 actions running)
[15,018 / 15,048] 412 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 64s remote-cache, linux-sandbox ... (60 actions running)
[15,019 / 15,048] 412 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 65s remote-cache, linux-sandbox ... (58 actions running)
[15,020 / 15,048] 412 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 69s remote-cache, linux-sandbox ... (56 actions running)
[15,023 / 15,048] 412 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 71s remote-cache, linux-sandbox ... (50 actions running)
[15,024 / 15,048] 412 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 78s remote-cache, linux-sandbox ... (48 actions running)
[15,025 / 15,048] 412 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 80s remote-cache, linux-sandbox ... (46 actions running)
[15,027 / 15,048] 412 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 82s remote-cache, linux-sandbox ... (42 actions running)
[15,028 / 15,048] 413 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 84s remote-cache, linux-sandbox ... (40 actions running)
[15,031 / 15,048] 413 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 86s remote-cache, linux-sandbox ... (34 actions running)
[15,032 / 15,048] 413 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 88s remote-cache, linux-sandbox ... (32 actions running)
[15,036 / 15,048] 413 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 90s remote-cache, linux-sandbox ... (24 actions running)
[15,040 / 15,048] 413 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 92s remote-cache, linux-sandbox ... (16 actions running)
[15,042 / 15,048] 413 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 93s remote-cache, linux-sandbox ... (12 actions running)
[15,042 / 15,048] 413 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 95s remote-cache, linux-sandbox ... (12 actions running)
[15,043 / 15,048] 413 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 97s remote-cache, linux-sandbox ... (10 actions running)
[15,044 / 15,048] 414 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 43); 67s remote-cache, linux-sandbox ... (8 actions running)
[15,045 / 15,048] 414 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 43); 75s remote-cache, linux-sandbox ... (6 actions running)
[15,046 / 15,048] 414 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 43); 77s remote-cache, linux-sandbox ... (4 actions running)
[15,047 / 15,048] 414 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 43); 79s remote-cache, linux-sandbox
[15,047 / 15,048] 415 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 43); 84s remote-cache, linux-sandbox
INFO: Elapsed time: 1373.439s, Critical Path: 274.69s
INFO: 15036 processes: 7959 remote cache hit, 1675 internal, 5402 linux-sandbox.
INFO: Build completed successfully, 15036 total actions
//pkg/planner/core/casetest/planstats:planstats_test                      FLAKY, failed in 1 out of 6 in 3.9s
  Stats over 6 runs: max = 3.9s, min = 3.2s, avg = 3.5s, dev = 0.3s
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_5_of_5/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_1_of_5/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_4_of_5/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_2_of_5/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_3_of_5/coverage.dat
//pkg/ddl/tests/fail:fail_test                                            FLAKY, failed in 1 out of 13 in 52.2s
  Stats over 13 runs: max = 52.2s, min = 31.4s, avg = 36.5s, dev = 5.4s
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_12_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_2_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_1_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_3_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_4_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_11_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_7_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_6_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_8_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_9_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_10_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_5_of_12/coverage.dat
//pkg/ddl/tests/partition:partition_test                                  FLAKY, failed in 1 out of 46 in 35.1s
  Stats over 46 runs: max = 35.1s, min = 1.4s, avg = 5.7s, dev = 5.1s
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_45_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_44_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_1_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_43_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_2_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_42_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_3_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_41_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_4_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_5_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_6_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_40_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_7_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_39_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_9_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_8_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_38_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_11_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_37_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_10_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_12_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_36_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_13_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_14_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_15_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_16_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_17_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_18_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_35_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_19_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_20_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_34_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_21_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_33_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_22_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_23_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_24_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_32_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_25_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_26_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_27_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_29_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_30_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_31_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_28_of_45/coverage.dat
Test cases: finished with 8023 passing and 0 failing out of 8023 test cases

Executed 204 out of 415 tests: 415 tests pass.
root: /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/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/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: TestFailSchemaSyncer
new flaky case: TestTruncatePartitionWithGlobalIndex
new flaky case: TestPlanStatsLoad
Output files:
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
bazel-target-output-L1911-2962.fail.log
bazel-target-output-L3092-3880.fail.log
bazel-target-output-L771-1789.fail.log
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: ea80b090-8349-4eba-817a-ee4baa141ff6' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: master' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/10562/' --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: ea80b090-8349-4eba-817a-ee4baa141ff6
> ce-source: https://do.pingcap.net/jenkins/
> ce-type: test-case-run-report
> ce-repo: pingcap/tidb
> ce-branch: master
> ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/10562/
> ce-specversion: 1.0
> content-type: application/json; charset=UTF-8
> Content-Length: 475
> 
} [data not shown]
* upload completely sent off: 475 out of 475 bytes
< HTTP/1.1 200 OK
< Date: Sun, 02 Jun 2024 08:26:45 GMT
< Content-Length: 0
< 

100   475    0     0  100   475      0  14161 --:--:-- --:--:-- --:--:-- 14393
* Connection #0 to host cloudevents-server.apps.svc left intact
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2024-06-02T08:26:48.339Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.5.0
[2024-06-02T08:26:48.340Z] ['info'] => Project root located at: .
[2024-06-02T08:26:48.343Z] ['info'] ->  Token found by environment variables
[2024-06-02T08:26:48.356Z] ['info'] Searching for coverage files...
[2024-06-02T08:26:50.829Z] ['info'] => Found 1 possible coverage files:
  ./coverage.dat
[2024-06-02T08:26:50.830Z] ['info'] Processing ./coverage.dat...
[2024-06-02T08:26:51.308Z] ['info'] Using manual override from args.
[2024-06-02T08:26:51.309Z] ['info'] Detected Jenkins CI as the CI provider.
[2024-06-02T08:26:51.321Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F53734&build=10562&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Fghpr_unit_test%2F10562%2F&commit=9b6e22cb07be005eea2be183bf806b6593eb94ea&job=&pr=53734&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent=
[2024-06-02T08:26:52.824Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/9b6e22cb07be005eea2be183bf806b6593eb94ea
https://storage.googleapis.com/codecov/v4/raw/2024-06-02/F6B65B6EE70BEC6C6B5E073ED3BB1A79/9b6e22cb07be005eea2be183bf806b6593eb94ea/4915083d-a9d2-46f4-8420-f8415478f2ea.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240602%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240602T082652Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=48b2a74b6ac6c065860ecf61201a7cfc1306ba84f7d52b87786985bca8de7e6f
[2024-06-02T08:26:52.824Z] ['info'] Uploading...
[2024-06-02T08:26:54.689Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/9b6e22cb07be005eea2be183bf806b6593eb94ea"}
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
[Pipeline] }
[Pipeline] // catchError
[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