commit d9fb3a53376157be49b5a7941e6e689a33c81eb0 Author: Xiaoyuan Jin Date: Thu Apr 3 19:03:30 2025 +0800 ddl: Implement TableMode feature (#59009) ref pingcap/tidb#59008 America/Chicago go: downloading go1.23.8 (linux/amd64) cd tools/check/xprog; \ GO111MODULE=on go build -o ../../bin/xprog xprog.go cd tools/check; \ GO111MODULE=on go build -o ../bin/ut ut.go longtests.go go: downloading golang.org/x/tools v0.31.0 go: downloading go.uber.org/automaxprocs v1.6.0 GOBIN=/home/prow/go/src/github.com/pingcap/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@9b3b6e3 go: downloading github.com/pingcap/failpoint v0.0.0-20240527053858-9b3b6e34194a go: downloading github.com/sergi/go-diff v1.1.0 Running gotest_in_verify_ci tools/bin/ut --junitfile ""test_coverage"/tidb-junit-report.xml" --coverprofile ""test_coverage"/tidb_cov.unit_test.out" --except unstable.txt || { find $PWD/ -mindepth 1 -type d | grep -vE "(\.git|\.idea|tools)" | xargs tools/bin/failpoint-ctl disable; exit 1; } 2025/04/05 17:01:59 maxprocs: Updating GOMAXPROCS=16: determined from CPU quota go: downloading github.com/johannesboyne/gofakes3 v0.0.0-20230506070712-04da935ef877 go: downloading github.com/fsouza/fake-gcs-server v1.44.0 go: downloading go.etcd.io/etcd/server/v3 v3.5.12 go: downloading go.etcd.io/etcd/tests/v3 v3.5.12 go: downloading gorm.io/driver/mysql v1.5.7 go: downloading gorm.io/gorm v1.25.11 go: downloading github.com/stathat/consistent v1.0.0 go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0 go: downloading github.com/prometheus/prometheus v0.50.1 go: downloading github.com/stretchr/objx v0.5.2 go: downloading github.com/jinzhu/now v1.1.5 go: downloading github.com/jinzhu/inflection v1.0.0 go: downloading github.com/gorilla/handlers v1.5.1 go: downloading cloud.google.com/go/pubsub v1.36.1 go: downloading github.com/pkg/xattr v0.4.9 go: downloading github.com/google/renameio/v2 v2.0.0 go: downloading github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 go: downloading go.etcd.io/bbolt v1.3.8 go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 go: downloading sigs.k8s.io/yaml v1.4.0 go: downloading go.etcd.io/etcd/pkg/v3 v3.5.12 go: downloading go.opentelemetry.io/otel/sdk v1.24.0 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.etcd.io/etcd/raft/v3 v3.5.12 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0 go: downloading github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 go: downloading go.etcd.io/etcd/client/v2 v2.305.12 go: downloading github.com/golang-jwt/jwt/v4 v4.5.2 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 go: downloading github.com/gorilla/websocket v1.5.1 go: downloading go.opentelemetry.io/proto/otlp v1.1.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/go-kit/log v0.2.1 go: downloading github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd go: downloading github.com/dennwc/varint v1.0.0 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 go: downloading github.com/go-logfmt/logfmt v0.6.0 ok github.com/pingcap/tidb/pkg/autoid_service 0.195s ok github.com/pingcap/tidb/pkg/bindinfo 0.243s ok github.com/pingcap/tidb/pkg/bindinfo/tests 0.233s ok github.com/pingcap/tidb/pkg/config 0.032s ok github.com/pingcap/tidb/pkg/ddl 0.200s ok github.com/pingcap/tidb/pkg/ddl/copr 0.070s github.com/pingcap/tidb/pkg/ddl/ingest/testutil coverage: 0.0% of statements github.com/pingcap/tidb/pkg/ddl/mock coverage: 0.0% of statements github.com/pingcap/tidb/pkg/ddl/logutil coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/ddl/ingest 0.197s ok github.com/pingcap/tidb/pkg/ddl/label 0.041s github.com/pingcap/tidb/pkg/ddl/resourcegroup coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/ddl/notifier 0.186s ok github.com/pingcap/tidb/pkg/ddl/placement 0.074s ok github.com/pingcap/tidb/pkg/ddl/schematracker 0.192s ok github.com/pingcap/tidb/pkg/ddl/schemaver 0.078s ok github.com/pingcap/tidb/pkg/ddl/serverstate 0.075s ok github.com/pingcap/tidb/pkg/ddl/session 0.183s ? github.com/pingcap/tidb/pkg/ddl/testargsv1 [no test files] ok github.com/pingcap/tidb/pkg/ddl/systable 0.198s ok github.com/pingcap/tidb/pkg/ddl/tests/adminpause 0.217s ok github.com/pingcap/tidb/pkg/ddl/tests/fail 0.196s ok github.com/pingcap/tidb/pkg/ddl/tests/fastcreatetable 0.205s ok github.com/pingcap/tidb/pkg/ddl/tests/fk 0.221s ok github.com/pingcap/tidb/pkg/ddl/tests/indexmerge 0.191s ok github.com/pingcap/tidb/pkg/ddl/tests/metadatalock 0.208s ok github.com/pingcap/tidb/pkg/ddl/tests/multivaluedindex 0.227s ok github.com/pingcap/tidb/pkg/ddl/tests/partition 0.169s ok github.com/pingcap/tidb/pkg/ddl/tests/serial 0.191s github.com/pingcap/tidb/pkg/ddl/testutil coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/ddl/tests/tiflash 0.194s ok github.com/pingcap/tidb/pkg/ddl/util 0.091s ok github.com/pingcap/tidb/pkg/distsql 0.081s ok github.com/pingcap/tidb/pkg/distsql/context 0.049s ? github.com/pingcap/tidb/pkg/disttask/framework [no test files] ok github.com/pingcap/tidb/pkg/disttask/example 0.171s github.com/pingcap/tidb/pkg/disttask/framework/mock/execute coverage: 0.0% of statements github.com/pingcap/tidb/pkg/disttask/framework/mock coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/disttask/framework/handle 0.275s ok github.com/pingcap/tidb/pkg/disttask/framework/integrationtests 0.258s ok github.com/pingcap/tidb/pkg/disttask/framework/planner 0.272s ok github.com/pingcap/tidb/pkg/disttask/framework/proto 0.007s github.com/pingcap/tidb/pkg/disttask/framework/scheduler/mock coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/disttask/framework/scheduler 0.175s ok github.com/pingcap/tidb/pkg/disttask/framework/storage 0.173s github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/execute coverage: 0.0% of statements github.com/pingcap/tidb/pkg/disttask/framework/testutil coverage: 0.0% of statements github.com/pingcap/tidb/pkg/disttask/importinto/mock coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor 0.317s ok github.com/pingcap/tidb/pkg/disttask/importinto 0.379s ok github.com/pingcap/tidb/pkg/disttask/operator 0.088s ok github.com/pingcap/tidb/pkg/domain 0.217s github.com/pingcap/tidb/pkg/domain/metrics coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/domain/globalconfigsync 0.209s ok github.com/pingcap/tidb/pkg/domain/infosync 0.076s ok github.com/pingcap/tidb/pkg/errctx 0.037s ok github.com/pingcap/tidb/pkg/errno 0.010s ok github.com/pingcap/tidb/pkg/executor 0.221s ok github.com/pingcap/tidb/pkg/executor/aggfuncs 0.212s ok github.com/pingcap/tidb/pkg/executor/aggregate 0.104s github.com/pingcap/tidb/pkg/executor/internal/builder coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/executor/importer 0.245s ok github.com/pingcap/tidb/pkg/executor/internal/applycache 0.073s ok github.com/pingcap/tidb/pkg/executor/internal/calibrateresource 0.251s ok github.com/pingcap/tidb/pkg/executor/internal/exec 0.398s ok github.com/pingcap/tidb/pkg/executor/internal/mpp 0.222s ok github.com/pingcap/tidb/pkg/executor/internal/pdhelper 0.122s github.com/pingcap/tidb/pkg/executor/internal/util coverage: 0.0% of statements github.com/pingcap/tidb/pkg/executor/internal/testutil coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/executor/internal/querywatch 0.229s ok github.com/pingcap/tidb/pkg/executor/internal/vecgroupchecker 0.080s github.com/pingcap/tidb/pkg/executor/metrics coverage: 0.0% of statements github.com/pingcap/tidb/pkg/executor/join/joinversion coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/executor/join 0.320s ok github.com/pingcap/tidb/pkg/executor/lockstats 0.157s ok github.com/pingcap/tidb/pkg/executor/mppcoordmanager 0.123s ok github.com/pingcap/tidb/pkg/executor/sortexec 0.445s ok github.com/pingcap/tidb/pkg/executor/staticrecordset 0.632s ok github.com/pingcap/tidb/pkg/executor/test/admintest 0.526s ok github.com/pingcap/tidb/pkg/executor/test/aggregate 0.540s ok github.com/pingcap/tidb/pkg/executor/test/analyzetest 0.545s ok github.com/pingcap/tidb/pkg/executor/test/analyzetest/memorycontrol 0.538s ok github.com/pingcap/tidb/pkg/executor/test/analyzetest/panictest 0.529s ok github.com/pingcap/tidb/pkg/executor/test/autoidtest 0.546s ok github.com/pingcap/tidb/pkg/executor/test/cte 0.534s ok github.com/pingcap/tidb/pkg/executor/test/ddl 0.270s ok github.com/pingcap/tidb/pkg/executor/test/distsqltest 0.264s ok github.com/pingcap/tidb/pkg/executor/test/executor 0.299s ok github.com/pingcap/tidb/pkg/executor/test/fktest 0.627s ok github.com/pingcap/tidb/pkg/executor/test/indexmergereadtest 0.205s ok github.com/pingcap/tidb/pkg/executor/test/issuetest 0.251s ok github.com/pingcap/tidb/pkg/executor/test/jointest 0.233s ok github.com/pingcap/tidb/pkg/executor/test/jointest/hashjoin 0.234s ok github.com/pingcap/tidb/pkg/executor/test/loaddatatest 0.249s ok github.com/pingcap/tidb/pkg/executor/test/loadremotetest 0.192s ok github.com/pingcap/tidb/pkg/executor/test/memtest 0.240s ok github.com/pingcap/tidb/pkg/executor/test/oomtest 0.220s ok github.com/pingcap/tidb/pkg/executor/test/passwordtest 0.223s ok github.com/pingcap/tidb/pkg/executor/test/seqtest 0.225s ok github.com/pingcap/tidb/pkg/executor/test/showtest 0.269s ok github.com/pingcap/tidb/pkg/executor/test/simpletest 0.278s ok github.com/pingcap/tidb/pkg/executor/test/splittest 0.258s ok github.com/pingcap/tidb/pkg/executor/test/tiflashtest 0.276s ok github.com/pingcap/tidb/pkg/executor/test/txn 0.185s github.com/pingcap/tidb/pkg/executor/unionexec coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/executor/test/unstabletest 0.231s ok github.com/pingcap/tidb/pkg/executor/test/writetest 0.232s ? github.com/pingcap/tidb/pkg/expression/generator/helper [no test files] ? github.com/pingcap/tidb/pkg/lock/context [no test files] github.com/pingcap/tidb/pkg/extension/extensionimpl coverage: 0.0% of statements github.com/pingcap/tidb/pkg/expression/generator coverage: 0.0% of statements github.com/pingcap/tidb/pkg/infoschema/metrics coverage: 0.0% of statements github.com/pingcap/tidb/pkg/infoschema/context coverage: 0.0% of statements github.com/pingcap/tidb/pkg/lock coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/expression 0.734s ok github.com/pingcap/tidb/pkg/expression/aggregation 0.231s ok github.com/pingcap/tidb/pkg/expression/exprctx 0.144s ok github.com/pingcap/tidb/pkg/expression/expropt 0.196s ok github.com/pingcap/tidb/pkg/expression/exprstatic 0.145s ok github.com/pingcap/tidb/pkg/expression/integration_test 0.700s ok github.com/pingcap/tidb/pkg/expression/sessionexpr 0.207s ok github.com/pingcap/tidb/pkg/expression/test/multivaluedindex 0.632s ok github.com/pingcap/tidb/pkg/extension 0.725s ok github.com/pingcap/tidb/pkg/infoschema 0.641s ok github.com/pingcap/tidb/pkg/infoschema/internal 0.239s ok github.com/pingcap/tidb/pkg/infoschema/perfschema 0.642s ok github.com/pingcap/tidb/pkg/infoschema/test/cachetest 0.218s ok github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest 0.710s ok github.com/pingcap/tidb/pkg/infoschema/test/infoschemav2test 0.696s ok github.com/pingcap/tidb/pkg/keyspace 0.095s ok github.com/pingcap/tidb/pkg/kv 0.127s ? github.com/pingcap/tidb/pkg/param [no test files] ? github.com/pingcap/tidb/pkg/planner/cascades/base/cascadesctx [no test files] github.com/pingcap/tidb/pkg/planner coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/cascades/rule/join coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/cascades/rule/ruleset coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/core/base coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/cascades/util coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/meta 0.735s ok github.com/pingcap/tidb/pkg/meta/autoid 0.239s ok github.com/pingcap/tidb/pkg/meta/metabuild 0.216s ok github.com/pingcap/tidb/pkg/meta/model 0.108s ok github.com/pingcap/tidb/pkg/metrics 0.215s ok github.com/pingcap/tidb/pkg/owner 0.306s ok github.com/pingcap/tidb/pkg/planner/cardinality 0.727s ok github.com/pingcap/tidb/pkg/planner/cascades 0.726s ok github.com/pingcap/tidb/pkg/planner/cascades/base 0.016s ok github.com/pingcap/tidb/pkg/planner/cascades/memo 0.400s ok github.com/pingcap/tidb/pkg/planner/cascades/old 0.431s ok github.com/pingcap/tidb/pkg/planner/cascades/pattern 0.344s ok github.com/pingcap/tidb/pkg/planner/cascades/rule 0.333s ok github.com/pingcap/tidb/pkg/planner/cascades/rule/apply/decorrelateapply 0.401s ok github.com/pingcap/tidb/pkg/planner/cascades/task 0.333s ok github.com/pingcap/tidb/pkg/planner/core 0.718s ok github.com/pingcap/tidb/pkg/planner/core/casetest 0.714s ok github.com/pingcap/tidb/pkg/planner/core/casetest/binaryplan 0.619s ok github.com/pingcap/tidb/pkg/planner/core/casetest/cascades 0.703s ok github.com/pingcap/tidb/pkg/planner/core/casetest/cbotest 0.211s ok github.com/pingcap/tidb/pkg/planner/core/casetest/correlated 0.198s ? github.com/pingcap/tidb/pkg/planner/core/cost [no test files] github.com/pingcap/tidb/pkg/planner/core/operator/baseimpl coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/core/metrics coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/core/constraint coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/core/operator/logicalop coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/planner/core/casetest/dag 0.554s ok github.com/pingcap/tidb/pkg/planner/core/casetest/enforcempp 0.553s ok github.com/pingcap/tidb/pkg/planner/core/casetest/flatplan 0.544s ok github.com/pingcap/tidb/pkg/planner/core/casetest/hint 0.470s ok github.com/pingcap/tidb/pkg/planner/core/casetest/index 0.482s ok github.com/pingcap/tidb/pkg/planner/core/casetest/instanceplancache 0.494s ok github.com/pingcap/tidb/pkg/planner/core/casetest/join 0.462s ok github.com/pingcap/tidb/pkg/planner/core/casetest/mpp 0.494s ok github.com/pingcap/tidb/pkg/planner/core/casetest/parallelapply 0.534s ok github.com/pingcap/tidb/pkg/planner/core/casetest/partition 0.537s ok github.com/pingcap/tidb/pkg/planner/core/casetest/physicalplantest 0.481s ok github.com/pingcap/tidb/pkg/planner/core/casetest/planstats 0.536s ok github.com/pingcap/tidb/pkg/planner/core/casetest/pushdown 0.482s ok github.com/pingcap/tidb/pkg/planner/core/casetest/rule 0.550s ok github.com/pingcap/tidb/pkg/planner/core/casetest/scalarsubquery 0.554s ok github.com/pingcap/tidb/pkg/planner/core/casetest/tpch 0.546s ok github.com/pingcap/tidb/pkg/planner/core/casetest/vectorsearch 0.535s ok github.com/pingcap/tidb/pkg/planner/core/casetest/windows 0.531s ok github.com/pingcap/tidb/pkg/planner/core/generator/hash64_equals 0.275s ok github.com/pingcap/tidb/pkg/planner/core/generator/plan_cache 0.430s ok github.com/pingcap/tidb/pkg/planner/core/generator/shallow_ref 0.275s ok github.com/pingcap/tidb/pkg/planner/core/issuetest 0.527s github.com/pingcap/tidb/pkg/planner/core/rule coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/core/operator/physicalop coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/core/resolve coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/core/rule/util coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/planner/core/operator/logicalop/logicalop_test 0.186s ok github.com/pingcap/tidb/pkg/planner/core/tests/analyze 0.458s ok github.com/pingcap/tidb/pkg/planner/core/tests/cte 0.406s ok github.com/pingcap/tidb/pkg/planner/core/tests/extractor 0.420s ok github.com/pingcap/tidb/pkg/planner/core/tests/null 0.438s ok github.com/pingcap/tidb/pkg/planner/core/tests/partition 0.427s ok github.com/pingcap/tidb/pkg/planner/core/tests/pointget 0.444s ok github.com/pingcap/tidb/pkg/planner/core/tests/prepare 0.415s ok github.com/pingcap/tidb/pkg/planner/core/tests/redact 0.353s github.com/pingcap/tidb/pkg/planner/plannersession coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/util/coreusage coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/util/coretestsdk coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/util/domainmisc coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/util/costusage coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/util/debugtrace coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/planner/funcdep 0.340s ok github.com/pingcap/tidb/pkg/planner/implementation 0.233s ok github.com/pingcap/tidb/pkg/planner/indexadvisor 0.328s ok github.com/pingcap/tidb/pkg/planner/memo 0.170s ok github.com/pingcap/tidb/pkg/planner/planctx 0.100s ok github.com/pingcap/tidb/pkg/planner/property 0.103s ok github.com/pingcap/tidb/pkg/planner/util 0.200s ? github.com/pingcap/tidb/pkg/planner/util/utilfuncp [no test files] github.com/pingcap/tidb/pkg/planner/util/optimizetrace/logicaltrace coverage: 0.0% of statements ? github.com/pingcap/tidb/pkg/privilege/conn [no test files] github.com/pingcap/tidb/pkg/planner/util/optimizetrace coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/util/tablesampler coverage: 0.0% of statements github.com/pingcap/tidb/pkg/privilege coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/planner/util/fixcontrol 0.268s ok github.com/pingcap/tidb/pkg/plugin 0.274s ok github.com/pingcap/tidb/pkg/plugin/conn_ip_example 0.200s ? github.com/pingcap/tidb/pkg/resourcegroup [no test files] ? github.com/pingcap/tidb/pkg/server/err [no test files] github.com/pingcap/tidb/pkg/resourcemanager/pool coverage: 0.0% of statements github.com/pingcap/tidb/pkg/resourcemanager/poolmanager coverage: 0.0% of statements github.com/pingcap/tidb/pkg/resourcemanager/scheduler coverage: 0.0% of statements github.com/pingcap/tidb/pkg/server/handler coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/privilege/privileges 0.347s ok github.com/pingcap/tidb/pkg/privilege/privileges/ldap 0.049s ok github.com/pingcap/tidb/pkg/resourcegroup/runaway 0.175s ok github.com/pingcap/tidb/pkg/resourcegroup/tests 0.354s ok github.com/pingcap/tidb/pkg/resourcemanager 0.070s ok github.com/pingcap/tidb/pkg/resourcemanager/pool/spool 0.070s ok github.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool 0.073s ok github.com/pingcap/tidb/pkg/resourcemanager/util 0.017s ok github.com/pingcap/tidb/pkg/server 0.354s ok github.com/pingcap/tidb/pkg/server/handler/extractorhandler 0.352s ok github.com/pingcap/tidb/pkg/server/handler/optimizor 0.377s ? github.com/pingcap/tidb/pkg/server/internal/handshake [no test files] github.com/pingcap/tidb/pkg/server/internal/testutil coverage: 0.0% of statements github.com/pingcap/tidb/pkg/server/handler/ttlhandler coverage: 0.0% of statements github.com/pingcap/tidb/pkg/server/metrics coverage: 0.0% of statements github.com/pingcap/tidb/pkg/server/internal/testserverclient coverage: 0.0% of statements github.com/pingcap/tidb/pkg/server/internal/resultset coverage: 0.0% of statements github.com/pingcap/tidb/pkg/server/handler/tikvhandler coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/server/handler/tests 0.530s ok github.com/pingcap/tidb/pkg/server/internal 0.052s ok github.com/pingcap/tidb/pkg/server/internal/column 0.068s ok github.com/pingcap/tidb/pkg/server/internal/dump 0.064s ok github.com/pingcap/tidb/pkg/server/internal/parse 0.056s ok github.com/pingcap/tidb/pkg/server/internal/util 0.043s ok github.com/pingcap/tidb/pkg/server/tests 0.244s github.com/pingcap/tidb/pkg/server/tests/servertestkit coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/server/tests/commontest 0.384s ok github.com/pingcap/tidb/pkg/server/tests/cursor 0.383s ? github.com/pingcap/tidb/pkg/session/types [no test files] github.com/pingcap/tidb/pkg/session/metrics coverage: 0.0% of statements github.com/pingcap/tidb/pkg/session/txninfo coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/server/tests/tls 0.802s ok github.com/pingcap/tidb/pkg/session 0.805s ok github.com/pingcap/tidb/pkg/session/bootstraptest 0.779s ok github.com/pingcap/tidb/pkg/session/clusteredindextest 0.772s ok github.com/pingcap/tidb/pkg/session/cursor 0.011s ok github.com/pingcap/tidb/pkg/session/nontransactionaltest 0.803s ok github.com/pingcap/tidb/pkg/session/resourcegrouptest 0.795s ok github.com/pingcap/tidb/pkg/session/schematest 0.805s ok github.com/pingcap/tidb/pkg/session/temporarytabletest 0.798s ok github.com/pingcap/tidb/pkg/session/test 0.790s ok github.com/pingcap/tidb/pkg/session/test/common 0.685s ok github.com/pingcap/tidb/pkg/session/test/meta 0.783s ok github.com/pingcap/tidb/pkg/session/test/privileges 0.798s ok github.com/pingcap/tidb/pkg/session/test/txn 0.794s ok github.com/pingcap/tidb/pkg/session/test/variable 0.776s ok github.com/pingcap/tidb/pkg/session/test/vars 0.797s ok github.com/pingcap/tidb/pkg/sessionctx 0.152s ok github.com/pingcap/tidb/pkg/sessionctx/sessionstates 0.282s ? github.com/pingcap/tidb/pkg/sessionctx/sysproctrack [no test files] github.com/pingcap/tidb/pkg/sessionctx/vardef coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/sessionctx/stmtctx 0.391s github.com/pingcap/tidb/pkg/sessiontxn/internal coverage: 0.0% of statements github.com/pingcap/tidb/pkg/sessiontxn/isolation/metrics coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/sessionctx/variable 0.407s ok github.com/pingcap/tidb/pkg/sessiontxn 0.488s ok github.com/pingcap/tidb/pkg/sessiontxn/isolation 0.408s ok github.com/pingcap/tidb/pkg/sessiontxn/staleread 0.405s ok github.com/pingcap/tidb/pkg/statistics 0.392s ok github.com/pingcap/tidb/pkg/statistics/asyncload 0.221s ok github.com/pingcap/tidb/pkg/statistics/handle 0.192s ok github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze 0.202s ok github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/exec 0.320s ok github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue 0.198s ok github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue/calculatoranalysis 0.080s ? github.com/pingcap/tidb/pkg/statistics/handle/cache/internal [no test files] github.com/pingcap/tidb/pkg/statistics/handle/cache/internal/metrics coverage: 0.0% of statements github.com/pingcap/tidb/pkg/statistics/handle/cache/internal/testutil coverage: 0.0% of statements github.com/pingcap/tidb/pkg/statistics/handle/cache/internal/mapcache coverage: 0.0% of statements github.com/pingcap/tidb/pkg/statistics/handle/ddl/testutil coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/refresher 0.273s ok github.com/pingcap/tidb/pkg/statistics/handle/cache 0.110s ok github.com/pingcap/tidb/pkg/statistics/handle/cache/internal/lfu 0.126s ok github.com/pingcap/tidb/pkg/statistics/handle/ddl 0.276s github.com/pingcap/tidb/pkg/statistics/handle/internal coverage: 0.0% of statements github.com/pingcap/tidb/pkg/statistics/handle/history coverage: 0.0% of statements github.com/pingcap/tidb/pkg/statistics/handle/metrics coverage: 0.0% of statements github.com/pingcap/tidb/pkg/statistics/handle/initstats coverage: 0.0% of statements github.com/pingcap/tidb/pkg/statistics/handle/logutil coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/statistics/handle/globalstats 0.390s ok github.com/pingcap/tidb/pkg/statistics/handle/handletest 0.489s ok github.com/pingcap/tidb/pkg/statistics/handle/handletest/analyze 0.450s ok github.com/pingcap/tidb/pkg/statistics/handle/handletest/initstats 0.386s ok github.com/pingcap/tidb/pkg/statistics/handle/handletest/lockstats 0.384s ok github.com/pingcap/tidb/pkg/statistics/handle/handletest/statstest 0.381s ok github.com/pingcap/tidb/pkg/statistics/handle/lockstats 0.107s ok github.com/pingcap/tidb/pkg/statistics/handle/storage 0.243s ? github.com/pingcap/tidb/pkg/statistics/handle/types [no test files] ok github.com/pingcap/tidb/pkg/statistics/handle/syncload 0.579s ok github.com/pingcap/tidb/pkg/statistics/handle/updatetest 0.582s github.com/pingcap/tidb/pkg/statistics/handle/usage/predicatecolumn coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/statistics/handle/usage 0.219s ok github.com/pingcap/tidb/pkg/statistics/handle/usage/collector 0.008s ok github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage 0.035s github.com/pingcap/tidb/pkg/statistics/util coverage: 0.0% of statements github.com/pingcap/tidb/pkg/statistics/handle/util/test coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/statistics/handle/util 0.184s github.com/pingcap/tidb/pkg/store/driver/backoff coverage: 0.0% of statements github.com/pingcap/tidb/pkg/store/copr/metrics coverage: 0.0% of statements github.com/pingcap/tidb/pkg/store/driver/options coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/store 0.293s ok github.com/pingcap/tidb/pkg/store/copr 0.143s ok github.com/pingcap/tidb/pkg/store/copr/copr_test 0.285s ok github.com/pingcap/tidb/pkg/store/driver 0.261s ok github.com/pingcap/tidb/pkg/store/driver/error 0.064s ok github.com/pingcap/tidb/pkg/store/driver/txn 0.133s ok github.com/pingcap/tidb/pkg/store/gcworker 0.271s ok github.com/pingcap/tidb/pkg/store/helper 0.139s ok github.com/pingcap/tidb/pkg/store/mockstore 0.151s ? github.com/pingcap/tidb/pkg/store/mockstore/unistore/client [no test files] github.com/pingcap/tidb/pkg/store/mockstore/unistore/config coverage: 0.0% of statements github.com/pingcap/tidb/pkg/store/mockstore/unistore/metrics coverage: 0.0% of statements github.com/pingcap/tidb/pkg/store/mockstore/unistore/server coverage: 0.0% of statements github.com/pingcap/tidb/pkg/store/mockstore/mockstorage coverage: 0.0% of statements github.com/pingcap/tidb/pkg/store/mockstore/unistore/tikv/pberror coverage: 0.0% of statements github.com/pingcap/tidb/pkg/store/mockstore/unistore/tikv/dbreader coverage: 0.0% of statements github.com/pingcap/tidb/pkg/store/mockstore/unistore/pd coverage: 0.0% of statements github.com/pingcap/tidb/pkg/store/mockstore/unistore/tikv/kverrors coverage: 0.0% of statements github.com/pingcap/tidb/pkg/store/mockstore/unistore/tikv/mvcc coverage: 0.0% of statements github.com/pingcap/tidb/pkg/store/pdtypes coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/store/mockstore/mockcopr 0.244s ok github.com/pingcap/tidb/pkg/store/mockstore/unistore 0.087s ok github.com/pingcap/tidb/pkg/store/mockstore/unistore/cophandler 0.096s ok github.com/pingcap/tidb/pkg/store/mockstore/unistore/lockstore 0.012s ok github.com/pingcap/tidb/pkg/store/mockstore/unistore/tikv 0.087s ok github.com/pingcap/tidb/pkg/store/mockstore/unistore/util/lockwaiter 0.021s ok github.com/pingcap/tidb/pkg/structure 0.184s ok github.com/pingcap/tidb/pkg/table 0.080s github.com/pingcap/tidb/pkg/testkit/ddlhelper coverage: 0.0% of statements github.com/pingcap/tidb/pkg/timer/metrics coverage: 0.0% of statements github.com/pingcap/tidb/pkg/testkit/external coverage: 0.0% of statements github.com/pingcap/tidb/pkg/testkit/analyzehelper coverage: 0.0% of statements github.com/pingcap/tidb/pkg/testkit/testfailpoint coverage: 0.0% of statements github.com/pingcap/tidb/pkg/testkit/testenv coverage: 0.0% of statements github.com/pingcap/tidb/pkg/testkit/testflag coverage: 0.0% of statements github.com/pingcap/tidb/pkg/testkit/testsetup coverage: 0.0% of statements github.com/pingcap/tidb/pkg/testkit/testmain coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/table/tables 0.589s ok github.com/pingcap/tidb/pkg/table/tables/test/partition 0.682s ok github.com/pingcap/tidb/pkg/table/tblctx 0.179s ok github.com/pingcap/tidb/pkg/table/tblsession 0.201s ok github.com/pingcap/tidb/pkg/table/temptable 0.267s ok github.com/pingcap/tidb/pkg/tablecodec 0.106s ok github.com/pingcap/tidb/pkg/tablecodec/rowindexcodec 0.015s ok github.com/pingcap/tidb/pkg/testkit 0.669s ok github.com/pingcap/tidb/pkg/testkit/testfork 0.013s ok github.com/pingcap/tidb/pkg/testkit/testutil 0.099s ok github.com/pingcap/tidb/pkg/timer 0.672s ok github.com/pingcap/tidb/pkg/timer/api 0.102s ok github.com/pingcap/tidb/pkg/timer/runtime 0.185s ok github.com/pingcap/tidb/pkg/timer/tablestore 0.178s ok github.com/pingcap/tidb/pkg/ttl/cache 0.212s ok github.com/pingcap/tidb/pkg/ttl/client 0.229s ok github.com/pingcap/tidb/pkg/ttl/metrics 0.031s ok github.com/pingcap/tidb/pkg/ttl/session 0.203s ok github.com/pingcap/tidb/pkg/ttl/sqlbuilder 0.197s github.com/pingcap/tidb/pkg/util/cgmon coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/channel coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/breakpoint coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/collate/ucadata/generator coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/cpuprofile/testutil coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/compress coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/collate/ucaimpl coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/ttl/ttlworker 0.513s ok github.com/pingcap/tidb/pkg/types 0.121s ok github.com/pingcap/tidb/pkg/types/parser_driver 0.118s ok github.com/pingcap/tidb/pkg/util 0.230s ok github.com/pingcap/tidb/pkg/util/admin 0.515s ok github.com/pingcap/tidb/pkg/util/arena 0.016s ok github.com/pingcap/tidb/pkg/util/backoff 0.016s ok github.com/pingcap/tidb/pkg/util/benchdaily 0.014s ok github.com/pingcap/tidb/pkg/util/bitmap 0.018s ok github.com/pingcap/tidb/pkg/util/cdcutil 0.061s ok github.com/pingcap/tidb/pkg/util/cgroup 0.023s ok github.com/pingcap/tidb/pkg/util/checksum 0.018s ok github.com/pingcap/tidb/pkg/util/chunk 0.125s ok github.com/pingcap/tidb/pkg/util/codec 0.123s ok github.com/pingcap/tidb/pkg/util/collate 0.112s ok github.com/pingcap/tidb/pkg/util/collate/ucadata 0.022s ok github.com/pingcap/tidb/pkg/util/column-mapping 0.019s ok github.com/pingcap/tidb/pkg/util/context 0.019s ok github.com/pingcap/tidb/pkg/util/cpu 0.059s ok github.com/pingcap/tidb/pkg/util/cpuprofile 0.122s ok github.com/pingcap/tidb/pkg/util/cteutil 0.123s ? github.com/pingcap/tidb/pkg/util/dbterror/exeerrors [no test files] ok github.com/pingcap/tidb/pkg/util/dbterror 0.010s ok github.com/pingcap/tidb/pkg/util/dbterror/plannererrors 0.010s github.com/pingcap/tidb/pkg/util/domainutil coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/dbutil/dbutiltest coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/gcutil coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/importer coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/injectfailpoint coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/hint coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/util/dbutil 0.320s ok github.com/pingcap/tidb/pkg/util/ddl-checker 0.441s ok github.com/pingcap/tidb/pkg/util/deadlockhistory 0.127s ok github.com/pingcap/tidb/pkg/util/deeptest 0.022s ok github.com/pingcap/tidb/pkg/util/disjointset 0.020s ok github.com/pingcap/tidb/pkg/util/disk 0.063s ok github.com/pingcap/tidb/pkg/util/disttask 0.213s ok github.com/pingcap/tidb/pkg/util/encrypt 0.017s ok github.com/pingcap/tidb/pkg/util/engine 0.054s ok github.com/pingcap/tidb/pkg/util/etcd 0.064s ok github.com/pingcap/tidb/pkg/util/execdetails 0.126s ok github.com/pingcap/tidb/pkg/util/expensivequery 0.230s ok github.com/pingcap/tidb/pkg/util/extsort 0.039s ok github.com/pingcap/tidb/pkg/util/fastrand 0.020s ok github.com/pingcap/tidb/pkg/util/filter 0.020s ok github.com/pingcap/tidb/pkg/util/format 0.021s ok github.com/pingcap/tidb/pkg/util/gctuner 0.127s ok github.com/pingcap/tidb/pkg/util/generatedexpr 0.144s ok github.com/pingcap/tidb/pkg/util/generic 0.017s ok github.com/pingcap/tidb/pkg/util/globalconn 0.060s ok github.com/pingcap/tidb/pkg/util/hack 0.019s ok github.com/pingcap/tidb/pkg/util/intest 0.023s ? github.com/pingcap/tidb/pkg/util/israce [no test files] ok github.com/pingcap/tidb/pkg/util/intset 0.007s ? github.com/pingcap/tidb/pkg/util/linter/constructor [no test files] github.com/pingcap/tidb/pkg/util/metricsutil coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/logutil/consistency coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/nocopy github.com/pingcap/tidb/pkg/util/ppcpuusage coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/util/keydecoder 0.315s ok github.com/pingcap/tidb/pkg/util/kvcache 0.054s ok github.com/pingcap/tidb/pkg/util/logutil 0.102s ok github.com/pingcap/tidb/pkg/util/mathutil 0.021s ok github.com/pingcap/tidb/pkg/util/memory 0.051s ok github.com/pingcap/tidb/pkg/util/memoryusagealarm 0.111s ok github.com/pingcap/tidb/pkg/util/mock 0.133s ok github.com/pingcap/tidb/pkg/util/mvmap 0.016s ok github.com/pingcap/tidb/pkg/util/paging 0.017s ok github.com/pingcap/tidb/pkg/util/parser 0.135s ok github.com/pingcap/tidb/pkg/util/partialjson 0.014s ok github.com/pingcap/tidb/pkg/util/password-validation 0.127s ok github.com/pingcap/tidb/pkg/util/plancodec 0.102s ok github.com/pingcap/tidb/pkg/util/prefetch 0.015s ok github.com/pingcap/tidb/pkg/util/printer 0.053s ok github.com/pingcap/tidb/pkg/util/profile 0.183s ok github.com/pingcap/tidb/pkg/util/promutil 0.009s ok github.com/pingcap/tidb/pkg/util/queue 0.008s ? github.com/pingcap/tidb/pkg/util/size [no test files] ? github.com/pingcap/tidb/pkg/util/syncutil [no test files] github.com/pingcap/tidb/pkg/util/replayer coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/signal coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/sli coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/skip coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/serialization coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/sqlexec/mock coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/sqlkiller coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/util/ranger 0.426s ok github.com/pingcap/tidb/pkg/util/ranger/context 0.158s ok github.com/pingcap/tidb/pkg/util/redact 0.050s ok github.com/pingcap/tidb/pkg/util/regexpr-router 0.019s ok github.com/pingcap/tidb/pkg/util/resourcegrouptag 0.061s ok github.com/pingcap/tidb/pkg/util/rowDecoder 0.326s ok github.com/pingcap/tidb/pkg/util/rowcodec 0.136s ok github.com/pingcap/tidb/pkg/util/schemacmp 0.329s ok github.com/pingcap/tidb/pkg/util/selection 0.020s ok github.com/pingcap/tidb/pkg/util/sem 0.165s ok github.com/pingcap/tidb/pkg/util/servermemorylimit 0.128s ok github.com/pingcap/tidb/pkg/util/servicescope 0.018s ok github.com/pingcap/tidb/pkg/util/set 0.058s ok github.com/pingcap/tidb/pkg/util/slice 0.021s ok github.com/pingcap/tidb/pkg/util/sqlescape 0.019s ok github.com/pingcap/tidb/pkg/util/sqlexec 0.150s ok github.com/pingcap/tidb/pkg/util/stmtsummary 0.125s ok github.com/pingcap/tidb/pkg/util/stmtsummary/v2 0.083s ok github.com/pingcap/tidb/pkg/util/stmtsummary/v2/tests 0.386s ok github.com/pingcap/tidb/pkg/util/stringutil 0.022s ok github.com/pingcap/tidb/pkg/util/sys/linux 0.020s ok github.com/pingcap/tidb/pkg/util/sys/storage 0.018s ? github.com/pingcap/tidb/pkg/util/tableutil [no test files] ? github.com/pingcap/tidb/pkg/util/tikvutil [no test files] github.com/pingcap/tidb/pkg/util/tiflash coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/tiflashcompute coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/util/systimemon 0.024s ok github.com/pingcap/tidb/pkg/util/table-filter 0.008s ok github.com/pingcap/tidb/pkg/util/table-router 0.008s ok github.com/pingcap/tidb/pkg/util/table-rule-selector 0.009s ok github.com/pingcap/tidb/pkg/util/texttree 0.009s ? github.com/pingcap/tidb/pkg/util/tls [no test files] ok github.com/pingcap/tidb/pkg/util/timeutil 0.031s github.com/pingcap/tidb/pkg/util/topsql/collector/mock coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/util/topsql 0.039s ok github.com/pingcap/tidb/pkg/util/topsql/collector 0.041s ? github.com/pingcap/tidb/pkg/util/versioninfo [no test files] github.com/pingcap/tidb/pkg/util/topsql/reporter/mock coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/topsql/reporter/metrics coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/topsql/state coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/trxevents coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/util/topsql/reporter 0.040s ok github.com/pingcap/tidb/pkg/util/topsql/stmtstats 0.029s ok github.com/pingcap/tidb/pkg/util/tracing 0.012s ok github.com/pingcap/tidb/pkg/util/vitess 0.010s ok github.com/pingcap/tidb/pkg/util/watcher 0.009s ok github.com/pingcap/tidb/pkg/util/workloadrepo 0.185s ok github.com/pingcap/tidb/pkg/util/zeropool 0.007s github.com/pingcap/tidb/tools/gen-parquet coverage: 0.0% of statements github.com/pingcap/tidb/tools/fake-oauth coverage: 0.0% of statements github.com/pingcap/tidb/tools/dashboard-linter coverage: 0.0% of statements github.com/pingcap/tidb/tools/tazel coverage: 0.0% of statements github.com/pingcap/tidb/tools/patch-go coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/workloadlearning 0.171s no test case in pkg/ddl/ingest/testutil no test case in pkg/ddl/logutil no test case in pkg/ddl/mock no test case in pkg/ddl/resourcegroup no test case in pkg/ddl/testargsv1 no test case in pkg/ddl/testutil no test case in pkg/disttask/framework no test case in pkg/disttask/framework/mock no test case in pkg/disttask/framework/mock/execute no test case in pkg/disttask/framework/scheduler/mock no test case in pkg/disttask/framework/taskexecutor/execute no test case in pkg/disttask/framework/testutil no test case in pkg/disttask/importinto/mock no test case in pkg/domain/metrics no test case in pkg/executor/internal/builder no test case in pkg/executor/internal/testutil no test case in pkg/executor/internal/util no test case in pkg/executor/join/joinversion no test case in pkg/executor/metrics no test case in pkg/executor/unionexec no test case in pkg/expression/generator no test case in pkg/expression/generator/helper no test case in pkg/extension/extensionimpl no test case in pkg/infoschema/context no test case in pkg/infoschema/metrics no test case in pkg/lock no test case in pkg/lock/context no test case in pkg/param no test case in pkg/planner no test case in pkg/planner/cascades/base/cascadesctx no test case in pkg/planner/cascades/rule/join no test case in pkg/planner/cascades/rule/ruleset no test case in pkg/planner/cascades/util no test case in pkg/planner/core/base no test case in pkg/planner/core/constraint no test case in pkg/planner/core/cost no test case in pkg/planner/core/metrics no test case in pkg/planner/core/operator/baseimpl no test case in pkg/planner/core/operator/logicalop no test case in pkg/planner/core/operator/physicalop no test case in pkg/planner/core/resolve no test case in pkg/planner/core/rule no test case in pkg/planner/core/rule/util no test case in pkg/planner/plannersession no test case in pkg/planner/util/coretestsdk no test case in pkg/planner/util/coreusage no test case in pkg/planner/util/costusage no test case in pkg/planner/util/debugtrace no test case in pkg/planner/util/domainmisc no test case in pkg/planner/util/optimizetrace no test case in pkg/planner/util/optimizetrace/logicaltrace no test case in pkg/planner/util/tablesampler no test case in pkg/planner/util/utilfuncp no test case in pkg/privilege no test case in pkg/privilege/conn no test case in pkg/resourcegroup no test case in pkg/resourcemanager/pool no test case in pkg/resourcemanager/poolmanager no test case in pkg/resourcemanager/scheduler no test case in pkg/server/err no test case in pkg/server/handler no test case in pkg/server/handler/tikvhandler no test case in pkg/server/handler/ttlhandler no test case in pkg/server/internal/handshake no test case in pkg/server/internal/resultset no test case in pkg/server/internal/testserverclient no test case in pkg/server/internal/testutil no test case in pkg/server/metrics no test case in pkg/server/tests/servertestkit no test case in pkg/session/metrics no test case in pkg/session/txninfo no test case in pkg/session/types no test case in pkg/sessionctx/sysproctrack no test case in pkg/sessionctx/vardef no test case in pkg/sessiontxn/internal no test case in pkg/sessiontxn/isolation/metrics no test case in pkg/statistics/handle/cache/internal no test case in pkg/statistics/handle/cache/internal/mapcache no test case in pkg/statistics/handle/cache/internal/metrics no test case in pkg/statistics/handle/cache/internal/testutil no test case in pkg/statistics/handle/ddl/testutil no test case in pkg/statistics/handle/history no test case in pkg/statistics/handle/initstats no test case in pkg/statistics/handle/internal no test case in pkg/statistics/handle/logutil no test case in pkg/statistics/handle/metrics no test case in pkg/statistics/handle/types no test case in pkg/statistics/handle/usage/predicatecolumn no test case in pkg/statistics/handle/util/test no test case in pkg/statistics/util no test case in pkg/store/copr/metrics no test case in pkg/store/driver/backoff no test case in pkg/store/driver/options no test case in pkg/store/mockstore/mockstorage no test case in pkg/store/mockstore/unistore/client no test case in pkg/store/mockstore/unistore/config no test case in pkg/store/mockstore/unistore/metrics no test case in pkg/store/mockstore/unistore/pd no test case in pkg/store/mockstore/unistore/server no test case in pkg/store/mockstore/unistore/tikv/dbreader no test case in pkg/store/mockstore/unistore/tikv/kverrors no test case in pkg/store/mockstore/unistore/tikv/mvcc no test case in pkg/store/mockstore/unistore/tikv/pberror no test case in pkg/store/pdtypes no test case in pkg/testkit/analyzehelper no test case in pkg/testkit/ddlhelper no test case in pkg/testkit/external no test case in pkg/testkit/testenv no test case in pkg/testkit/testfailpoint no test case in pkg/testkit/testflag no test case in pkg/testkit/testmain no test case in pkg/testkit/testsetup no test case in pkg/timer/metrics no test case in pkg/util/breakpoint no test case in pkg/util/cgmon no test case in pkg/util/channel no test case in pkg/util/collate/ucadata/generator no test case in pkg/util/collate/ucaimpl no test case in pkg/util/compress no test case in pkg/util/cpuprofile/testutil no test case in pkg/util/dbterror/exeerrors no test case in pkg/util/dbutil/dbutiltest no test case in pkg/util/domainutil no test case in pkg/util/gcutil no test case in pkg/util/hint no test case in pkg/util/importer no test case in pkg/util/injectfailpoint no test case in pkg/util/israce no test case in pkg/util/linter/constructor no test case in pkg/util/logutil/consistency no test case in pkg/util/metricsutil no test case in pkg/util/nocopy no test case in pkg/util/ppcpuusage no test case in pkg/util/replayer no test case in pkg/util/serialization no test case in pkg/util/signal no test case in pkg/util/size no test case in pkg/util/skip no test case in pkg/util/sli no test case in pkg/util/sqlexec/mock no test case in pkg/util/sqlkiller no test case in pkg/util/syncutil no test case in pkg/util/tableutil no test case in pkg/util/tiflash no test case in pkg/util/tiflashcompute no test case in pkg/util/tikvutil no test case in pkg/util/tls no test case in pkg/util/topsql/collector/mock no test case in pkg/util/topsql/reporter/metrics no test case in pkg/util/topsql/reporter/mock no test case in pkg/util/topsql/state no test case in pkg/util/trxevents no test case in pkg/util/versioninfo no test case in tools/dashboard-linter no test case in tools/fake-oauth no test case in tools/gen-parquet no test case in tools/patch-go no test case in tools/tazel building task finish, parallelism=32, count=6092, takes=23m9.817664378s [FAIL] pkg/executor/test/analyzetest TestKillAutoAnalyze err=exit status 1 [2025/04/05 17:26:05.618 -05:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 17:26:05.619 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:05.619 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:05.620 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:05.620 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:05.620 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:05.621 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=fcea3796-eae5-4c91-94cb-a57d6d50bd80] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:26:05.628 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:26:05.628 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:26:05.629 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/executor/test/analyzetest.testKillAutoAnalyze\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/analyzetest/analyze_test.go:1902\ngithub.com/pingcap/tidb/pkg/executor/test/analyzetest.TestKillAutoAnalyze\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/analyzetest/analyze_test.go:1980\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:26:05.640 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=11.233835ms] [2025/04/05 17:26:05.640 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:26:05.640 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=4f934381-d3c2-43f8-b262-cb32fa94d684] [runWorker=true] [jobVersion=v2] [2025/04/05 17:26:05.640 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:26:05.640 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:26:05.640 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:26:05.640 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:26:05.640 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:26:05.640 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:26:05.640 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:26:05.640 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:26:05.640 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:26:05.640 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:26:05.640 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:26:05.640 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:26:05.640 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:26:05.644 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:26:05.644 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=4f934381-d3c2-43f8-b262-cb32fa94d684] [2025/04/05 17:26:05.644 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:26:05.644 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:26:05.644 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:26:05.644 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:26:05.644 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:26:05.844 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.843 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:05.845 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.843 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 17:26:05.846 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.843 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.862 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=14.498557ms] [2025/04/05 17:26:05.862 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:26:05.863 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:05.863 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 17:26:05.863 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=15.849964ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.843 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.864 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.843 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.867 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 17:26:05.867 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 17:26:05.867 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 17:26:05.867 -05:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Europe/Berlin] [2025/04/05 17:26:05.870 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:05.870 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:26:05.872 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.877 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=1.033628ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:05.878 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:05.878 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 17:26:05.879 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=2.962289ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.881 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.885 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 17:26:05.885 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:26:05.887 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:05.887 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2025/04/05 17:26:05.888 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.889 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=177.932µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:05.890 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:05.890 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 17:26:05.892 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=3.019969ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.893 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.895 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 17:26:05.895 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/05 17:26:05.897 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.897 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:05.897 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.897 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [2025/04/05 17:26:05.899 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.897 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.900 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=175.288µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:05.901 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:05.901 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 17:26:05.903 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=3.025994ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.897 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.904 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.897 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.906 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 17:26:05.906 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/05 17:26:05.908 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.907 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:05.909 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.907 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:26:05.909 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.907 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.912 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=423.957µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:05.913 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:05.913 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 17:26:05.914 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.211573ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.907 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.915 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.907 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.918 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 17:26:05.918 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:26:05.920 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.919 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:05.920 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.919 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:26:05.921 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.919 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.923 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=286.051µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:05.923 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:05.923 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 17:26:05.926 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=3.056595ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.919 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.927 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.919 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.929 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 17:26:05.929 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:26:05.931 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.93 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:05.931 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.93 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:26:05.932 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.93 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.934 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=244.789µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:05.935 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:05.935 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 17:26:05.937 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=3.06057ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.93 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.938 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.93 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.940 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 17:26:05.940 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:26:05.942 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.941 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:05.942 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.941 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/05 17:26:05.943 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.941 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.944 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=145.868µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:05.945 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:05.945 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 17:26:05.946 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.473771ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.941 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.947 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.941 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.949 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 17:26:05.949 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/05 17:26:05.950 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.949 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:05.950 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.949 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2025/04/05 17:26:05.951 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.949 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.953 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=161.805µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:05.953 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:05.953 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 17:26:05.956 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.968263ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.949 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.957 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.949 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.958 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 17:26:05.958 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/05 17:26:05.960 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.959 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:05.960 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.959 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/05 17:26:05.961 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.959 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.963 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=196.638µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:05.963 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:05.963 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 17:26:05.966 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=3.042792ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.959 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.967 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.959 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.969 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 17:26:05.969 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/05 17:26:05.971 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.97 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:05.971 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.97 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2025/04/05 17:26:05.972 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.97 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.973 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=202.779µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:05.974 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:05.974 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 17:26:05.975 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.03258ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.97 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.976 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.97 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.979 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 17:26:05.979 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/05 17:26:05.979 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:05.981 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.98 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:05.981 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.98 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:26:05.982 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.98 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.984 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=290.567µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:05.985 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:05.985 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 17:26:05.986 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.079164ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.98 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.987 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.98 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.990 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 17:26:05.990 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:26:05.992 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.991 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:05.992 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.991 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2025/04/05 17:26:05.993 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.991 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.996 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=256.671µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:05.996 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:05.997 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 17:26:05.998 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.232333ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:05.991 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:05.999 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:05.991 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.001 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 17:26:06.001 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/05 17:26:06.003 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.002 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.003 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.002 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2025/04/05 17:26:06.004 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.002 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.005 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=198.95µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.006 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.006 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 17:26:06.007 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.023882ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.002 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.008 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.002 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.010 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 17:26:06.010 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:26:06.012 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.011 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.012 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.011 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2025/04/05 17:26:06.013 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.011 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.015 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=184.064µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.015 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.015 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 17:26:06.017 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=3.035462ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.011 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.019 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.011 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.021 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 17:26:06.021 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:26:06.022 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.022 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.022 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.022 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:26:06.023 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.022 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.025 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=189.465µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.026 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.026 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 17:26:06.027 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.2169ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.022 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.028 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.022 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.030 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 17:26:06.030 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:26:06.032 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.031 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.032 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.031 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2025/04/05 17:26:06.033 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.031 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.034 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=197.318µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.035 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.035 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 17:26:06.037 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.978025ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.031 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.038 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.031 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.040 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 17:26:06.040 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/05 17:26:06.042 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.042 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.042 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.042 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [2025/04/05 17:26:06.043 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.042 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.045 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=206.181µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.046 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.046 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 17:26:06.047 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.13731ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.042 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.048 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.042 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.050 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 17:26:06.050 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/05 17:26:06.052 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.051 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.052 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.051 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:26:06.053 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.051 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.056 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=351.414µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.056 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.056 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 17:26:06.057 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.173515ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.051 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.059 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.051 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.061 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 17:26:06.061 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:26:06.063 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.063 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.063 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.063 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:26:06.064 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.063 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.066 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=196.489µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.067 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.067 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 17:26:06.069 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=3.054574ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.063 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.070 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.063 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.072 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 17:26:06.072 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:26:06.074 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.074 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2025/04/05 17:26:06.075 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.076 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=139.975µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.077 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.077 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 17:26:06.079 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=3.051724ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.080 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.082 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 17:26:06.082 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/05 17:26:06.084 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.083 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.084 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.083 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/05 17:26:06.085 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.083 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.086 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=126.262µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.086 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.086 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 17:26:06.089 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.954138ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.083 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.090 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.083 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.092 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 17:26:06.092 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/05 17:26:06.093 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.093 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.093 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.093 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2025/04/05 17:26:06.094 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.093 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.097 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=260.478µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.097 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.097 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 17:26:06.099 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.080716ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.093 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.100 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.093 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.102 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 17:26:06.102 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/05 17:26:06.104 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.103 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.104 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.103 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:26:06.105 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.103 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.106 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=177.358µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.107 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.107 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 17:26:06.108 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.107426ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.103 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.109 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.103 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.111 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 17:26:06.111 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:26:06.113 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.112 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.113 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.112 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [2025/04/05 17:26:06.114 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.112 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.116 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=196.575µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.116 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.116 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 17:26:06.118 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=3.053322ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.112 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.120 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.112 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.122 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 17:26:06.122 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/05 17:26:06.125 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.124 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.125 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.124 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2025/04/05 17:26:06.127 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.124 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.129 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=236.553µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.132 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.132 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 17:26:06.149 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=19.549328ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.124 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.150 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.124 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.152 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 17:26:06.152 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/05 17:26:06.154 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.153 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.154 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.153 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2025/04/05 17:26:06.155 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.153 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.157 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=184.957µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.158 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.158 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 17:26:06.159 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.008562ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.153 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.160 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.153 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.162 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 17:26:06.162 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:26:06.164 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.163 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.164 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.163 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2025/04/05 17:26:06.165 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.163 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.166 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=154.2µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.167 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.167 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 17:26:06.168 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.00629ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.163 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.169 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.163 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.170 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 17:26:06.170 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/05 17:26:06.171 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:06.172 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.173 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2025/04/05 17:26:06.173 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.175 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=196.839µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.176 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.176 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 17:26:06.177 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.065691ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.178 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.180 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 17:26:06.180 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:26:06.182 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.181 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.182 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.181 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:26:06.183 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.181 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.185 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=230.387µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.185 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.185 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 17:26:06.186 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.006381ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.181 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.187 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.181 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.190 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 17:26:06.190 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:26:06.191 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.191 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.191 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.191 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:26:06.192 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.191 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.194 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=221.117µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.195 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.195 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 17:26:06.196 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.511494ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.191 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.197 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.191 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.199 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 17:26:06.200 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:26:06.201 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.201 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.201 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.201 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/05 17:26:06.202 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.201 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.205 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=318.463µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.205 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.205 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 17:26:06.206 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.148423ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.201 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.208 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.201 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.210 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 17:26:06.210 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/05 17:26:06.212 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.211 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.212 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.211 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/05 17:26:06.213 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.211 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.214 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=148.588µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.214 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.214 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 17:26:06.217 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.950024ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.211 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.218 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.211 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.219 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 17:26:06.219 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/05 17:26:06.221 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.221 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.222 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.221 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/05 17:26:06.222 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.221 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.224 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=191.929µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:26:06.225 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.225 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 17:26:06.226 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.013548ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.221 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.227 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.221 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.229 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 17:26:06.231 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.23 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.231 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.23 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/05 17:26:06.232 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.23 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.233 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=182.776µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.234 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.234 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 17:26:06.236 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=3.021641ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.23 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.237 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.23 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.239 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 17:26:06.239 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/05 17:26:06.241 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:06.24 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.241 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.24 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:26:06.242 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.24 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.243 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=159.091µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.244 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.244 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 17:26:06.245 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.409018ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.24 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.246 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.24 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.248 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 17:26:06.248 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [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=] [2025/04/05 17:26:06.250 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:06.249 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.250 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.249 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:26:06.251 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.249 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.252 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=155.865µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.253 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.253 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 17:26:06.254 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.02545ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.249 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.255 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.249 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.257 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 17:26:06.257 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [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=] [2025/04/05 17:26:06.259 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:06.258 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.259 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.258 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:26:06.260 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.258 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.263 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=304.961µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.263 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.263 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 17:26:06.264 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.097157ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.258 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.265 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.258 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.268 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 17:26:06.268 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [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=] [2025/04/05 17:26:06.270 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:06.269 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.270 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.269 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:26:06.271 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.269 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.273 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=313.967µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.274 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.274 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 17:26:06.275 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.104731ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.269 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.276 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.269 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.278 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 17:26:06.278 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [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=] [2025/04/05 17:26:06.280 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:06.279 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.280 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.279 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:26:06.281 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.279 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.283 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=342.419µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.284 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.284 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 17:26:06.285 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.09853ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.279 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.286 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.279 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.289 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 17:26:06.289 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [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=] [2025/04/05 17:26:06.291 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:06.29 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.291 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.29 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:26:06.292 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.29 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.294 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=349.997µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.296 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.296 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 17:26:06.297 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.774703ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.29 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.298 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.29 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.301 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 17:26:06.301 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:26:06.303 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:06.302 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.303 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.302 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:26:06.304 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.302 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.306 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=329.704µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.307 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.307 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 17:26:06.308 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.253631ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.302 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.309 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.302 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.312 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 17:26:06.312 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:26:06.314 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:06.313 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.314 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.313 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:26:06.315 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.313 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.317 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=311.387µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.318 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.318 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 17:26:06.319 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.191101ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.313 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.320 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.313 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.323 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 17:26:06.323 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [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=] [2025/04/05 17:26:06.325 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:06.324 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.325 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.324 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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;"] [2025/04/05 17:26:06.326 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.324 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.328 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=272.886µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.328 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.328 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 17:26:06.329 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.0712ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.324 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.331 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.324 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.333 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 17:26:06.333 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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=] [2025/04/05 17:26:06.335 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:06.334 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.335 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.334 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:26:06.335 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.334 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.337 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=245.781µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.338 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.338 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 17:26:06.339 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.038231ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.334 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.340 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.334 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.342 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 17:26:06.342 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:26:06.344 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:06.343 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.344 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.343 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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)"] [2025/04/05 17:26:06.346 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.343 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.348 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=355.133µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.349 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.349 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 17:26:06.350 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.155655ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.343 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.351 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.343 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.354 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 17:26:06.354 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [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=] [2025/04/05 17:26:06.356 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:06.355 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.356 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.355 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:26:06.357 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.355 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.358 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=258.73µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.359 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.359 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 17:26:06.360 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.019678ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.355 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.361 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.355 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.363 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 17:26:06.363 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:26:06.365 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:06.364 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.365 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.364 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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 );"] [2025/04/05 17:26:06.366 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.364 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.367 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=157.671µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.368 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.368 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 17:26:06.370 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.968578ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.364 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.371 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.364 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.373 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 17:26:06.373 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [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=] [2025/04/05 17:26:06.374 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:06.374 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.374 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.374 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:26:06.375 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.374 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.377 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=185.567µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.377 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.377 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 17:26:06.380 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.986076ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.374 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.381 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.374 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.382 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 17:26:06.383 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [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=] [2025/04/05 17:26:06.383 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:06.384 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.383 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.384 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.383 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/05 17:26:06.385 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.383 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.387 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=194.858µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.387 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.387 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 17:26:06.389 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=3.005586ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.383 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.390 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.383 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.392 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 17:26:06.392 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/05 17:26:06.394 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.393 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.394 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.393 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 17:26:06.395 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.393 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.396 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=53.985µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 17:26:06.397 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.397 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 17:26:06.399 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.976905ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.393 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.400 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.393 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.402 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 17:26:06.402 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 17:26:06.403 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.403 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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;"] [2025/04/05 17:26:06.404 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.406 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=141.454µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:26:06.406 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.406 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 17:26:06.408 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.975879ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.409 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.411 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 17:26:06.413 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.412 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.413 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.412 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/05 17:26:06.414 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.412 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.416 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=304.915µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.417 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.417 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 17:26:06.418 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.098026ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.412 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.419 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.412 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.422 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 17:26:06.422 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/05 17:26:06.424 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.424 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/05 17:26:06.425 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.426 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=202.166µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.427 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.427 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 17:26:06.429 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=3.041837ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.430 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.432 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 17:26:06.432 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/05 17:26:06.434 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.434 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/05 17:26:06.435 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.437 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=220.558µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.437 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:06.437 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 17:26:06.438 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.020647ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.440 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.442 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 17:26:06.442 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/05 17:26:06.460 -05:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=819.501141ms] [2025/04/05 17:26:06.460 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:26:06.461 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=4f934381-d3c2-43f8-b262-cb32fa94d684] [2025/04/05 17:26:06.461 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:26:06.461 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:26:06.461 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=3.128µs] [2025/04/05 17:26:06.461 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.085µs] [2025/04/05 17:26:06.461 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=1.822µs] [2025/04/05 17:26:06.461 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.459µs] [2025/04/05 17:26:06.461 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.086µs] [2025/04/05 17:26:06.461 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=2.18µs] [2025/04/05 17:26:06.461 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=2.35µs] [2025/04/05 17:26:06.461 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.298µs] [2025/04/05 17:26:06.461 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.957µs] [2025/04/05 17:26:06.461 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=2.222µs] [2025/04/05 17:26:06.461 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=4f934381-d3c2-43f8-b262-cb32fa94d684] [2025/04/05 17:26:06.461 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:26:06.461 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:26:06.461 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=4f934381-d3c2-43f8-b262-cb32fa94d684] ["take time"=1.66863ms] [2025/04/05 17:26:06.461 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=4f934381-d3c2-43f8-b262-cb32fa94d684] [2025/04/05 17:26:06.463 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:26:06.463 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:26:06.463 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:26:06.463 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:26:06.463 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:26:06.463 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:26:06.463 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:26:06.463 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:26:06.463 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:26:06.463 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:26:06.463 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:26:06.463 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:26:06.463 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:26:06.463 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:26:06.463 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=2.83872ms] [2025/04/05 17:26:06.463 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=fcea3796-eae5-4c91-94cb-a57d6d50bd80] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:26:06.467 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:26:06.467 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:26:06.480 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.500046ms] [2025/04/05 17:26:06.480 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:26:06.481 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=ebff72bb-6674-42fc-bf78-f23a8c44229e] [runWorker=true] [jobVersion=v2] [2025/04/05 17:26:06.481 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:26:06.481 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:26:06.481 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:26:06.481 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:26:06.481 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:26:06.481 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:26:06.481 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:26:06.481 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:26:06.481 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:26:06.481 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:26:06.481 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:26:06.481 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:26:06.481 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:26:06.483 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:26:06.483 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=ebff72bb-6674-42fc-bf78-f23a8c44229e] [2025/04/05 17:26:06.483 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:26:06.483 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:26:06.483 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:26:06.483 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:26:06.483 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:26:06.484 -05:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 17:26:06.485 -05:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 17:26:06.486 -05:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 17:26:06.486 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:26:06.486 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=ebff72bb-6674-42fc-bf78-f23a8c44229e] [2025/04/05 17:26:06.487 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:26:06.488 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:26:06.489 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:26:06.489 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:26:06.489 -05:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 17:26:06.489 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:26:06.489 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:26:06.489 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:26:06.489 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:26:06.489 -05:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=875.8GiB] [2025/04/05 17:26:06.490 -05:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 17:26:06.490 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=ebff72bb-6674-42fc-bf78-f23a8c44229e] [2025/04/05 17:26:06.490 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=ebff72bb-6674-42fc-bf78-f23a8c44229e] [ttl-worker=task-manager] [ttl-worker=ebff72bb-6674-42fc-bf78-f23a8c44229e] [originalCount=0] [newCount=4] [2025/04/05 17:26:06.490 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=ebff72bb-6674-42fc-bf78-f23a8c44229e] [ttl-worker=task-manager] [ttl-worker=ebff72bb-6674-42fc-bf78-f23a8c44229e] [originalCount=0] [newCount=4] [2025/04/05 17:26:06.490 -05:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=ebff72bb-6674-42fc-bf78-f23a8c44229e] [2025/04/05 17:26:06.492 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:26:06.493 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=test] [sql="drop table if exists t"] [user=] [2025/04/05 17:26:06.495 -05:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 17:26:06.495 -05:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 17:26:06.497 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.496 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:06.497 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.496 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t (a int, b int)"] [2025/04/05 17:26:06.498 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.496 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.498 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t)"] [2025/04/05 17:26:06.500 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=114.571µs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:06.501 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 17:26:06.502 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=2.122983ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:06.496 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.503 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:06.496 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:06.505 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 17:26:06.505 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t (a int, b int)"] [user=] [2025/04/05 17:26:06.518 -05:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/05 17:26:06.544 -05:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/05 17:26:06.518 -05:00] ["end time"=2025/04/05 17:26:06.543 -05:00] [cost=24.766563ms] ["sample rate reason"=] [2025/04/05 17:26:06.554 -05:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_auto_analyze_start_time] [val="00:00 +0000"] [2025/04/05 17:26:06.556 -05:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_auto_analyze_end_time] [val="23:59 +0000"] [2025/04/05 17:26:06.565 -05:00] [INFO] [queue.go:247] ["Fetched all tables"] [category=stats] [tableCount=1] [duration=7.228012ms] [2025/04/05 17:26:06.565 -05:00] [INFO] [queue.go:147] ["Priority queue initialized"] [category=stats] [duration=7.981407ms] [2025/04/05 17:26:06.567 -05:00] [INFO] [refresher.go:162] ["Auto analyze triggered"] [category=stats] [job="NonPartitionedTableAnalysisJob:\n\tAnalyzeType: analyzeTable\n\tIndexes: \n\tSchema: test\n\tTable: t\n\tTableID: 112\n\tTableStatsVer: 1\n\tChangePercentage: 1.500000\n\tTableSize: 10.00\n\tLastAnalysisDuration: 34ms\n\tWeight: 1.325295\n"] [2025/04/05 17:26:06.567 -05:00] [INFO] [worker.go:91] ["Job submitted"] [category=stats] [job="NonPartitionedTableAnalysisJob:\n\tAnalyzeType: analyzeTable\n\tIndexes: \n\tSchema: test\n\tTable: t\n\tTableID: 112\n\tTableStatsVer: 1\n\tChangePercentage: 1.500000\n\tTableSize: 10.00\n\tLastAnalysisDuration: 34ms\n\tWeight: 1.325295\n"] [2025/04/05 17:26:06.568 -05:00] [WARN] [sqlkiller.go:61] ["kill initiated"] ["connection ID"=2097154] [reason="[executor:1317]Query execution was interrupted"] [2025/04/05 17:26:06.569 -05:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/05 17:26:06.569 -05:00] [WARN] [sqlkiller.go:137] ["kill finished"] [conn=2097154] [2025/04/05 17:26:06.569 -05:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 17:26:06.569 -05:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=56] [error="[executor:1317]Query execution was interrupted"] [errorVerbose="[executor:1317]Query execution was interrupted\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/util/sqlkiller.(*SQLKiller).getKillError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/sqlkiller/sqlkiller.go:74\ngithub.com/pingcap/tidb/pkg/util/sqlkiller.(*SQLKiller).HandleSignal\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/sqlkiller/sqlkiller.go:126\ngithub.com/pingcap/tidb/pkg/executor.(*AnalyzeExec).handleResultsErrorWithConcurrency\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/analyze.go:453\ngithub.com/pingcap/tidb/pkg/executor.(*AnalyzeExec).handleResultsError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/analyze.go:426\ngithub.com/pingcap/tidb/pkg/executor.(*AnalyzeExec).Next.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/analyze.go:133\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\t/home/prow/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup/errgroup.go:78\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 2097154,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/05 17:26:06.569 -05:00] [ERROR] [exec.go:63] ["auto analyze failed"] [category=stats] [sql="analyze table `test`.`t`"] [cost_time=1.775383ms] [error="[executor:1317]Query execution was interrupted"] [errorVerbose="[executor:1317]Query execution was interrupted\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/util/sqlkiller.(*SQLKiller).getKillError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/sqlkiller/sqlkiller.go:74\ngithub.com/pingcap/tidb/pkg/util/sqlkiller.(*SQLKiller).HandleSignal\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/sqlkiller/sqlkiller.go:126\ngithub.com/pingcap/tidb/pkg/executor.(*AnalyzeExec).handleResultsErrorWithConcurrency\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/analyze.go:453\ngithub.com/pingcap/tidb/pkg/executor.(*AnalyzeExec).handleResultsError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/analyze.go:426\ngithub.com/pingcap/tidb/pkg/executor.(*AnalyzeExec).Next.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/analyze.go:133\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\t/home/prow/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup/errgroup.go:78\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [stack="github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/exec.AutoAnalyze\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/exec/exec.go:63\ngithub.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue.(*NonPartitionedTableAnalysisJob).analyzeTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue/non_partitioned_table_analysis_job.go:227\ngithub.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue.(*NonPartitionedTableAnalysisJob).Analyze.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue/non_partitioned_table_analysis_job.go:103\ngithub.com/pingcap/tidb/pkg/statistics/handle/util.CallWithSCtx\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/statistics/handle/util/util.go:107\ngithub.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue.(*NonPartitionedTableAnalysisJob).Analyze\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue/non_partitioned_table_analysis_job.go:100\ngithub.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/refresher.(*worker).processJob\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/refresher/worker.go:102\ngithub.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/refresher.(*worker).SubmitJob.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/refresher/worker.go:83\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithRecover.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:199"] [2025/04/05 17:26:06.673 -05:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_auto_analyze_start_time] [val="00:00 +0000"] [2025/04/05 17:26:06.675 -05:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_auto_analyze_end_time] [val="23:59 +0000"] [2025/04/05 17:26:06.676 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:26:06.676 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=ebff72bb-6674-42fc-bf78-f23a8c44229e] [2025/04/05 17:26:06.676 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:26:06.676 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:26:06.676 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=3.8µs] [2025/04/05 17:26:06.676 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=ebff72bb-6674-42fc-bf78-f23a8c44229e] [2025/04/05 17:26:06.676 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:26:06.676 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:26:06.676 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=ebff72bb-6674-42fc-bf78-f23a8c44229e] ["take time"=189.145µs] [2025/04/05 17:26:06.676 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=ebff72bb-6674-42fc-bf78-f23a8c44229e] [2025/04/05 17:26:06.676 -05:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 17:26:06.676 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=ebff72bb-6674-42fc-bf78-f23a8c44229e] [ttl-worker=task-manager] [ttl-worker=ebff72bb-6674-42fc-bf78-f23a8c44229e] [originalCount=4] [newCount=0] [2025/04/05 17:26:06.676 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:26:06.676 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:26:06.676 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:26:06.676 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:26:06.676 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=ebff72bb-6674-42fc-bf78-f23a8c44229e] [ttl-worker=task-manager] [ttl-worker=ebff72bb-6674-42fc-bf78-f23a8c44229e] [originalCount=4] [newCount=0] [2025/04/05 17:26:06.676 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:26:06.677 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:26:06.677 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:26:06.677 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:26:06.678 -05:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=ebff72bb-6674-42fc-bf78-f23a8c44229e] [2025/04/05 17:26:06.678 -05:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 17:26:06.678 -05:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 17:26:06.678 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:26:06.678 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:26:06.678 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:26:06.678 -05:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 17:26:06.678 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:26:06.678 -05:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 17:26:06.678 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:26:06.678 -05:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 17:26:06.678 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:26:06.678 -05:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 17:26:06.678 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:26:06.678 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:26:06.678 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:26:06.678 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:26:06.678 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:26:06.678 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:26:06.678 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:26:06.678 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:26:06.678 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:26:06.678 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:26:06.678 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:26:06.678 -05:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 17:26:06.678 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:26:06.678 -05:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 17:26:06.678 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:26:06.678 -05:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 17:26:06.678 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:26:06.678 -05:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 17:26:06.678 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:26:06.681 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:26:06.681 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:26:06.681 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:26:06.681 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:26:06.681 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:26:06.681 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:26:06.681 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:26:06.681 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:26:06.681 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:26:06.681 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:26:06.681 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:26:06.681 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=ebff72bb-6674-42fc-bf78-f23a8c44229e] [2025/04/05 17:26:06.681 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=ebff72bb-6674-42fc-bf78-f23a8c44229e] [2025/04/05 17:26:06.681 -05:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 17:26:06.681 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:26:06.681 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=ebff72bb-6674-42fc-bf78-f23a8c44229e] [2025/04/05 17:26:06.681 -05:00] [INFO] [queue.go:348] ["Priority queue stopped"] [category=stats] [2025/04/05 17:26:06.681 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=ebff72bb-6674-42fc-bf78-f23a8c44229e] [2025/04/05 17:26:06.681 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:26:06.681 -05:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 17:26:06.681 -05:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 17:26:06.681 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:26:06.682 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=6.339287ms] [2025/04/05 17:26:06.683 -05:00] [INFO] [db.go:567] ["Closing database"] [2025/04/05 17:26:06.683 -05:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 17:26:06.683 -05:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 17:26:06.683 -05:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 17:26:06.683 -05:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 17:26:06.683 -05:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestKillAutoAnalyze (1.09s) testkit.go:123: RefreshSession rand seed: 1743891966492780941 analyze_test.go:1888: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/analyzetest/analyze_test.go:1888 /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/analyzetest/analyze_test.go:1971 /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/analyzetest/analyze_test.go:1974 /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/analyzetest/analyze_test.go:1980 Error: Not equal: expected: "failed" actual : "running" Diff: --- Expected +++ Actual @@ -1 +1 @@ -failed +running Test: TestKillAutoAnalyze Messages: kill pending analyze job FAIL coverage: [no statements] [FAIL] pkg/executor/test/analyzetest TestKillAutoAnalyzeIndex err=exit status 1 [2025/04/05 17:26:41.462 -05:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 17:26:41.463 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:41.463 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:41.464 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:41.464 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:41.464 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:41.465 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=e22fbac4-cb72-44ba-abb0-8a3819a96403] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:26:41.472 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:26:41.472 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:26:41.473 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/executor/test/analyzetest.TestKillAutoAnalyzeIndex\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/analyzetest/analyze_test.go:1986\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:26:41.484 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=11.213513ms] [2025/04/05 17:26:41.484 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:26:41.484 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=dce3ab48-d30d-4306-a96a-4ca5ecdb88f0] [runWorker=true] [jobVersion=v2] [2025/04/05 17:26:41.484 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:26:41.484 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:26:41.484 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:26:41.484 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:26:41.484 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:26:41.484 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:26:41.484 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:26:41.484 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:26:41.484 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:26:41.484 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:26:41.484 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:26:41.484 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:26:41.484 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:26:41.488 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:26:41.488 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=dce3ab48-d30d-4306-a96a-4ca5ecdb88f0] [2025/04/05 17:26:41.488 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:26:41.488 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:26:41.490 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:26:41.490 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:26:41.490 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:26:41.491 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.49 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.491 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.49 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 17:26:41.492 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.49 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.508 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=14.53136ms] [2025/04/05 17:26:41.508 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:26:41.509 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.509 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 17:26:41.511 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=18.07768ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.49 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.513 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.49 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.516 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 17:26:41.516 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 17:26:41.516 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 17:26:41.516 -05:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Shanghai] [2025/04/05 17:26:41.519 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.517 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.519 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.517 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:26:41.521 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.517 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.526 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=727.877µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.527 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.527 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 17:26:41.528 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=2.72421ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.517 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.530 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.517 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.534 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 17:26:41.534 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:26:41.536 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.536 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2025/04/05 17:26:41.537 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.539 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=200.118µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.539 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.539 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 17:26:41.542 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=3.597382ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.543 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.545 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 17:26:41.545 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/05 17:26:41.547 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.546 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.547 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.546 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [2025/04/05 17:26:41.548 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.546 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.550 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=176.466µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.550 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.550 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 17:26:41.551 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.069667ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.546 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.553 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.546 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.555 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 17:26:41.555 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/05 17:26:41.557 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.556 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.557 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.556 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:26:41.558 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.556 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.561 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=437.285µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.562 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.562 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 17:26:41.563 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.381925ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.556 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.565 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.556 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.568 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 17:26:41.568 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:26:41.570 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.569 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.570 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.569 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:26:41.571 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.569 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.573 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=275.276µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.573 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.573 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 17:26:41.575 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.108719ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.569 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.576 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.569 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.578 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 17:26:41.578 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:26:41.580 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.579 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.580 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.579 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:26:41.581 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.579 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.583 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=246.958µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.583 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.583 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 17:26:41.584 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.048562ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.579 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.586 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.579 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.588 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 17:26:41.588 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:26:41.589 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.589 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.589 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.589 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/05 17:26:41.590 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.589 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.592 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=144.872µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.593 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.593 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 17:26:41.595 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.959403ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.589 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.596 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.589 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.598 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 17:26:41.598 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/05 17:26:41.599 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.599 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.600 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.599 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2025/04/05 17:26:41.600 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.599 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.602 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=152.713µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.602 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.602 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 17:26:41.605 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.965545ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.599 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.606 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.599 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.607 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 17:26:41.607 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/05 17:26:41.609 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.608 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.609 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.608 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/05 17:26:41.610 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.608 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.612 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=186.981µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.612 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.612 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 17:26:41.614 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=3.040237ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.608 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.615 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.608 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.617 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 17:26:41.618 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/05 17:26:41.619 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.618 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.619 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.618 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2025/04/05 17:26:41.620 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.618 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.622 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=243.016µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.622 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.622 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 17:26:41.623 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.013416ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.618 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.624 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.618 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.626 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 17:26:41.626 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/05 17:26:41.627 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:41.629 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.627 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.629 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.627 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:26:41.630 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.627 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.632 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=314.311µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.633 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.633 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 17:26:41.634 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.119997ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.627 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.635 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.627 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.637 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 17:26:41.637 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:26:41.639 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.638 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.639 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.638 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2025/04/05 17:26:41.640 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.638 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.642 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=232.458µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.643 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.643 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 17:26:41.644 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.124447ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.638 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.645 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.638 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.647 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 17:26:41.648 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/05 17:26:41.649 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.649 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.649 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.649 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2025/04/05 17:26:41.650 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.649 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.652 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=179.441µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.652 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.652 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 17:26:41.655 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.986203ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.649 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.656 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.649 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.658 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 17:26:41.658 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:26:41.659 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.659 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.659 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.659 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2025/04/05 17:26:41.660 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.659 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.662 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=201.069µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.663 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.663 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 17:26:41.665 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=3.011832ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.659 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.666 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.659 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.668 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 17:26:41.668 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:26:41.669 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.669 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.670 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.669 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:26:41.670 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.669 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.672 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=165.154µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.673 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.673 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 17:26:41.675 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=3.010594ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.669 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.676 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.669 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.678 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 17:26:41.678 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:26:41.679 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.679 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.679 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.679 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2025/04/05 17:26:41.680 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.679 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.682 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=214.796µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.683 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.683 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 17:26:41.685 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=3.01289ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.679 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.686 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.679 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.688 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 17:26:41.688 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/05 17:26:41.689 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.690 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [2025/04/05 17:26:41.690 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.693 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=212.11µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.693 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.693 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 17:26:41.695 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.986463ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.696 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.698 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 17:26:41.698 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/05 17:26:41.700 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.700 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:26:41.701 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.704 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=306.798µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.704 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.704 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 17:26:41.705 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.067879ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.706 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.709 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 17:26:41.709 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:26:41.711 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.71 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.711 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.71 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:26:41.712 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.71 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.714 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=192.489µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.714 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.714 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 17:26:41.716 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=3.036889ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.71 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.718 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.71 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.719 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 17:26:41.719 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:26:41.721 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.72 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.721 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.72 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2025/04/05 17:26:41.722 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.72 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.723 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=138.334µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.724 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.724 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 17:26:41.726 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.965207ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.72 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.727 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.72 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.729 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 17:26:41.729 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/05 17:26:41.730 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.73 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.730 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.73 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/05 17:26:41.731 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.73 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.732 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=130.509µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.733 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.733 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 17:26:41.735 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.922356ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.73 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.736 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.73 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.738 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 17:26:41.738 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/05 17:26:41.740 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.739 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.740 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.739 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2025/04/05 17:26:41.741 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.739 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.744 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=267.048µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.744 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.744 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 17:26:41.745 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.019242ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.739 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.746 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.739 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.748 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 17:26:41.748 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/05 17:26:41.750 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.749 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.750 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.749 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:26:41.751 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.749 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.753 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=186.757µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.753 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.753 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 17:26:41.755 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=3.002145ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.749 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.756 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.749 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.758 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 17:26:41.758 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:26:41.760 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.759 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.760 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.759 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [2025/04/05 17:26:41.761 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.759 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.762 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=201.113µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.763 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.763 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 17:26:41.765 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=3.015078ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.759 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.766 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.759 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.768 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 17:26:41.768 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/05 17:26:41.770 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.770 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2025/04/05 17:26:41.771 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.774 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=212.762µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.775 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.775 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 17:26:41.793 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=19.236941ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.795 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.796 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 17:26:41.796 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/05 17:26:41.798 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.797 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.798 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.797 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2025/04/05 17:26:41.799 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.797 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.801 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=175.095µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.802 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.802 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 17:26:41.803 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.009252ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.797 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.804 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.797 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.806 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 17:26:41.806 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:26:41.807 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.806 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.807 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.806 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2025/04/05 17:26:41.808 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.806 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.809 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=160.957µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.810 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.810 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 17:26:41.811 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.006869ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.806 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.812 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.806 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.814 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 17:26:41.814 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/05 17:26:41.814 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:41.815 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.815 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.816 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.815 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2025/04/05 17:26:41.816 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.815 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.818 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=189.413µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.818 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.818 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 17:26:41.820 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.170077ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.815 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.821 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.815 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.822 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 17:26:41.822 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:26:41.824 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.823 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.824 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.823 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:26:41.825 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.823 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.827 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=205.525µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.827 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.827 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 17:26:41.830 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.999287ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.823 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.831 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.823 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.833 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 17:26:41.833 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:26:41.834 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.833 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.834 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.833 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:26:41.835 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.833 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.837 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=214.056µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.837 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.837 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 17:26:41.839 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.980241ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.833 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.840 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.833 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.842 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 17:26:41.842 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:26:41.844 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.843 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.844 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.843 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/05 17:26:41.846 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.843 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.848 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=322.082µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.849 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.849 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 17:26:41.850 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.138769ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.843 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.851 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.843 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.853 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 17:26:41.853 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/05 17:26:41.855 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.854 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.855 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.854 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/05 17:26:41.856 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.854 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.857 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=120.623µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.857 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.857 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 17:26:41.859 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.868907ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.854 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.860 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.854 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.862 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 17:26:41.862 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/05 17:26:41.864 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.863 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.864 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.863 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/05 17:26:41.865 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.863 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.866 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=190.386µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:26:41.867 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.867 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 17:26:41.869 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.963837ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.863 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.870 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.863 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.872 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 17:26:41.874 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.873 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.874 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.873 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/05 17:26:41.875 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.873 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.876 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=178.247µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.877 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.877 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 17:26:41.879 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.954913ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.873 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.880 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.873 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.882 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 17:26:41.882 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/05 17:26:41.883 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:41.883 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.883 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.883 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:26:41.884 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.883 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.885 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=161.694µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.886 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.886 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 17:26:41.888 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.925704ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.883 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.889 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.883 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.891 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 17:26:41.891 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [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=] [2025/04/05 17:26:41.892 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:41.892 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.892 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.892 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:26:41.894 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.892 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.895 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=145.105µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.896 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.896 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 17:26:41.898 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.950069ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.892 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.899 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.892 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.900 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 17:26:41.900 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [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=] [2025/04/05 17:26:41.902 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:41.901 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.902 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.901 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:26:41.903 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.901 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.905 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=290.454µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.906 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.906 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 17:26:41.907 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.005245ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.901 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.908 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.901 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.910 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 17:26:41.910 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [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=] [2025/04/05 17:26:41.912 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:41.911 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.912 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.911 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:26:41.913 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.911 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.915 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=276.864µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.916 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.916 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 17:26:41.918 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=3.037481ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.911 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.919 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.911 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.921 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 17:26:41.921 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [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=] [2025/04/05 17:26:41.923 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:41.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.923 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:26:41.924 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.926 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=310.057µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.927 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.927 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 17:26:41.928 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.053393ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.929 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.931 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 17:26:41.931 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [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=] [2025/04/05 17:26:41.933 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:41.932 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.933 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.932 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:26:41.934 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.932 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.936 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=344.345µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.937 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.937 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 17:26:41.938 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.094745ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.932 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.939 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.932 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.941 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 17:26:41.942 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:26:41.943 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:41.942 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.943 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.942 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:26:41.945 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.942 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.947 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=327.524µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.948 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.948 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 17:26:41.949 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.119734ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.942 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.950 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.942 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.952 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 17:26:41.952 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:26:41.954 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:41.953 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.954 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.953 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:26:41.955 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.953 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.957 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=290.485µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.958 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.958 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 17:26:41.959 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.013454ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.953 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.960 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.953 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.962 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 17:26:41.962 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [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=] [2025/04/05 17:26:41.964 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:41.963 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.964 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.963 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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;"] [2025/04/05 17:26:41.965 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.963 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.967 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=243.619µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.967 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.967 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 17:26:41.970 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=3.019408ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.963 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.971 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.963 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.972 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 17:26:41.972 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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=] [2025/04/05 17:26:41.974 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:41.973 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.974 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.973 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:26:41.975 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.973 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.977 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=235.237µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.978 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.978 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 17:26:41.980 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=3.029396ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.973 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.981 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.973 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.983 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 17:26:41.983 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:26:41.985 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:41.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.985 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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)"] [2025/04/05 17:26:41.986 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.989 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=341.703µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:41.990 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:41.990 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 17:26:41.991 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.132284ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.992 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.994 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 17:26:41.994 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [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=] [2025/04/05 17:26:41.996 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:41.995 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:41.996 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.995 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:26:41.997 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.995 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:41.999 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=244.625µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:42.000 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:42.000 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 17:26:42.002 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=3.054727ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:41.995 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.003 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:41.995 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.005 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 17:26:42.005 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:26:42.007 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:42.006 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:42.007 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.006 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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 );"] [2025/04/05 17:26:42.008 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.006 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.009 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=164.596µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:42.010 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:42.010 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 17:26:42.012 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.960602ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.006 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.013 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.006 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.015 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 17:26:42.015 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [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=] [2025/04/05 17:26:42.016 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:42.016 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:42.016 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.016 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:26:42.017 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.016 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.019 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=179.608µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:42.019 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:42.019 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 17:26:42.021 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.970607ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.016 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.022 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.016 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.024 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 17:26:42.024 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [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=] [2025/04/05 17:26:42.024 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:42.026 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.025 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:42.026 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.025 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/05 17:26:42.027 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.025 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.028 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=179.428µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:42.029 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:42.029 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 17:26:42.031 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.974898ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.025 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.032 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.025 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.034 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 17:26:42.034 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/05 17:26:42.035 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.035 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:42.035 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.035 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 17:26:42.036 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.035 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.037 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=37.107µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 17:26:42.037 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:42.037 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 17:26:42.039 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.835531ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.035 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.040 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.035 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.042 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 17:26:42.042 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 17:26:42.044 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.043 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:42.044 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.043 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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;"] [2025/04/05 17:26:42.045 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.043 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.047 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=169.403µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:26:42.047 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:42.047 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 17:26:42.049 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.988503ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.043 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.050 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.043 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.052 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 17:26:42.054 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.053 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:42.054 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.053 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/05 17:26:42.055 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.053 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.057 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=303.444µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:42.058 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:42.058 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 17:26:42.059 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.071058ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.053 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.060 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.053 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.062 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 17:26:42.062 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/05 17:26:42.064 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.063 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:42.064 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.063 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/05 17:26:42.065 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.063 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.067 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=222.089µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:42.068 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:42.068 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 17:26:42.070 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=3.039678ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.063 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.071 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.063 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.073 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 17:26:42.073 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/05 17:26:42.075 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:42.075 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/05 17:26:42.076 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.077 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=214.282µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:42.078 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:42.078 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 17:26:42.080 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=3.049672ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.081 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.083 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 17:26:42.083 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/05 17:26:42.101 -05:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=616.688929ms] [2025/04/05 17:26:42.101 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:26:42.102 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=dce3ab48-d30d-4306-a96a-4ca5ecdb88f0] [2025/04/05 17:26:42.102 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:26:42.102 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:26:42.102 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=7.928µs] [2025/04/05 17:26:42.102 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.035µs] [2025/04/05 17:26:42.102 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=1.781µs] [2025/04/05 17:26:42.102 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=1.945µs] [2025/04/05 17:26:42.102 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=1.891µs] [2025/04/05 17:26:42.102 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=1.522µs] [2025/04/05 17:26:42.102 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=2.29µs] [2025/04/05 17:26:42.102 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=1.839µs] [2025/04/05 17:26:42.102 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.051µs] [2025/04/05 17:26:42.102 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=1.954µs] [2025/04/05 17:26:42.102 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=dce3ab48-d30d-4306-a96a-4ca5ecdb88f0] [2025/04/05 17:26:42.102 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:26:42.102 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:26:42.103 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=dce3ab48-d30d-4306-a96a-4ca5ecdb88f0] ["take time"=1.756035ms] [2025/04/05 17:26:42.103 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=dce3ab48-d30d-4306-a96a-4ca5ecdb88f0] [2025/04/05 17:26:42.104 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:26:42.104 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:26:42.104 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:26:42.104 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:26:42.104 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:26:42.104 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:26:42.104 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:26:42.104 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:26:42.104 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:26:42.104 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:26:42.104 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:26:42.104 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:26:42.104 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:26:42.104 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:26:42.104 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=2.915148ms] [2025/04/05 17:26:42.104 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=e22fbac4-cb72-44ba-abb0-8a3819a96403] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:26:42.108 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:26:42.109 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:26:42.121 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.636976ms] [2025/04/05 17:26:42.121 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:26:42.122 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=4d88c0fd-6020-447c-bbce-ece4394af1d2] [runWorker=true] [jobVersion=v2] [2025/04/05 17:26:42.122 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:26:42.122 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:26:42.122 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:26:42.122 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:26:42.122 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:26:42.122 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:26:42.122 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:26:42.122 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:26:42.122 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:26:42.122 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:26:42.122 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:26:42.122 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:26:42.122 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:26:42.124 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:26:42.124 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=4d88c0fd-6020-447c-bbce-ece4394af1d2] [2025/04/05 17:26:42.125 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:26:42.125 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:26:42.125 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:26:42.125 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:26:42.125 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:26:42.125 -05:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 17:26:42.127 -05:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 17:26:42.127 -05:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 17:26:42.127 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:26:42.128 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=4d88c0fd-6020-447c-bbce-ece4394af1d2] [2025/04/05 17:26:42.129 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:26:42.130 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:26:42.130 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:26:42.130 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:26:42.130 -05:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 17:26:42.130 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:26:42.130 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:26:42.130 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:26:42.130 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:26:42.131 -05:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=875.8GiB] [2025/04/05 17:26:42.131 -05:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 17:26:42.131 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=4d88c0fd-6020-447c-bbce-ece4394af1d2] [2025/04/05 17:26:42.132 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=4d88c0fd-6020-447c-bbce-ece4394af1d2] [ttl-worker=task-manager] [ttl-worker=4d88c0fd-6020-447c-bbce-ece4394af1d2] [originalCount=0] [newCount=4] [2025/04/05 17:26:42.132 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=4d88c0fd-6020-447c-bbce-ece4394af1d2] [ttl-worker=task-manager] [ttl-worker=4d88c0fd-6020-447c-bbce-ece4394af1d2] [originalCount=0] [newCount=4] [2025/04/05 17:26:42.132 -05:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=4d88c0fd-6020-447c-bbce-ece4394af1d2] [2025/04/05 17:26:42.134 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:26:42.137 -05:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 17:26:42.137 -05:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 17:26:42.138 -05:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_schema_cache_size] [val=0] [2025/04/05 17:26:42.139 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=test] [sql="drop table if exists t"] [user=] [2025/04/05 17:26:42.141 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.14 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:42.141 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.14 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t (a int, b int)"] [2025/04/05 17:26:42.142 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.14 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.144 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t)"] [2025/04/05 17:26:42.170 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=false] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=23.011268ms] [2025/04/05 17:26:42.170 -05:00] [INFO] [domain.go:431] ["infoschema v1/v2 switch"] [2025/04/05 17:26:42.170 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:26:42.171 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 17:26:42.174 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=27.549718ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.14 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.176 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.14 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:42.178 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 17:26:42.178 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t (a int, b int)"] [user=] [2025/04/05 17:26:42.183 -05:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/05 17:26:42.193 -05:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/05 17:26:42.183 -05:00] ["end time"=2025/04/05 17:26:42.192 -05:00] [cost=9.488181ms] ["sample rate reason"=] [2025/04/05 17:26:42.198 -05:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=test] [jobTable=t] [jobType="add index"] [enableDistTask=true] [enableFastReorg=true] [targetScope=] [maxNodeCount=3] [concurrency=4] [batchSize=256] [2025/04/05 17:26:42.199 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:114, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 17:26:42.200 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:114, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="alter table t add index idx(b)"] [2025/04/05 17:26:42.200 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=114] [conn=1] [job="ID:114, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:26:42.200 -05:00] [INFO] [index.go:720] ["[ddl] run add index job"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [indexInfo="{\"id\":1,\"idx_name\":{\"O\":\"idx\",\"L\":\"idx\"},\"tbl_name\":{\"O\":\"\",\"L\":\"\"},\"idx_cols\":[{\"name\":{\"O\":\"b\",\"L\":\"b\"},\"offset\":1,\"length\":-1}],\"state\":0,\"backfill_state\":0,\"comment\":\"\",\"index_type\":1,\"is_unique\":false,\"is_primary\":false,\"is_invisible\":false,\"is_global\":false,\"mv_index\":false,\"vector_index\":null}"] [2025/04/05 17:26:42.200 -05:00] [INFO] [index.go:1309] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false] [2025/04/05 17:26:42.201 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=116.207µs] [gotSchemaVersion=57] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:26:42.202 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=57] [2025/04/05 17:26:42.203 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=2.007085ms] [job="ID:114, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:26:42.204 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=114] [conn=1] [job="ID:114, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:26:42.205 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=57] [neededSchemaVersion=58] ["elapsed time"=103.933µs] [gotSchemaVersion=58] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:26:42.206 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=58] [2025/04/05 17:26:42.207 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=2.0068ms] [job="ID:114, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:26:42.208 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=114] [conn=1] [job="ID:114, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:26:42.209 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=58] [neededSchemaVersion=59] ["elapsed time"=100.805µs] [gotSchemaVersion=59] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:26:42.209 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=59] [2025/04/05 17:26:42.211 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=2.741413ms] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:26:42.212 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=114] [conn=1] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:26:42.212 -05:00] [INFO] [index.go:1363] ["index backfill state running"] [category=ddl] ["job ID"=114] [table=t] ["ingest mode"=false] [index=idx] [2025/04/05 17:26:42.213 -05:00] [INFO] [reorg.go:913] ["job get table range"] [category=ddl] [jobID=114] [physicalTableID=112] [startKey=7480000000000000705f728000000000000001] [endKey=7480000000000000705f72800000000000000200] [2025/04/05 17:26:42.214 -05:00] [INFO] [job_worker.go:1084] ["schema version doesn't change"] [category=ddl] [jobID=114] [2025/04/05 17:26:42.214 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=114] [conn=1] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150825027862531, Version: v2, UniqueWarnings:0"] [2025/04/05 17:26:42.215 -05:00] [INFO] [index.go:1363] ["index backfill state running"] [category=ddl] ["job ID"=114] [table=t] ["ingest mode"=false] [index=idx] [2025/04/05 17:26:42.215 -05:00] [INFO] [index.go:2404] ["start to add table index"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150825027862531, Version: v2, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:7480000000000000705f728000000000000001,EndKey:7480000000000000705f72800000000000000200,First:false,PhysicalTableID:112,Ingest mode:false"] [2025/04/05 17:26:42.216 -05:00] [INFO] [backfilling.go:519] ["load table ranges from PD"] [category=ddl] [physicalTableID=112] ["start key"=7480000000000000705f728000000000000001] ["end key"=7480000000000000705f72800000000000000200] [2025/04/05 17:26:42.216 -05:00] [INFO] [backfilling.go:546] ["load table ranges from PD done"] [category=ddl] [physicalTableID=112] ["range start"=7480000000000000705f728000000000000001] ["range end"=7480000000000000705f72800000000000000200] ["range count"=1] [2025/04/05 17:26:42.216 -05:00] [INFO] [backfilling.go:1056] ["start backfill workers to reorg record"] [category=ddl] [type="add index"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000705f728000000000000001] [endKey=7480000000000000705f72800000000000000200] [2025/04/05 17:26:42.216 -05:00] [INFO] [backfilling.go:653] ["get backfill range task, change end key"] [category=ddl] [id=0] [pTbl=112] ["end key"=7480000000000000705f72800000000000000200] ["current end key"=7480000000000000705f72800000000000000200] [2025/04/05 17:26:42.216 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=114] [2025/04/05 17:26:42.216 -05:00] [INFO] [backfilling.go:398] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp add index"] [task="taskID: 0, physicalTableID: 112, range: [7480000000000000705f728000000000000001, 7480000000000000705f72800000000000000200), jobID: 114"] ["added count"=2] ["scan count"=2] ["next key"=7480000000000000705f72800000000000000200] ["take time"=232.322µs] [2025/04/05 17:26:42.216 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=114] [2025/04/05 17:26:42.216 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=114] [2025/04/05 17:26:42.216 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=114] [2025/04/05 17:26:42.216 -05:00] [INFO] [backfilling.go:1002] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=2] ["start key"=7480000000000000705f728000000000000001] [2025/04/05 17:26:42.216 -05:00] [INFO] [reorg.go:409] ["run reorg job done"] [category=ddl] ["handled rows"=2] [2025/04/05 17:26:42.218 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=59] [neededSchemaVersion=60] ["elapsed time"=102.78µs] [gotSchemaVersion=60] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:26:42.219 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=60] [2025/04/05 17:26:42.221 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=2.866966ms] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:2, ArgLen:1, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150825027862531, Version: v2, UniqueWarnings:0"] [2025/04/05 17:26:42.222 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=114] [conn=1] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:2, ArgLen:0, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150825027862531, Version: v2, UniqueWarnings:0"] [2025/04/05 17:26:42.222 -05:00] [INFO] [index.go:1399] ["index backfill state ready to merge"] [category=ddl] ["job ID"=114] [table=t] [index=idx] [2025/04/05 17:26:42.223 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=60] [neededSchemaVersion=61] ["elapsed time"=103.01µs] [gotSchemaVersion=61] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:26:42.223 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=61] [2025/04/05 17:26:42.226 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=61] ["take time"=3.234546ms] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:2, ArgLen:1, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:26:42.227 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=114] [conn=1] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:2, ArgLen:0, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:26:42.227 -05:00] [INFO] [index.go:1418] ["temp index is empty, skipping reorg work"] [category=ddl] [jobID=114] [table=t] [2025/04/05 17:26:42.227 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: add index, Table ID: 112, Table Name: t, Index ID: 1, Index Name: idx)"] [2025/04/05 17:26:42.228 -05:00] [INFO] [index.go:1129] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_bin] [2025/04/05 17:26:42.228 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=61] [neededSchemaVersion=62] ["elapsed time"=101.627µs] [gotSchemaVersion=62] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:26:42.229 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=62] [2025/04/05 17:26:42.231 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=62] ["take time"=2.873168ms] [job="ID:114, Type:add index, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:2, ArgLen:1, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:26:42.232 -05:00] [INFO] [delete_range.go:448] ["insert into delete-range indices"] [category=ddl] [jobID=114] [tableID=112] [indexIDs="[9223090561878065153]"] [comment="add index: physical table ID(s)"] [2025/04/05 17:26:42.232 -05:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=114] [jobType="add index"] [2025/04/05 17:26:42.233 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=114] [conn=1] [job="ID:114, Type:add index, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:2, ArgLen:1, start time: 2025-04-05 17:26:42.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:26:42.237 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=114] [2025/04/05 17:26:42.237 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=62] [cur_db=test] [sql="alter table t add index idx(b)"] [user=] [2025/04/05 17:26:42.239 -05:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_auto_analyze_start_time] [val="00:00 +0000"] [2025/04/05 17:26:42.240 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=114] [elementID=1] [startKey=7480000000000000705f69ffff000000000001] [endKey=7480000000000000705f69ffff000000000002] [2025/04/05 17:26:42.241 -05:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_auto_analyze_end_time] [val="23:59 +0000"] [2025/04/05 17:26:42.250 -05:00] [INFO] [queue.go:247] ["Fetched all tables"] [category=stats] [tableCount=1] [duration=7.272364ms] [2025/04/05 17:26:42.250 -05:00] [INFO] [queue.go:147] ["Priority queue initialized"] [category=stats] [duration=7.942109ms] [2025/04/05 17:26:42.252 -05:00] [INFO] [refresher.go:162] ["Auto analyze triggered"] [category=stats] [job="NonPartitionedTableAnalysisJob:\n\tAnalyzeType: analyzeIndex\n\tIndexes: idx\n\tSchema: test\n\tTable: t\n\tTableID: 112\n\tTableStatsVer: 1\n\tChangePercentage: 0.000000\n\tTableSize: 4.00\n\tLastAnalysisDuration: 58ms\n\tWeight: 2.058217\n"] [2025/04/05 17:26:42.252 -05:00] [INFO] [worker.go:91] ["Job submitted"] [category=stats] [job="NonPartitionedTableAnalysisJob:\n\tAnalyzeType: analyzeIndex\n\tIndexes: idx\n\tSchema: test\n\tTable: t\n\tTableID: 112\n\tTableStatsVer: 1\n\tChangePercentage: 0.000000\n\tTableSize: 4.00\n\tLastAnalysisDuration: 58ms\n\tWeight: 2.058217\n"] [2025/04/05 17:26:42.253 -05:00] [WARN] [sqlkiller.go:61] ["kill initiated"] ["connection ID"=2097154] [reason="[executor:1317]Query execution was interrupted"] [2025/04/05 17:26:42.254 -05:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/05 17:26:42.254 -05:00] [INFO] [backoff.go:389] ["backoff stops because a killed signal is received"] [signal=1] [2025/04/05 17:26:42.254 -05:00] [INFO] [coprocessor.go:2113] ["a killed signal is received in copIteratorWorker"] [signal=1] [2025/04/05 17:26:42.254 -05:00] [WARN] [sqlkiller.go:137] ["kill finished"] [conn=2097154] [2025/04/05 17:26:42.254 -05:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 17:26:42.254 -05:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=62] [error="[executor:1317]Query execution was interrupted"] [errorVerbose="[executor:1317]Query execution was interrupted\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/util/sqlkiller.(*SQLKiller).getKillError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/sqlkiller/sqlkiller.go:74\ngithub.com/pingcap/tidb/pkg/util/sqlkiller.(*SQLKiller).HandleSignal\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/sqlkiller/sqlkiller.go:126\ngithub.com/pingcap/tidb/pkg/executor.(*AnalyzeExec).handleResultsErrorWithConcurrency\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/analyze.go:453\ngithub.com/pingcap/tidb/pkg/executor.(*AnalyzeExec).handleResultsError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/analyze.go:426\ngithub.com/pingcap/tidb/pkg/executor.(*AnalyzeExec).Next.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/analyze.go:133\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\t/home/prow/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup/errgroup.go:78\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 2097154,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/05 17:26:42.254 -05:00] [ERROR] [exec.go:63] ["auto analyze failed"] [category=stats] [sql="analyze table `test`.`t` index `idx`"] [cost_time=1.920499ms] [error="[executor:1317]Query execution was interrupted"] [errorVerbose="[executor:1317]Query execution was interrupted\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/util/sqlkiller.(*SQLKiller).getKillError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/sqlkiller/sqlkiller.go:74\ngithub.com/pingcap/tidb/pkg/util/sqlkiller.(*SQLKiller).HandleSignal\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/sqlkiller/sqlkiller.go:126\ngithub.com/pingcap/tidb/pkg/executor.(*AnalyzeExec).handleResultsErrorWithConcurrency\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/analyze.go:453\ngithub.com/pingcap/tidb/pkg/executor.(*AnalyzeExec).handleResultsError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/analyze.go:426\ngithub.com/pingcap/tidb/pkg/executor.(*AnalyzeExec).Next.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/analyze.go:133\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\t/home/prow/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup/errgroup.go:78\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [stack="github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/exec.AutoAnalyze\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/exec/exec.go:63\ngithub.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue.(*NonPartitionedTableAnalysisJob).analyzeIndexes\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue/non_partitioned_table_analysis_job.go:263\ngithub.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue.(*NonPartitionedTableAnalysisJob).Analyze.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue/non_partitioned_table_analysis_job.go:105\ngithub.com/pingcap/tidb/pkg/statistics/handle/util.CallWithSCtx\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/statistics/handle/util/util.go:107\ngithub.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue.(*NonPartitionedTableAnalysisJob).Analyze\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue/non_partitioned_table_analysis_job.go:100\ngithub.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/refresher.(*worker).processJob\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/refresher/worker.go:102\ngithub.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/refresher.(*worker).SubmitJob.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/refresher/worker.go:83\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithRecover.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:199"] [2025/04/05 17:26:42.356 -05:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_auto_analyze_start_time] [val="00:00 +0000"] [2025/04/05 17:26:42.358 -05:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_auto_analyze_end_time] [val="23:59 +0000"] [2025/04/05 17:26:42.358 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:26:42.358 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=4d88c0fd-6020-447c-bbce-ece4394af1d2] [2025/04/05 17:26:42.358 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:26:42.358 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp add index"] ["take time"=2.851µs] [2025/04/05 17:26:42.358 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:26:42.358 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=2.745µs] [2025/04/05 17:26:42.358 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=4d88c0fd-6020-447c-bbce-ece4394af1d2] [2025/04/05 17:26:42.358 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:26:42.358 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:26:42.358 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=4d88c0fd-6020-447c-bbce-ece4394af1d2] ["take time"=204.722µs] [2025/04/05 17:26:42.358 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=4d88c0fd-6020-447c-bbce-ece4394af1d2] [2025/04/05 17:26:42.358 -05:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 17:26:42.358 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=4d88c0fd-6020-447c-bbce-ece4394af1d2] [ttl-worker=task-manager] [ttl-worker=4d88c0fd-6020-447c-bbce-ece4394af1d2] [originalCount=4] [newCount=0] [2025/04/05 17:26:42.358 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:26:42.358 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:26:42.358 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:26:42.358 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:26:42.358 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=4d88c0fd-6020-447c-bbce-ece4394af1d2] [ttl-worker=task-manager] [ttl-worker=4d88c0fd-6020-447c-bbce-ece4394af1d2] [originalCount=4] [newCount=0] [2025/04/05 17:26:42.359 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:26:42.359 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:26:42.359 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:26:42.359 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:26:42.360 -05:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=4d88c0fd-6020-447c-bbce-ece4394af1d2] [2025/04/05 17:26:42.360 -05:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 17:26:42.360 -05:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 17:26:42.360 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:26:42.360 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:26:42.360 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:26:42.360 -05:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 17:26:42.360 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:26:42.360 -05:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 17:26:42.360 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:26:42.360 -05:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 17:26:42.360 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:26:42.360 -05:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 17:26:42.360 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:26:42.360 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:26:42.360 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:26:42.360 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:26:42.360 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:26:42.360 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:26:42.360 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:26:42.360 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:26:42.360 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:26:42.360 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:26:42.360 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:26:42.360 -05:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 17:26:42.360 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:26:42.360 -05:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 17:26:42.360 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:26:42.360 -05:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 17:26:42.360 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:26:42.360 -05:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 17:26:42.360 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:26:42.362 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:26:42.362 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:26:42.362 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:26:42.362 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:26:42.362 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:26:42.362 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:26:42.362 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:26:42.362 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:26:42.362 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:26:42.363 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:26:42.363 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:26:42.363 -05:00] [INFO] [queue.go:348] ["Priority queue stopped"] [category=stats] [2025/04/05 17:26:42.363 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=4d88c0fd-6020-447c-bbce-ece4394af1d2] [2025/04/05 17:26:42.363 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=4d88c0fd-6020-447c-bbce-ece4394af1d2] [2025/04/05 17:26:42.363 -05:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 17:26:42.363 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:26:42.363 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=4d88c0fd-6020-447c-bbce-ece4394af1d2] [2025/04/05 17:26:42.363 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=4d88c0fd-6020-447c-bbce-ece4394af1d2] [2025/04/05 17:26:42.363 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:26:42.363 -05:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 17:26:42.363 -05:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 17:26:42.363 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:26:42.363 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=4.690604ms] [2025/04/05 17:26:42.363 -05:00] [INFO] [db.go:567] ["Closing database"] [2025/04/05 17:26:42.363 -05:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 17:26:42.363 -05:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 17:26:42.363 -05:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 17:26:42.363 -05:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 17:26:42.363 -05:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestKillAutoAnalyzeIndex (0.93s) testkit.go:123: RefreshSession rand seed: 1743892002134248675 analyze_test.go:1888: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/analyzetest/analyze_test.go:1888 /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/analyzetest/analyze_test.go:2044 /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/analyzetest/analyze_test.go:2047 Error: Not equal: expected: "failed" actual : "running" Diff: --- Expected +++ Actual @@ -1 +1 @@ -failed +running Test: TestKillAutoAnalyzeIndex Messages: kill pending analyze job FAIL coverage: [no statements] [FAIL] pkg/executor TestInfoschemaTablesSpecialOptimizationCovered err=exit status 1 [2025/04/05 17:26:50.085 -05:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 17:26:50.086 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:50.086 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:50.086 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:50.086 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:50.087 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:50.088 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=27a0eec2-b338-4eed-9e1b-cadc3311bfb6] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:26:50.095 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:26:50.095 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:26:50.095 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStore\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:77\ngithub.com/pingcap/tidb/pkg/executor_test.TestInfoschemaTablesSpecialOptimizationCovered\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/infoschema_reader_test.go:1109\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:26:50.106 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=10.836833ms] [2025/04/05 17:26:50.106 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:26:50.106 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=78833e4a-2a4c-4ebf-b0b5-87c41cea8173] [runWorker=true] [jobVersion=v2] [2025/04/05 17:26:50.106 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:26:50.106 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:26:50.106 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:26:50.106 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:26:50.106 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:26:50.106 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:26:50.106 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:26:50.106 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:26:50.106 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:26:50.106 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:26:50.106 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:26:50.106 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:26:50.106 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:26:50.109 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:26:50.109 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=78833e4a-2a4c-4ebf-b0b5-87c41cea8173] [2025/04/05 17:26:50.109 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:26:50.109 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:26:50.109 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:26:50.109 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:26:50.109 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:26:50.310 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.309 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.310 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.309 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 17:26:50.311 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.309 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.327 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=14.756741ms] [2025/04/05 17:26:50.327 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:26:50.328 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.328 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 17:26:50.328 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=15.885768ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.309 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.329 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.309 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.331 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 17:26:50.331 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 17:26:50.331 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 17:26:50.332 -05:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Tokyo] [2025/04/05 17:26:50.335 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.333 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.335 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.333 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:26:50.336 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.333 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.342 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=700.44µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.342 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.342 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 17:26:50.343 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=2.544162ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.333 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.345 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.333 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.349 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 17:26:50.349 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:26:50.351 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.35 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.351 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.35 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2025/04/05 17:26:50.352 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.35 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.353 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=189.849µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.354 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.354 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 17:26:50.356 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.959276ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.35 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.357 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.35 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.359 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 17:26:50.359 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/05 17:26:50.361 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.36 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.361 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.36 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [2025/04/05 17:26:50.363 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.36 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.364 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=189.216µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.365 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.365 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 17:26:50.367 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=3.042838ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.36 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.368 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.36 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.370 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 17:26:50.370 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/05 17:26:50.373 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.371 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.373 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.371 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:26:50.374 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.371 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.377 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=437.084µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.378 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.378 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 17:26:50.379 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.263328ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.371 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.380 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.371 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.383 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 17:26:50.383 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:26:50.385 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.385 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:26:50.386 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.388 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=262.888µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.389 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.389 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 17:26:50.390 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.0895ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.391 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.393 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 17:26:50.393 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:26:50.395 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.394 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.395 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.394 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:26:50.396 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.394 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.398 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=239.164µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.399 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.399 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 17:26:50.400 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.051163ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.394 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.401 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.394 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.403 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 17:26:50.403 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:26:50.405 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.404 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.405 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.404 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/05 17:26:50.406 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.404 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.407 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=147.743µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.408 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.408 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 17:26:50.409 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.36867ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.404 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.411 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.404 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.412 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 17:26:50.412 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/05 17:26:50.414 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.413 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.414 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.413 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2025/04/05 17:26:50.415 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.413 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.417 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=165.582µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.417 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.417 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 17:26:50.418 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.068362ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.413 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.420 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.413 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.421 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 17:26:50.421 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/05 17:26:50.423 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.422 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.423 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.422 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/05 17:26:50.424 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.422 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.426 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=208.32µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.426 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.426 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 17:26:50.429 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=3.010302ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.422 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.430 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.422 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.432 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 17:26:50.432 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/05 17:26:50.434 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.434 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2025/04/05 17:26:50.435 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.436 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=211.364µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.437 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.437 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 17:26:50.438 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.096445ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.439 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.441 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 17:26:50.441 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/05 17:26:50.442 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:50.444 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.444 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:26:50.445 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.447 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=309.883µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.448 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.448 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 17:26:50.449 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.154133ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.450 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.453 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 17:26:50.453 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:26:50.455 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.454 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.455 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.454 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2025/04/05 17:26:50.456 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.454 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.458 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=238.007µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.458 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.459 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 17:26:50.460 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.100654ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.454 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.461 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.454 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.463 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 17:26:50.463 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/05 17:26:50.465 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.464 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.465 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.464 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2025/04/05 17:26:50.466 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.464 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.468 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=200.909µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.468 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.468 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 17:26:50.470 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.569098ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.464 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.471 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.464 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.473 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 17:26:50.474 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:26:50.475 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.474 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.475 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.474 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2025/04/05 17:26:50.476 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.474 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.478 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=201.644µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.479 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.479 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 17:26:50.480 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=2.047702ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.474 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.481 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.474 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.483 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 17:26:50.483 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:26:50.485 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.485 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:26:50.486 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.488 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=193.745µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.488 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.488 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 17:26:50.489 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.029414ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.491 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.493 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 17:26:50.493 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:26:50.494 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.494 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.494 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.494 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2025/04/05 17:26:50.495 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.494 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.497 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=212.837µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.498 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.498 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 17:26:50.499 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.023311ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.494 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.500 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.494 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.502 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 17:26:50.502 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/05 17:26:50.504 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.504 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [2025/04/05 17:26:50.505 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.507 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=207.612µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.507 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.507 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 17:26:50.508 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.079933ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.510 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.512 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 17:26:50.512 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/05 17:26:50.514 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.513 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.514 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.513 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:26:50.515 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.513 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.518 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=327.144µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.519 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.519 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 17:26:50.520 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.197589ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.513 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.521 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.513 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.523 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 17:26:50.523 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:26:50.526 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.525 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.526 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.525 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:26:50.527 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.525 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.529 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=203.831µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.529 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.529 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 17:26:50.530 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.057633ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.525 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.532 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.525 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.533 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 17:26:50.533 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:26:50.535 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.534 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.535 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.534 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2025/04/05 17:26:50.536 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.534 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.538 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=171.263µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.538 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.538 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 17:26:50.541 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=3.021295ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.534 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.542 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.534 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.544 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 17:26:50.544 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/05 17:26:50.545 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.545 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.545 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.545 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/05 17:26:50.546 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.545 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.548 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=116.512µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.548 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.548 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 17:26:50.550 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.966445ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.545 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.551 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.545 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.553 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 17:26:50.553 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/05 17:26:50.555 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.554 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.555 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.554 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2025/04/05 17:26:50.556 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.554 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.558 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=256.748µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.559 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.559 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 17:26:50.561 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.666467ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.554 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.562 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.554 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.564 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 17:26:50.564 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/05 17:26:50.566 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.565 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.566 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.565 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:26:50.567 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.565 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.569 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=183.504µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.569 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.569 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 17:26:50.570 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.034175ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.565 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.571 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.565 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.573 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 17:26:50.573 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:26:50.575 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.574 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.575 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.574 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [2025/04/05 17:26:50.576 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.574 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.578 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=239.875µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.579 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.579 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 17:26:50.580 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.089007ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.574 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.581 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.574 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.583 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 17:26:50.583 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/05 17:26:50.586 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.585 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.586 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.585 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2025/04/05 17:26:50.588 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.585 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.591 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=229.039µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.593 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.593 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 17:26:50.610 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=19.264413ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.585 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.612 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.585 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.614 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 17:26:50.614 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/05 17:26:50.616 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.615 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.616 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.615 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2025/04/05 17:26:50.617 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.615 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.619 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=181.151µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.620 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.620 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 17:26:50.621 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.007808ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.615 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.622 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.615 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.624 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 17:26:50.624 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:26:50.626 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.625 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.626 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.625 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2025/04/05 17:26:50.627 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.625 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.628 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=167.487µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.629 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.629 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 17:26:50.630 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.007217ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.625 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.631 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.625 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.633 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 17:26:50.633 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/05 17:26:50.633 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:50.635 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.634 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.635 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.634 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2025/04/05 17:26:50.636 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.634 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.637 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=205.699µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.638 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.638 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 17:26:50.639 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.253656ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.634 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.640 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.634 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.642 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 17:26:50.642 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:26:50.644 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.644 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:26:50.645 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.647 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=222.755µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.648 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.648 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 17:26:50.649 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.050137ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.650 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.652 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 17:26:50.652 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:26:50.654 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.653 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.654 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.653 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:26:50.654 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.653 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.656 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=222.176µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.657 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.657 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 17:26:50.658 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.077912ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.653 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.659 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.653 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.661 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 17:26:50.661 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:26:50.663 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.662 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.663 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.662 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/05 17:26:50.665 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.662 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.667 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=351.352µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.668 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.668 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 17:26:50.669 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.2677ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.662 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.670 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.662 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.673 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 17:26:50.673 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/05 17:26:50.675 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.674 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.675 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.674 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/05 17:26:50.675 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.674 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.677 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=129.04µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.677 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.677 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 17:26:50.680 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.985646ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.674 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.680 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.674 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.682 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 17:26:50.682 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/05 17:26:50.685 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.684 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.685 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.684 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/05 17:26:50.686 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.684 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.687 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=196.627µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:26:50.688 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.688 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 17:26:50.689 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.00793ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.684 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.690 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.684 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.692 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 17:26:50.694 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.693 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.694 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.693 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/05 17:26:50.695 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.693 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.697 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=190.996µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.697 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.697 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 17:26:50.699 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=3.050065ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.693 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.700 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.693 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.702 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 17:26:50.703 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/05 17:26:50.704 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:50.703 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.704 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.703 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:26:50.705 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.703 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.706 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=169.828µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.707 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.707 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 17:26:50.710 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=3.445757ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.703 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.711 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.703 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.712 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 17:26:50.712 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [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=] [2025/04/05 17:26:50.714 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:50.713 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.714 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.713 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:26:50.715 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.713 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.716 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=166.424µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.717 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.717 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 17:26:50.718 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.047238ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.713 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.719 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.713 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.721 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 17:26:50.721 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [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=] [2025/04/05 17:26:50.723 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:50.722 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.723 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.722 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:26:50.724 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.722 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.726 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=323.302µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.727 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.727 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 17:26:50.728 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.127363ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.722 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.729 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.722 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.731 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 17:26:50.732 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [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=] [2025/04/05 17:26:50.733 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:50.732 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.733 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.732 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:26:50.734 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.732 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.736 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=287.546µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.737 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.737 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 17:26:50.738 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.061462ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.732 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.739 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.732 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.741 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 17:26:50.742 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [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=] [2025/04/05 17:26:50.743 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:50.742 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.743 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.742 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:26:50.744 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.742 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.747 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=326.606µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.747 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.747 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 17:26:50.748 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.116279ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.742 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.750 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.742 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.752 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 17:26:50.752 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [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=] [2025/04/05 17:26:50.754 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:50.753 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.754 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.753 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:26:50.755 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.753 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.757 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=333.969µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.758 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.758 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 17:26:50.760 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.585773ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.753 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.761 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.753 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.763 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 17:26:50.763 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:26:50.766 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:50.764 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.766 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.764 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:26:50.767 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.764 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.769 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=336.321µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.770 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.770 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 17:26:50.771 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.163723ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.764 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.772 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.764 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.775 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 17:26:50.775 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:26:50.777 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:50.776 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.777 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.776 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:26:50.778 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.776 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.780 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=307.405µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.781 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.781 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 17:26:50.782 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.153785ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.776 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.783 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.776 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.786 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 17:26:50.786 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [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=] [2025/04/05 17:26:50.788 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:50.787 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.788 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.787 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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;"] [2025/04/05 17:26:50.789 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.787 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.791 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=271.082µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.791 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.791 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 17:26:50.792 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.091191ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.787 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.794 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.787 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.796 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 17:26:50.796 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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=] [2025/04/05 17:26:50.798 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:50.797 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.798 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.797 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:26:50.799 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.797 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.801 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=256.379µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.801 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.801 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 17:26:50.802 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.083887ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.797 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.804 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.797 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.805 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 17:26:50.805 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:26:50.808 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:50.806 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.808 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.806 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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)"] [2025/04/05 17:26:50.809 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.806 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.812 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=346.426µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.812 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.812 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 17:26:50.814 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.267065ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.806 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.815 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.806 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.817 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 17:26:50.817 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [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=] [2025/04/05 17:26:50.819 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:50.818 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.819 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.818 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:26:50.820 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.818 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.822 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=239.154µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.822 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.822 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 17:26:50.824 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.01789ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.818 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.825 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.818 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.827 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 17:26:50.827 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:26:50.828 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:50.828 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.828 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.828 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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 );"] [2025/04/05 17:26:50.829 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.828 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.831 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=165.884µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.831 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.831 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 17:26:50.833 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.956381ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.828 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.834 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.828 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.836 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 17:26:50.836 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [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=] [2025/04/05 17:26:50.838 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:26:50.837 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.838 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.837 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:26:50.839 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.837 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.840 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=189.68µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.841 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.841 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 17:26:50.843 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.986651ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.837 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.844 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.837 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.846 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 17:26:50.846 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [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=] [2025/04/05 17:26:50.846 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:26:50.847 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.847 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.847 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.847 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/05 17:26:50.848 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.847 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.850 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=186.516µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.850 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.850 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 17:26:50.852 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.996635ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.847 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.854 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.847 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.855 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 17:26:50.855 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/05 17:26:50.857 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.856 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.857 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.856 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 17:26:50.857 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.856 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.858 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=49.721µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 17:26:50.860 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.860 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 17:26:50.861 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.935134ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.856 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.862 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.856 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.864 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 17:26:50.864 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 17:26:50.866 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.865 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.866 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.865 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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;"] [2025/04/05 17:26:50.867 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.865 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.868 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=144.638µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:26:50.869 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.869 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 17:26:50.871 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.969418ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.865 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.872 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.865 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.874 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 17:26:50.876 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.875 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.876 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.875 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/05 17:26:50.877 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.875 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.879 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=332.52µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.880 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.880 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 17:26:50.881 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.1727ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.875 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.882 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.875 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.885 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 17:26:50.885 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/05 17:26:50.886 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.886 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/05 17:26:50.887 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.889 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=211.311µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.890 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.890 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 17:26:50.891 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.017165ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.892 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.894 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 17:26:50.894 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/05 17:26:50.896 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.895 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:26:50.896 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.895 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/05 17:26:50.897 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.895 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.898 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=236.974µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:26:50.899 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:26:50.899 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 17:26:50.900 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.105884ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:26:50.895 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.901 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:26:50.895 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:26:50.903 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 17:26:50.903 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/05 17:26:50.921 -05:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=815.326399ms] [2025/04/05 17:26:50.922 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:26:50.923 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=78833e4a-2a4c-4ebf-b0b5-87c41cea8173] [2025/04/05 17:26:50.923 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:26:50.923 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:26:50.923 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=4.63µs] [2025/04/05 17:26:50.923 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.445µs] [2025/04/05 17:26:50.923 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.07µs] [2025/04/05 17:26:50.923 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=1.973µs] [2025/04/05 17:26:50.923 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.288µs] [2025/04/05 17:26:50.923 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=1.587µs] [2025/04/05 17:26:50.923 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=1.927µs] [2025/04/05 17:26:50.923 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.111µs] [2025/04/05 17:26:50.923 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=1.883µs] [2025/04/05 17:26:50.923 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=1.823µs] [2025/04/05 17:26:50.923 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=78833e4a-2a4c-4ebf-b0b5-87c41cea8173] [2025/04/05 17:26:50.923 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:26:50.923 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:26:50.924 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=78833e4a-2a4c-4ebf-b0b5-87c41cea8173] ["take time"=2.085554ms] [2025/04/05 17:26:50.924 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=78833e4a-2a4c-4ebf-b0b5-87c41cea8173] [2025/04/05 17:26:50.924 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:26:50.925 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:26:50.925 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:26:50.925 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:26:50.925 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:26:50.925 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:26:50.925 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:26:50.925 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:26:50.925 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:26:50.925 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:26:50.925 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:26:50.925 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:26:50.925 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:26:50.925 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:26:50.925 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=3.015078ms] [2025/04/05 17:26:50.925 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=27a0eec2-b338-4eed-9e1b-cadc3311bfb6] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:26:50.929 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:26:50.929 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:26:50.942 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.102962ms] [2025/04/05 17:26:50.942 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:26:50.943 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=db89dbc5-865a-4f12-8cfc-6f093608a113] [runWorker=true] [jobVersion=v2] [2025/04/05 17:26:50.943 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:26:50.943 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:26:50.943 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:26:50.943 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:26:50.943 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:26:50.943 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:26:50.943 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:26:50.943 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:26:50.943 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:26:50.943 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:26:50.943 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:26:50.943 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:26:50.943 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:26:50.945 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:26:50.945 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=db89dbc5-865a-4f12-8cfc-6f093608a113] [2025/04/05 17:26:50.946 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:26:50.946 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:26:50.946 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:26:50.946 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:26:50.946 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:26:50.946 -05:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 17:26:50.948 -05:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 17:26:50.948 -05:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 17:26:50.948 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:26:50.949 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=db89dbc5-865a-4f12-8cfc-6f093608a113] [2025/04/05 17:26:50.950 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:26:50.951 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:26:50.952 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:26:50.952 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:26:50.952 -05:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 17:26:50.952 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:26:50.952 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:26:50.952 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:26:50.952 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:26:50.952 -05:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=875.8GiB] [2025/04/05 17:26:50.953 -05:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 17:26:50.953 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=db89dbc5-865a-4f12-8cfc-6f093608a113] [2025/04/05 17:26:50.953 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=db89dbc5-865a-4f12-8cfc-6f093608a113] [ttl-worker=task-manager] [ttl-worker=db89dbc5-865a-4f12-8cfc-6f093608a113] [originalCount=0] [newCount=4] [2025/04/05 17:26:50.953 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=db89dbc5-865a-4f12-8cfc-6f093608a113] [ttl-worker=task-manager] [ttl-worker=db89dbc5-865a-4f12-8cfc-6f093608a113] [originalCount=0] [newCount=4] [2025/04/05 17:26:50.953 -05:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=db89dbc5-865a-4f12-8cfc-6f093608a113] [2025/04/05 17:26:50.956 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:26:50.958 -05:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 17:26:50.958 -05:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 17:26:50.961 -05:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_schema_cache_size] [val=0] [2025/04/05 17:26:51.208 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=false] [currentSchemaVersion=55] [neededSchemaVersion=55] ["elapsed time"=10.928786ms] [2025/04/05 17:26:51.208 -05:00] [INFO] [domain.go:431] ["infoschema v1/v2 switch"] [2025/04/05 17:26:51.208 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:26:51.509 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:26:51.509 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=db89dbc5-865a-4f12-8cfc-6f093608a113] [2025/04/05 17:26:51.509 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:26:51.509 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:26:51.509 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=db89dbc5-865a-4f12-8cfc-6f093608a113] [2025/04/05 17:26:51.509 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:26:51.509 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:26:51.509 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=db89dbc5-865a-4f12-8cfc-6f093608a113] ["take time"=200.798µs] [2025/04/05 17:26:51.510 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=db89dbc5-865a-4f12-8cfc-6f093608a113] [2025/04/05 17:26:51.510 -05:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 17:26:51.510 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=db89dbc5-865a-4f12-8cfc-6f093608a113] [ttl-worker=task-manager] [ttl-worker=db89dbc5-865a-4f12-8cfc-6f093608a113] [originalCount=4] [newCount=0] [2025/04/05 17:26:51.510 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:26:51.510 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:26:51.510 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:26:51.510 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:26:51.510 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=db89dbc5-865a-4f12-8cfc-6f093608a113] [ttl-worker=task-manager] [ttl-worker=db89dbc5-865a-4f12-8cfc-6f093608a113] [originalCount=4] [newCount=0] [2025/04/05 17:26:51.510 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:26:51.510 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:26:51.511 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:26:51.511 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:26:51.511 -05:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=db89dbc5-865a-4f12-8cfc-6f093608a113] [2025/04/05 17:26:51.511 -05:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 17:26:51.511 -05:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 17:26:51.511 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:26:51.511 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:26:51.511 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:26:51.511 -05:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 17:26:51.511 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:26:51.511 -05:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 17:26:51.511 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:26:51.511 -05:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 17:26:51.511 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:26:51.511 -05:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 17:26:51.511 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:26:51.511 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:26:51.511 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:26:51.511 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:26:51.511 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:26:51.511 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:26:51.511 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:26:51.511 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:26:51.511 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:26:51.511 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:26:51.511 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:26:51.511 -05:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 17:26:51.511 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:26:51.511 -05:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 17:26:51.511 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:26:51.511 -05:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 17:26:51.511 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:26:51.511 -05:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 17:26:51.511 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:26:51.514 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:26:51.514 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:26:51.514 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:26:51.514 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:26:51.514 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:26:51.514 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:26:51.514 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:26:51.514 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:26:51.514 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:26:51.514 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:26:51.514 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:26:51.514 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=db89dbc5-865a-4f12-8cfc-6f093608a113] [2025/04/05 17:26:51.514 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=db89dbc5-865a-4f12-8cfc-6f093608a113] [2025/04/05 17:26:51.514 -05:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 17:26:51.514 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:26:51.514 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=db89dbc5-865a-4f12-8cfc-6f093608a113] [2025/04/05 17:26:51.514 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=db89dbc5-865a-4f12-8cfc-6f093608a113] [2025/04/05 17:26:51.514 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:26:51.514 -05:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 17:26:51.514 -05:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 17:26:51.514 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:26:51.514 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=5.080307ms] [2025/04/05 17:26:51.515 -05:00] [INFO] [db.go:567] ["Closing database"] [2025/04/05 17:26:51.515 -05:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 17:26:51.515 -05:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 17:26:51.515 -05:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 17:26:51.515 -05:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 17:26:51.515 -05:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestInfoschemaTablesSpecialOptimizationCovered (1.45s) testkit.go:123: RefreshSession rand seed: 1743892010956092386 infoschema_reader_test.go:1138: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/infoschema_reader_test.go:1138 Error: Not equal: expected: true actual : false Test: TestInfoschemaTablesSpecialOptimizationCovered Messages: select count(1) from information_schema.tables FAIL coverage: 10.8% of statements [FAIL] pkg/executor/join TestLeftOuterAntiSemiJoinSpill err=exit status 1 [2025/04/05 17:26:54.764 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=3003104] [quota=3000000] [2025/04/05 17:26:54.770 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1714784] [quota=3000000] [2025/04/05 17:26:54.950 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1706176] [quota=1700000] [2025/04/05 17:26:54.975 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1704960] [quota=1700000] [2025/04/05 17:26:54.979 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=954752] [quota=1700000] [2025/04/05 17:26:55.161 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=3791248] [quota=3500000] [2025/04/05 17:26:55.364 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.365 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103776] [quota=100000] [2025/04/05 17:26:55.366 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103776] [quota=100000] [2025/04/05 17:26:55.367 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.369 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.370 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.371 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.372 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.374 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.375 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.376 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.377 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.379 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.380 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.381 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.383 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.384 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.385 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.386 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.388 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.389 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.390 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.391 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.393 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.394 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.395 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.396 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.398 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.399 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:55.400 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=56192] [quota=100000] [2025/04/05 17:26:55.429 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.430 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.431 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.432 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.433 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.434 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.435 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=123424] [quota=100000] [2025/04/05 17:26:55.445 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.446 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:55.455 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.457 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:55.472 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.475 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:55.488 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.490 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:55.499 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.500 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.501 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.502 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.503 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.508 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.509 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.510 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=100000] [2025/04/05 17:26:55.524 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.525 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:55.532 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.533 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:55.543 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.544 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:55.549 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.550 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:55.555 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.556 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.557 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.558 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.559 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.560 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.561 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.561 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=100000] [2025/04/05 17:26:55.569 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.570 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:55.576 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.577 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=64960] [quota=100000] [2025/04/05 17:26:55.582 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.583 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:55.588 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.589 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:55.594 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.595 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.595 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.596 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.597 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.598 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.599 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=64960] [quota=100000] [2025/04/05 17:26:55.607 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.608 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:55.613 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.614 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:55.620 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.621 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:55.627 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:55.628 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:55.740 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.741 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.741 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.742 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.742 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.742 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.743 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.743 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.744 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.744 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.744 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.745 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.745 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.745 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.746 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.746 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.746 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.747 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.747 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.748 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.748 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.748 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.749 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.749 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.750 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.750 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.750 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.751 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.751 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.751 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.752 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.752 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.752 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.753 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.753 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.753 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.754 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.754 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.754 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.755 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.755 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.756 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.756 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.756 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.757 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.757 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.757 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.758 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.758 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.759 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.759 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.759 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.760 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.760 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.760 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.761 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.761 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.761 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.762 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.762 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.762 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.763 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.763 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.764 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.765 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.765 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.766 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.767 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.767 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.768 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.769 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.769 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.770 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.771 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.771 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.772 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.773 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.774 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.774 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.775 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.775 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.777 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.777 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.778 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.778 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.779 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.779 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.781 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.781 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.782 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.783 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.783 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.784 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.786 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.787 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.787 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:55.788 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 17:26:55.830 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.831 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.831 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.832 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.832 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.832 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.832 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.833 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.833 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.833 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.833 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.834 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.834 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.834 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.834 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.835 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.835 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.835 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.835 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.836 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.836 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.836 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.836 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.837 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.837 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=6496] [quota=10000] [2025/04/05 17:26:55.845 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.845 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.846 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.846 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.846 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.847 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:55.847 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 17:26:55.872 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14368] [quota=10000] [2025/04/05 17:26:55.873 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12416] [quota=10000] [2025/04/05 17:26:55.875 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=10688] [quota=10000] [2025/04/05 17:26:56.016 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=3003104] [quota=3000000] [2025/04/05 17:26:56.023 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1708288] [quota=3000000] [2025/04/05 17:26:56.196 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1706176] [quota=1700000] [2025/04/05 17:26:56.208 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1700736] [quota=1700000] [2025/04/05 17:26:56.214 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=961248] [quota=1700000] [2025/04/05 17:26:56.445 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=3794528] [quota=3500000] [2025/04/05 17:26:56.636 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.637 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103776] [quota=100000] [2025/04/05 17:26:56.640 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103776] [quota=100000] [2025/04/05 17:26:56.641 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.644 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.645 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.647 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.650 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.651 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.653 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.657 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.658 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.660 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.661 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.662 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.667 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.668 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.670 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.672 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.673 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.675 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.678 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.679 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.680 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.681 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.682 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.683 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.684 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.685 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 17:26:56.686 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=56192] [quota=100000] [2025/04/05 17:26:56.710 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.711 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.712 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.713 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.714 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.715 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.715 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=123424] [quota=100000] [2025/04/05 17:26:56.723 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.724 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:56.729 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.730 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:56.736 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.737 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:56.742 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.743 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:56.748 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.749 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.750 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.751 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.751 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.752 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.753 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.754 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=100000] [2025/04/05 17:26:56.760 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.761 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:56.768 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.769 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:56.775 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.776 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:56.782 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.783 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:56.789 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.790 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.791 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.792 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.793 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.794 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.795 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.795 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=100000] [2025/04/05 17:26:56.803 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.804 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:56.810 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.811 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=64960] [quota=100000] [2025/04/05 17:26:56.817 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.818 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:56.824 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.825 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:56.831 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.832 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.833 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.834 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.835 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.836 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.837 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=64960] [quota=100000] [2025/04/05 17:26:56.844 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.845 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:56.851 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.852 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:56.858 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.859 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:56.865 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:56.866 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 17:26:57.006 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.007 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.008 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.008 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.009 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.009 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.010 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.012 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.013 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.013 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.014 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.014 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.015 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.015 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.016 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.016 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.017 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.017 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.018 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.021 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.021 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.022 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.022 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.023 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.023 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.024 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.024 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.025 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.025 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.026 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.026 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.027 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.027 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.031 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.032 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.032 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.033 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.033 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.034 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.034 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.035 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.036 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.036 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.037 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.037 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.038 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.038 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.039 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.039 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.040 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.041 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.041 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.042 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.042 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.043 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.043 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.043 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.044 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.044 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.045 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.045 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.045 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.046 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.046 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.046 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.047 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.047 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.048 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.048 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.048 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.049 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.049 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.049 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.050 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.050 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.050 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.051 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.051 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.052 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.052 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.052 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.053 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.053 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.054 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.054 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.055 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.055 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.055 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.056 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.056 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.057 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.057 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.057 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.058 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.058 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.059 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 17:26:57.059 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 17:26:57.086 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.086 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.087 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.087 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.087 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.088 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.088 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.088 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.088 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.089 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.089 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.089 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.089 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.090 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.090 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.090 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.090 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.091 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.091 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.091 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.092 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.092 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.092 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.092 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.093 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 17:26:57.099 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.100 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.100 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.101 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.101 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.101 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.101 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 17:26:57.104 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.106 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.107 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=10944] [quota=10000] [2025/04/05 17:26:57.194 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1003072] [quota=1000000] [2025/04/05 17:26:57.205 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1004416] [quota=1000000] [2025/04/05 17:26:57.211 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=452256] [quota=1000000] [2025/04/05 17:26:57.318 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=905632] [quota=900000] [2025/04/05 17:26:57.324 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=900480] [quota=900000] [2025/04/05 17:26:57.329 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=575680] [quota=900000] [2025/04/05 17:26:57.453 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1890208] [quota=1700000] [2025/04/05 17:26:57.547 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 17:26:57.548 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101472] [quota=100000] [2025/04/05 17:26:57.549 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101472] [quota=100000] [2025/04/05 17:26:57.550 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 17:26:57.552 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 17:26:57.553 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 17:26:57.555 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 17:26:57.556 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 17:26:57.557 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 17:26:57.558 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 17:26:57.560 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 17:26:57.561 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 17:26:57.562 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 17:26:57.564 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 17:26:57.565 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 17:26:57.566 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=54656] [quota=100000] [2025/04/05 17:26:57.581 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:57.582 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:57.583 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:57.584 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=97440] [quota=100000] [2025/04/05 17:26:57.588 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101696] [quota=100000] [2025/04/05 17:26:57.594 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101568] [quota=100000] [2025/04/05 17:26:57.599 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100672] [quota=100000] [2025/04/05 17:26:57.605 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102784] [quota=100000] [2025/04/05 17:26:57.610 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:57.611 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:57.612 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:57.614 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=45472] [quota=100000] [2025/04/05 17:26:57.620 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100032] [quota=100000] [2025/04/05 17:26:57.626 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102432] [quota=100000] [2025/04/05 17:26:57.631 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101248] [quota=100000] [2025/04/05 17:26:57.639 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101824] [quota=100000] [2025/04/05 17:26:57.648 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:57.651 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:57.652 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:57.656 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=97440] [quota=100000] [2025/04/05 17:26:57.667 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100448] [quota=100000] [2025/04/05 17:26:57.677 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102336] [quota=100000] [2025/04/05 17:26:57.683 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101696] [quota=100000] [2025/04/05 17:26:57.693 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100928] [quota=100000] [2025/04/05 17:26:57.704 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:57.706 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:57.707 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 17:26:57.709 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=45472] [quota=100000] [2025/04/05 17:26:57.716 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101216] [quota=100000] [2025/04/05 17:26:57.729 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100064] [quota=100000] [2025/04/05 17:26:57.734 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102176] [quota=100000] [2025/04/05 17:26:57.738 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101568] [quota=100000] [2025/04/05 17:26:57.806 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.807 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.808 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.808 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.809 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.809 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.810 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.810 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.811 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.811 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.811 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.812 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.812 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.812 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.813 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.813 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.814 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.814 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.814 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.815 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.815 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.815 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.816 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.816 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.817 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.817 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.817 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.818 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.818 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.819 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.819 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.820 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.820 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.821 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.821 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.822 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.822 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.823 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.823 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.824 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.824 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.825 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.825 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.825 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.826 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.826 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.827 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.827 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.828 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.828 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.829 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.829 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.829 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.830 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.830 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 17:26:57.831 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 17:26:57.848 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.848 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.849 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.849 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.850 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.850 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.850 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.851 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.851 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.851 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.852 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.852 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.852 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 17:26:57.856 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.857 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.858 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 17:26:57.858 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 17:26:57.859 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=13184] [quota=10000] [2025/04/05 17:26:57.861 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=10624] [quota=10000] [2025/04/05 17:26:57.862 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12320] [quota=10000] [2025/04/05 17:26:57.967 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1003072] [quota=1000000] [2025/04/05 17:26:57.975 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1004416] [quota=1000000] [2025/04/05 17:26:57.979 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=452256] [quota=1000000] [2025/04/05 17:26:58.098 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=905632] [quota=900000] [2025/04/05 17:26:58.107 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=900480] [quota=900000] [2025/04/05 17:26:58.115 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=575680] [quota=900000] [2025/04/05 17:26:58.220 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1603392] [quota=1600000] [2025/04/05 17:26:58.223 -05:00] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=795200] [quota=1600000] --- FAIL: TestLeftOuterAntiSemiJoinSpill (4.65s) inner_join_spill_test.go:130: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/inner_join_spill_test.go:130 /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/inner_join_spill_test.go:241 /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/left_outer_semi_join_probe_test.go:620 /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/left_outer_anti_semi_join_probe_test.go:53 Error: Should be false Test: TestLeftOuterAntiSemiJoinSpill FAIL coverage: 29.6% of statements [FAIL] pkg/executor/test/splittest TestClusterIndexShowTableRegion err=exit status 1 [2025/04/05 17:27:45.077 -05:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 17:27:45.085 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:27:45.086 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:27:45.096 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:27:45.096 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:27:45.101 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:27:45.105 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=69338bb6-5d7a-4c17-8f9d-66e306d34f59] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:27:45.115 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:27:45.115 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:27:45.115 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStore\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:77\ngithub.com/pingcap/tidb/pkg/executor/test/splittest.TestClusterIndexShowTableRegion\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/splittest/split_table_test.go:41\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:27:45.127 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=10.400709ms] [2025/04/05 17:27:45.127 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:27:45.127 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=90dab7a5-58da-4a46-9271-3f51d6602494] [runWorker=true] [jobVersion=v2] [2025/04/05 17:27:45.127 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:27:45.127 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:27:45.128 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:27:45.128 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:27:45.128 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:27:45.128 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:27:45.128 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:27:45.128 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:27:45.128 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:27:45.128 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:27:45.128 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:27:45.128 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:27:45.128 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:27:45.146 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:27:45.146 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=90dab7a5-58da-4a46-9271-3f51d6602494] [2025/04/05 17:27:45.146 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:27:45.146 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:27:45.146 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:27:45.147 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:27:45.147 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:27:45.339 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.338 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.340 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.338 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 17:27:45.341 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.338 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.357 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=14.086066ms] [2025/04/05 17:27:45.357 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:27:45.360 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.360 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 17:27:45.360 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=16.799761ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.338 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.362 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.338 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.364 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 17:27:45.364 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 17:27:45.364 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 17:27:45.364 -05:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Tokyo] [2025/04/05 17:27:45.369 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.367 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.369 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.367 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:27:45.371 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.367 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.376 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=713.71µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.376 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.376 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 17:27:45.377 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=2.465204ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.367 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.379 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.367 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.383 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 17:27:45.383 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:27:45.385 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.385 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2025/04/05 17:27:45.386 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.387 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=166.331µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.388 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.388 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 17:27:45.390 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.914983ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.391 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.393 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 17:27:45.393 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/05 17:27:45.394 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.393 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.394 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.393 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [2025/04/05 17:27:45.395 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.393 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.396 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=152.118µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.398 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.398 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 17:27:45.399 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.864533ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.393 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.400 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.393 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.402 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 17:27:45.402 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/05 17:27:45.404 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.404 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:27:45.405 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.408 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=391.172µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.409 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.409 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 17:27:45.410 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.135983ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.411 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.414 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 17:27:45.414 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:27:45.416 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.416 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.416 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.416 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:27:45.417 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.416 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.419 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=256.197µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.420 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.420 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 17:27:45.422 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=3.047123ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.416 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.423 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.416 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.425 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 17:27:45.425 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:27:45.427 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.426 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.427 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.426 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:27:45.428 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.426 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.430 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=227.253µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.430 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.430 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 17:27:45.433 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.990136ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.426 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.434 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.426 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.436 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 17:27:45.436 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:27:45.437 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.436 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.437 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.436 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/05 17:27:45.438 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.436 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.439 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=144.066µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.440 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.440 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 17:27:45.442 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.860861ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.436 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.443 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.436 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.444 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 17:27:45.444 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/05 17:27:45.446 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.445 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.446 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.445 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2025/04/05 17:27:45.446 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.445 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.448 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=151.63µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.449 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.449 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 17:27:45.451 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=3.005233ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.445 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.452 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.445 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.454 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 17:27:45.454 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/05 17:27:45.455 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.455 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.455 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.455 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/05 17:27:45.456 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.455 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.458 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=172.486µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.458 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.458 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 17:27:45.460 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.909641ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.455 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.461 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.455 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.463 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 17:27:45.463 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/05 17:27:45.464 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.464 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.464 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.464 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2025/04/05 17:27:45.465 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.464 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.467 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=196.291µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.468 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.468 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 17:27:45.470 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=3.020358ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.464 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.471 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.464 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.473 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 17:27:45.473 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/05 17:27:45.473 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:27:45.474 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.474 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.474 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.474 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:27:45.475 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.474 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.477 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=297.551µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.478 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.478 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 17:27:45.480 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=3.033973ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.474 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.481 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.474 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.483 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 17:27:45.483 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:27:45.485 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.485 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2025/04/05 17:27:45.486 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.488 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=230.575µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.488 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.488 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 17:27:45.491 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.995921ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.492 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.494 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 17:27:45.494 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/05 17:27:45.495 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.495 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.495 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.495 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2025/04/05 17:27:45.496 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.495 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.498 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=171.427µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.498 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.498 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 17:27:45.501 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=3.011609ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.495 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.502 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.495 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.503 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 17:27:45.503 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:27:45.505 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.504 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.505 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.504 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2025/04/05 17:27:45.506 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.504 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.507 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=213.157µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.508 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.508 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 17:27:45.510 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=2.923594ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.504 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.511 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.504 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.513 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 17:27:45.513 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:27:45.514 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.514 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.514 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.514 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:27:45.515 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.514 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.516 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=164.203µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.517 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.517 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 17:27:45.519 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.912319ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.514 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.520 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.514 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.522 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 17:27:45.522 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:27:45.523 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.523 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.523 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.523 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2025/04/05 17:27:45.524 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.523 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.526 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=187.949µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.526 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.526 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 17:27:45.528 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.884955ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.523 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.529 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.523 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.531 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 17:27:45.531 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/05 17:27:45.532 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.532 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.532 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.532 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [2025/04/05 17:27:45.533 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.532 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.535 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=184.865µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.535 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.535 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 17:27:45.537 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.874355ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.532 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.538 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.532 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.541 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 17:27:45.541 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/05 17:27:45.544 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.543 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.544 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.543 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:27:45.546 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.543 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.548 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=280.881µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.549 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.549 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 17:27:45.550 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.126177ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.543 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.551 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.543 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.553 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 17:27:45.553 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:27:45.556 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.555 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.556 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.555 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:27:45.556 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.555 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.558 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=185.583µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.558 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.558 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 17:27:45.561 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.967202ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.555 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.562 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.555 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.563 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 17:27:45.563 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:27:45.565 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.564 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.565 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.564 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2025/04/05 17:27:45.566 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.564 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.567 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=125.69µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.568 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.568 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 17:27:45.570 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.928547ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.564 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.571 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.564 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.572 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 17:27:45.572 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/05 17:27:45.574 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.573 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.574 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.573 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/05 17:27:45.574 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.573 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.576 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=115.457µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.576 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.576 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 17:27:45.578 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.865636ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.573 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.579 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.573 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.581 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 17:27:45.581 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/05 17:27:45.583 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.582 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.583 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.582 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2025/04/05 17:27:45.584 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.582 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.585 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=235.777µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.586 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.586 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 17:27:45.588 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.965396ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.582 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.589 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.582 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.591 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 17:27:45.591 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/05 17:27:45.592 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.592 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.592 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.592 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:27:45.593 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.592 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.595 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=169.643µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.595 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.595 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 17:27:45.598 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.93863ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.592 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.599 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.592 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.600 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 17:27:45.600 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:27:45.602 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.601 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.602 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.601 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [2025/04/05 17:27:45.603 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.601 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.605 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=170.641µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.605 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.605 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 17:27:45.607 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=3.034224ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.601 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.608 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.601 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.610 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 17:27:45.610 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/05 17:27:45.612 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.611 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.612 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.611 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2025/04/05 17:27:45.613 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.611 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.614 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=150.531µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.615 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.615 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 17:27:45.617 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.952139ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.611 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.618 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.611 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.620 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 17:27:45.620 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/05 17:27:45.622 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.621 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.622 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.621 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2025/04/05 17:27:45.624 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.621 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.626 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=216.631µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.627 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.627 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 17:27:45.644 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=18.30265ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.621 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.645 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.621 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.648 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 17:27:45.648 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:27:45.650 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.649 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.650 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.649 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2025/04/05 17:27:45.651 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.649 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.652 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=161.332µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.653 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.653 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 17:27:45.654 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.006105ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.649 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.655 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.649 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.657 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 17:27:45.657 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/05 17:27:45.657 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:27:45.658 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.658 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.658 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.658 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2025/04/05 17:27:45.659 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.658 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.661 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=193.082µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.661 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.661 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 17:27:45.663 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.578748ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.658 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.664 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.658 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.666 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 17:27:45.666 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:27:45.668 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.667 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.668 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.667 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:27:45.668 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.667 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.670 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=209.265µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.671 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.671 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 17:27:45.673 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=3.010454ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.667 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.674 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.667 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.676 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 17:27:45.676 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:27:45.678 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.677 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.678 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.677 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:27:45.678 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.677 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.680 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=213.021µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.681 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.681 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 17:27:45.683 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=3.011669ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.677 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.684 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.677 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.686 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 17:27:45.686 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:27:45.688 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.687 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.688 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.687 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/05 17:27:45.689 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.687 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.691 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=310.811µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.692 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.692 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 17:27:45.693 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.075833ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.687 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.694 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.687 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.696 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 17:27:45.696 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/05 17:27:45.698 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.697 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.698 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.697 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/05 17:27:45.699 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.697 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.700 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=114.405µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.701 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.701 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 17:27:45.703 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=3.003915ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.697 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.704 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.697 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.706 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 17:27:45.706 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/05 17:27:45.710 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.709 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.710 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.709 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/05 17:27:45.711 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.709 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.712 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=175.52µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:27:45.713 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.713 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 17:27:45.715 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.963472ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.709 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.716 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.709 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.718 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 17:27:45.720 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.719 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.720 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.719 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/05 17:27:45.720 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.719 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.722 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=177.807µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.723 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.723 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 17:27:45.725 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.958726ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.719 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.726 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.719 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.728 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 17:27:45.728 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/05 17:27:45.729 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:27:45.729 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.729 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.729 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:27:45.730 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.729 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.731 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=169.252µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.732 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.732 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 17:27:45.734 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.962055ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.729 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.735 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.729 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.737 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 17:27:45.737 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [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=] [2025/04/05 17:27:45.738 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:27:45.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.738 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:27:45.739 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.741 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=133.801µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.741 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.741 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 17:27:45.743 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.904111ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.744 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.746 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 17:27:45.746 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [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=] [2025/04/05 17:27:45.749 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:27:45.747 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.749 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.747 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:27:45.750 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.747 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.753 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=351.895µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.753 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.753 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 17:27:45.754 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.07227ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.747 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.755 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.747 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.758 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 17:27:45.758 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [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=] [2025/04/05 17:27:45.759 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:27:45.759 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.759 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.759 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:27:45.760 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.759 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.762 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=288.877µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.763 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.763 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 17:27:45.765 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=3.02638ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.759 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.766 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.759 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.768 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 17:27:45.768 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [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=] [2025/04/05 17:27:45.770 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:27:45.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.770 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:27:45.771 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.773 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=300µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.774 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.774 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 17:27:45.775 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.037618ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.776 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.778 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 17:27:45.778 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [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=] [2025/04/05 17:27:45.780 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:27:45.779 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.780 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.779 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:27:45.781 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.779 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.783 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=319.433µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.784 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.784 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 17:27:45.785 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.051432ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.779 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.786 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.779 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.788 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 17:27:45.789 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:27:45.790 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:27:45.79 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.790 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.79 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:27:45.791 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.79 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.794 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=343.724µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.794 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.794 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 17:27:45.795 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.021338ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.79 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.797 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.79 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.799 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 17:27:45.799 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:27:45.801 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:27:45.8 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.801 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.8 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:27:45.802 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.8 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.804 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=323.802µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.805 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.805 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 17:27:45.806 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.010278ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.8 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.807 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.8 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.810 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 17:27:45.810 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [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=] [2025/04/05 17:27:45.811 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:27:45.81 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.811 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.81 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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;"] [2025/04/05 17:27:45.812 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.81 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.814 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=231.985µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.814 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.815 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 17:27:45.817 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=3.003916ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.81 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.818 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.81 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.820 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 17:27:45.820 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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=] [2025/04/05 17:27:45.821 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:27:45.821 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.821 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.821 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:27:45.822 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.821 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.824 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=226.113µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.825 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.825 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 17:27:45.827 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.997552ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.821 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.828 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.821 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.830 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 17:27:45.830 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:27:45.832 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:27:45.831 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.832 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.831 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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)"] [2025/04/05 17:27:45.833 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.831 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.835 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=337.459µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.836 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.836 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 17:27:45.837 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.026339ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.831 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.838 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.831 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.840 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 17:27:45.840 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [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=] [2025/04/05 17:27:45.842 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:27:45.841 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.842 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.841 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:27:45.843 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.841 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.844 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=228.228µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.845 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.845 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 17:27:45.847 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=3.276449ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.841 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.848 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.841 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.850 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 17:27:45.850 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:27:45.851 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:27:45.851 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.851 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.851 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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 );"] [2025/04/05 17:27:45.853 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.851 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.854 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=143.44µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.854 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.854 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 17:27:45.857 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.994254ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.851 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.858 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.851 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.859 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 17:27:45.859 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [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=] [2025/04/05 17:27:45.861 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:27:45.86 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.861 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.86 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:27:45.861 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.86 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.863 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=164.043µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.863 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.863 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 17:27:45.865 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.871002ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.86 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.866 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.86 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.868 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 17:27:45.868 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [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=] [2025/04/05 17:27:45.868 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:27:45.870 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.869 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.870 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.869 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/05 17:27:45.870 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.869 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.872 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=173.038µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.872 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.872 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 17:27:45.875 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.910655ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.869 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.875 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.869 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.877 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 17:27:45.877 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/05 17:27:45.878 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.878 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.878 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.878 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 17:27:45.879 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.878 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.880 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=33.875µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 17:27:45.880 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.880 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 17:27:45.883 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.900005ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.878 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.883 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.878 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.885 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 17:27:45.885 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 17:27:45.886 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.886 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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;"] [2025/04/05 17:27:45.888 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.889 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=122.988µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:27:45.889 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.889 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 17:27:45.891 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.795711ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.892 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.894 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 17:27:45.896 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.895 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.896 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.895 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/05 17:27:45.897 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.895 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.900 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=295.701µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.900 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.900 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 17:27:45.901 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.273105ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.895 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.903 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.895 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.905 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 17:27:45.905 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/05 17:27:45.906 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.906 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.906 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.906 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/05 17:27:45.907 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.906 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.909 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=180.413µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.909 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.909 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 17:27:45.911 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.92285ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.906 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.912 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.906 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.914 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 17:27:45.914 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/05 17:27:45.916 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.915 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.916 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.915 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/05 17:27:45.916 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.915 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.918 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=193.767µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:45.919 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:27:45.919 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 17:27:45.921 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.916931ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.915 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.922 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.915 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.924 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 17:27:45.924 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/05 17:27:45.940 -05:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=811.584926ms] [2025/04/05 17:27:45.940 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:27:45.941 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=90dab7a5-58da-4a46-9271-3f51d6602494] [2025/04/05 17:27:45.941 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:27:45.941 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:27:45.941 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=3.253µs] [2025/04/05 17:27:45.941 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=1.725µs] [2025/04/05 17:27:45.941 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=1.962µs] [2025/04/05 17:27:45.941 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=1.805µs] [2025/04/05 17:27:45.941 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.295µs] [2025/04/05 17:27:45.941 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=1.965µs] [2025/04/05 17:27:45.941 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=2.145µs] [2025/04/05 17:27:45.941 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=1.656µs] [2025/04/05 17:27:45.941 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.227µs] [2025/04/05 17:27:45.941 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=1.491µs] [2025/04/05 17:27:45.941 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=90dab7a5-58da-4a46-9271-3f51d6602494] [2025/04/05 17:27:45.941 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:27:45.941 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:27:45.941 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=90dab7a5-58da-4a46-9271-3f51d6602494] ["take time"=1.571063ms] [2025/04/05 17:27:45.941 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=90dab7a5-58da-4a46-9271-3f51d6602494] [2025/04/05 17:27:45.942 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:27:45.942 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:27:45.942 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:27:45.943 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:27:45.943 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:27:45.943 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:27:45.943 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:27:45.943 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:27:45.943 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:27:45.943 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:27:45.943 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:27:45.943 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:27:45.943 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:27:45.943 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:27:45.943 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=2.775333ms] [2025/04/05 17:27:45.943 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=69338bb6-5d7a-4c17-8f9d-66e306d34f59] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:27:45.947 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:27:45.947 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:27:45.960 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.214668ms] [2025/04/05 17:27:45.960 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:27:45.960 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=519a0162-7e50-447b-a91b-00533769a473] [runWorker=true] [jobVersion=v2] [2025/04/05 17:27:45.960 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:27:45.960 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:27:45.960 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:27:45.960 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:27:45.960 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:27:45.960 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:27:45.960 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:27:45.960 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:27:45.960 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:27:45.960 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:27:45.960 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:27:45.960 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:27:45.961 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:27:45.963 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:27:45.963 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=519a0162-7e50-447b-a91b-00533769a473] [2025/04/05 17:27:45.963 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:27:45.963 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:27:45.963 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:27:45.963 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:27:45.963 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:27:45.963 -05:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 17:27:45.965 -05:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 17:27:45.965 -05:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 17:27:45.965 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:27:45.966 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=519a0162-7e50-447b-a91b-00533769a473] [2025/04/05 17:27:45.967 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:27:45.968 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:27:45.969 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:27:45.969 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:27:45.969 -05:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 17:27:45.969 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:27:45.969 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:27:45.969 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:27:45.969 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:27:45.969 -05:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=875.8GiB] [2025/04/05 17:27:45.970 -05:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 17:27:45.970 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=519a0162-7e50-447b-a91b-00533769a473] [2025/04/05 17:27:45.971 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=519a0162-7e50-447b-a91b-00533769a473] [ttl-worker=task-manager] [ttl-worker=519a0162-7e50-447b-a91b-00533769a473] [originalCount=0] [newCount=4] [2025/04/05 17:27:45.971 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=519a0162-7e50-447b-a91b-00533769a473] [ttl-worker=task-manager] [ttl-worker=519a0162-7e50-447b-a91b-00533769a473] [originalCount=0] [newCount=4] [2025/04/05 17:27:45.971 -05:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=519a0162-7e50-447b-a91b-00533769a473] [2025/04/05 17:27:45.974 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:27:45.976 -05:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 17:27:45.977 -05:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 17:27:45.979 -05:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_scatter_region] [val=table] [2025/04/05 17:27:45.979 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=] [sql="drop database if exists cluster_index_regions;"] [user=] [2025/04/05 17:27:45.980 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.98 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.981 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.98 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create database cluster_index_regions;"] [2025/04/05 17:27:45.981 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.98 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.982 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=46.894µs] [gotSchemaVersion=56] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 17:27:45.983 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 17:27:45.985 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=2.868735ms] [job="ID:113, Type:create schema, State:done, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.98 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.986 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create schema, State:synced, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.98 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.989 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 17:27:45.989 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=] [sql="create database cluster_index_regions;"] [user=] [2025/04/05 17:27:45.992 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.991 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:27:45.992 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.991 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t (a int, b int, c int, primary key(a, b));"] [2025/04/05 17:27:45.994 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.991 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:45.995 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 114, Table Name: t)"] [2025/04/05 17:27:46.001 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=216.654µs] [gotSchemaVersion=57] [phyTblIDs="[114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:27:46.002 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2025/04/05 17:27:46.011 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=9.872024ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:27:45.991 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:46.012 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:27:45.991 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:27:46.013 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=115] [2025/04/05 17:27:46.013 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=57] [cur_db=cluster_index_regions] [sql="create table t (a int, b int, c int, primary key(a, b));"] [user=] [2025/04/05 17:27:46.014 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=7480000000000000725f7203800000000000000183800000000000] [2025/04/05 17:27:46.014 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=7480000000000000725f7203800000000000000183800000000000] ["first new region left"="{Id:2 StartKey: EndKey:7480000000000000ff725f720380000000ff0000000183800000ff0000000000000000fa RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:27:46.014 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=2] [2025/04/05 17:27:46.014 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=7480000000000000725f7203800000000000000183800000000000] ["new region left"="{Id:2 StartKey: EndKey:7480000000000000ff725f720380000000ff0000000183800000ff0000000000000000fa RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:27:46.014 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/05 17:27:46.014 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=2] [backoff(ms)=299999] [2025/04/05 17:27:46.014 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=2] [2025/04/05 17:27:46.015 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000000000000072] [2025/04/05 17:27:46.015 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=748000000000000072] ["first new region left"="{Id:2 StartKey: EndKey:7480000000000000ff7200000000000000f8 RegionEpoch:{ConfVer:1 Version:3} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:27:46.015 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/05 17:27:46.015 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=519a0162-7e50-447b-a91b-00533769a473] [2025/04/05 17:27:46.015 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:27:46.015 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:27:46.016 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:27:46.016 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=1.587µs] [2025/04/05 17:27:46.016 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp general"] ["take time"=1.531µs] [2025/04/05 17:27:46.016 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=519a0162-7e50-447b-a91b-00533769a473] [2025/04/05 17:27:46.016 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:27:46.016 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:27:46.016 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=519a0162-7e50-447b-a91b-00533769a473] ["take time"=294.553µs] [2025/04/05 17:27:46.016 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=519a0162-7e50-447b-a91b-00533769a473] [2025/04/05 17:27:46.016 -05:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 17:27:46.016 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=519a0162-7e50-447b-a91b-00533769a473] [ttl-worker=task-manager] [ttl-worker=519a0162-7e50-447b-a91b-00533769a473] [originalCount=4] [newCount=0] [2025/04/05 17:27:46.016 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:27:46.016 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:27:46.016 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:27:46.016 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:27:46.016 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=519a0162-7e50-447b-a91b-00533769a473] [ttl-worker=task-manager] [ttl-worker=519a0162-7e50-447b-a91b-00533769a473] [originalCount=4] [newCount=0] [2025/04/05 17:27:46.016 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:27:46.016 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:27:46.016 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:27:46.017 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:27:46.017 -05:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=519a0162-7e50-447b-a91b-00533769a473] [2025/04/05 17:27:46.017 -05:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 17:27:46.017 -05:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 17:27:46.017 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:27:46.017 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:27:46.017 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:27:46.017 -05:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 17:27:46.017 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:27:46.017 -05:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 17:27:46.017 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:27:46.017 -05:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 17:27:46.017 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:27:46.017 -05:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 17:27:46.017 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:27:46.017 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:27:46.017 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:27:46.017 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:27:46.017 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:27:46.017 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:27:46.017 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:27:46.017 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:27:46.017 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:27:46.017 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:27:46.017 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:27:46.017 -05:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 17:27:46.017 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:27:46.017 -05:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 17:27:46.017 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:27:46.017 -05:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 17:27:46.017 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:27:46.017 -05:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 17:27:46.017 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:27:46.020 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:27:46.020 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:27:46.020 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:27:46.020 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:27:46.020 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:27:46.020 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:27:46.020 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:27:46.020 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:27:46.020 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:27:46.020 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:27:46.020 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:27:46.020 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=519a0162-7e50-447b-a91b-00533769a473] [2025/04/05 17:27:46.020 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=519a0162-7e50-447b-a91b-00533769a473] [2025/04/05 17:27:46.020 -05:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 17:27:46.020 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:27:46.020 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=519a0162-7e50-447b-a91b-00533769a473] [2025/04/05 17:27:46.020 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=519a0162-7e50-447b-a91b-00533769a473] [2025/04/05 17:27:46.020 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:27:46.020 -05:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 17:27:46.020 -05:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 17:27:46.020 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:27:46.021 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=5.274542ms] [2025/04/05 17:27:46.021 -05:00] [INFO] [db.go:567] ["Closing database"] [2025/04/05 17:27:46.021 -05:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 17:27:46.021 -05:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 17:27:46.021 -05:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 17:27:46.022 -05:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 17:27:46.022 -05:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestClusterIndexShowTableRegion (0.97s) testkit.go:123: RefreshSession rand seed: 1743892065974279000 split_table_test.go:55: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/splittest/split_table_test.go:55 Error: Expect "" to match "t_114_" Test: TestClusterIndexShowTableRegion FAIL coverage: [no statements] [FAIL] pkg/ddl/tests/partition TestPartitionErrorCode err=exit status 1 [2025/04/05 17:28:10.417 -05:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 17:28:10.418 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:10.418 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:10.418 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:10.418 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:10.419 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:10.420 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=f9ed53e7-08d8-40be-8013-a5d86ad3b6f2] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:28:10.426 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:28:10.427 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:28:10.427 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStore\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:77\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2574\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:28:10.438 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=10.756289ms] [2025/04/05 17:28:10.438 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:28:10.438 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=4e504535-7f2b-48c2-9db3-6ef1dfc547e6] [runWorker=true] [jobVersion=v2] [2025/04/05 17:28:10.438 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:28:10.438 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:28:10.438 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:28:10.438 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:28:10.438 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:28:10.438 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:28:10.438 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:28:10.438 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:28:10.438 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:28:10.438 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:28:10.438 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:28:10.438 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:28:10.438 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:28:10.441 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:28:10.441 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=4e504535-7f2b-48c2-9db3-6ef1dfc547e6] [2025/04/05 17:28:10.441 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:28:10.441 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:28:10.441 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:28:10.441 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:28:10.441 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:28:10.641 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.64 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.641 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.64 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 17:28:10.641 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.64 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.658 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=14.63385ms] [2025/04/05 17:28:10.658 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:28:10.659 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.659 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 17:28:10.659 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=15.711321ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.64 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.660 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.64 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.662 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 17:28:10.662 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 17:28:10.662 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 17:28:10.662 -05:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=America/Chicago] [2025/04/05 17:28:10.665 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.663 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.665 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.663 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:28:10.667 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.663 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.672 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=728.499µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.672 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.672 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 17:28:10.673 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=2.509277ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.663 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.675 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.663 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.679 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 17:28:10.679 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:28:10.681 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.68 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.681 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.68 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2025/04/05 17:28:10.681 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.68 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.683 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=203.651µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.684 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.684 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 17:28:10.686 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.958995ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.68 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.687 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.68 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.688 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 17:28:10.689 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/05 17:28:10.690 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.690 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [2025/04/05 17:28:10.691 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.693 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=174.165µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.694 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.694 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 17:28:10.695 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.492104ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.696 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.698 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 17:28:10.698 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/05 17:28:10.700 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.700 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:28:10.701 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.704 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=430.08µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.704 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.704 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 17:28:10.705 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.195486ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.707 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.709 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 17:28:10.709 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:28:10.711 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.71 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.711 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.71 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:28:10.712 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.71 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.714 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=261.914µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.714 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.714 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 17:28:10.717 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.997998ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.71 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.718 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.71 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.720 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 17:28:10.720 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:28:10.722 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.721 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.722 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.721 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:28:10.722 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.721 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.724 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=223.965µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.725 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.725 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 17:28:10.727 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=3.014911ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.721 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.728 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.721 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.730 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 17:28:10.730 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:28:10.731 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.73 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.731 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.73 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/05 17:28:10.732 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.73 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.734 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=142.208µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.734 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.734 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 17:28:10.736 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.917826ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.73 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.737 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.73 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.739 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 17:28:10.739 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/05 17:28:10.740 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.74 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.740 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.74 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2025/04/05 17:28:10.741 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.74 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.743 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=145.99µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.744 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.744 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 17:28:10.746 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=3.033659ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.74 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.747 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.74 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.749 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 17:28:10.749 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/05 17:28:10.750 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.749 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.750 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.749 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/05 17:28:10.751 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.749 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.753 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=190.522µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.753 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.753 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 17:28:10.755 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.924888ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.749 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.756 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.749 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.758 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 17:28:10.758 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/05 17:28:10.760 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.759 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.760 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.759 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2025/04/05 17:28:10.761 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.759 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.762 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=194.255µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.763 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.763 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 17:28:10.765 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.954455ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.759 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.766 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.759 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.768 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 17:28:10.768 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/05 17:28:10.768 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:10.770 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.770 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:28:10.771 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.773 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=324.623µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.774 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.774 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 17:28:10.775 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.091107ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.776 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.778 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 17:28:10.779 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:28:10.780 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.779 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.780 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.779 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2025/04/05 17:28:10.781 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.779 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.783 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=221.601µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.784 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.784 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 17:28:10.785 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.047797ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.779 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.786 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.779 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.788 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 17:28:10.788 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/05 17:28:10.790 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.789 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.790 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.789 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2025/04/05 17:28:10.791 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.789 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.793 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=177.706µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.794 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.794 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 17:28:10.795 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.016673ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.789 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.796 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.789 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.798 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 17:28:10.798 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:28:10.800 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.799 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.800 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.799 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2025/04/05 17:28:10.800 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.799 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.802 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=187.651µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.803 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.803 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 17:28:10.805 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=3.022249ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.799 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.806 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.799 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.808 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 17:28:10.808 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:28:10.810 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.809 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.810 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.809 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:28:10.811 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.809 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.812 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=174.624µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.813 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.813 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 17:28:10.815 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=3.020716ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.809 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.816 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.809 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.818 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 17:28:10.818 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:28:10.820 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.819 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.820 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.819 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2025/04/05 17:28:10.821 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.819 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.822 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=219.931µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.823 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.823 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 17:28:10.825 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.952915ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.819 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.826 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.819 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.828 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 17:28:10.828 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/05 17:28:10.830 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.829 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.830 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.829 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [2025/04/05 17:28:10.831 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.829 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.832 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=179.403µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.833 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.833 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 17:28:10.835 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.99726ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.829 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.836 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.829 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.838 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 17:28:10.838 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/05 17:28:10.840 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.839 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.840 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.839 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:28:10.841 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.839 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.844 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=374.849µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.845 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.845 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 17:28:10.846 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.273463ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.839 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.847 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.839 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.850 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 17:28:10.850 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:28:10.852 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.851 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.852 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.851 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:28:10.853 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.851 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.854 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=211.797µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.855 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.855 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 17:28:10.857 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=3.042803ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.851 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.858 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.851 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.860 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 17:28:10.860 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:28:10.861 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.86 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.861 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.86 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2025/04/05 17:28:10.862 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.86 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.864 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=143.556µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.864 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.864 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 17:28:10.866 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.886226ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.86 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.867 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.86 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.869 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 17:28:10.869 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/05 17:28:10.871 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.87 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.871 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.87 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/05 17:28:10.871 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.87 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.873 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=102.366µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.873 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.873 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 17:28:10.875 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.877161ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.87 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.876 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.87 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.878 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 17:28:10.878 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/05 17:28:10.880 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.879 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.880 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.879 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2025/04/05 17:28:10.881 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.879 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.883 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=253.289µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.883 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.883 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 17:28:10.885 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=3.056109ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.879 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.886 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.879 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.889 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 17:28:10.889 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/05 17:28:10.890 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.89 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.890 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.89 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:28:10.891 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.89 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.893 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=175.121µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.894 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.894 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 17:28:10.895 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.081493ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.89 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.896 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.89 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.898 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 17:28:10.898 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:28:10.899 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.898 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.899 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.898 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [2025/04/05 17:28:10.900 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.898 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.902 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=188.975µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.902 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.902 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 17:28:10.904 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.955837ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.898 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.905 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.898 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.907 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 17:28:10.907 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/05 17:28:10.911 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.908 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.911 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.908 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2025/04/05 17:28:10.912 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.908 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.915 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=216.581µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.916 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.916 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 17:28:10.932 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=17.219363ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.908 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.933 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.908 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.936 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 17:28:10.936 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/05 17:28:10.939 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.938 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.939 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.938 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2025/04/05 17:28:10.939 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.938 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.941 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=179.574µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.942 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.943 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 17:28:10.943 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.005402ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.938 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.944 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.938 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.946 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 17:28:10.946 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:28:10.947 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.946 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.947 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.946 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2025/04/05 17:28:10.948 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.946 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.949 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=144.148µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.950 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.950 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 17:28:10.951 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.007517ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.946 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.952 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.946 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.954 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 17:28:10.954 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/05 17:28:10.954 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:10.955 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.955 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.955 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.955 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2025/04/05 17:28:10.956 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.955 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.958 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=192.076µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.958 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.958 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 17:28:10.960 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.780311ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.955 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.961 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.955 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.963 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 17:28:10.963 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:28:10.965 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.964 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.965 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.964 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:28:10.966 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.964 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.967 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=211.563µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.968 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.968 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 17:28:10.970 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.995478ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.964 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.971 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.964 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.973 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 17:28:10.973 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:28:10.974 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.974 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.974 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.974 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:28:10.975 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.974 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.977 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=236.028µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.978 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.978 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 17:28:10.980 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=3.031877ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.974 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.981 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.974 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.983 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 17:28:10.983 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:28:10.984 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.985 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/05 17:28:10.985 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.988 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=321.933µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.988 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.988 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 17:28:10.989 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.039514ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.990 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.993 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 17:28:10.993 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/05 17:28:10.994 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.994 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:10.994 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.994 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/05 17:28:10.995 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.994 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:10.997 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=119.216µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:10.997 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:10.997 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 17:28:10.999 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.896073ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:10.994 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.000 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:10.994 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.001 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 17:28:11.001 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/05 17:28:11.004 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.003 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.004 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.003 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/05 17:28:11.005 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.003 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.006 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=175.909µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:28:11.007 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.007 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 17:28:11.009 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.956933ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.003 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.010 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.003 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.012 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 17:28:11.013 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.012 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.013 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.012 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/05 17:28:11.014 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.012 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.016 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=176.751µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.017 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.017 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 17:28:11.019 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.971466ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.012 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.020 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.012 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.022 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 17:28:11.022 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/05 17:28:11.023 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:11.022 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.023 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.022 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:28:11.024 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.022 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.025 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=150.161µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.026 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.026 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 17:28:11.028 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.984298ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.022 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.029 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.022 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.031 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 17:28:11.031 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [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=] [2025/04/05 17:28:11.032 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:11.032 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.032 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.032 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:28:11.033 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.032 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.034 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=243.86µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.035 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.035 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 17:28:11.037 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.995593ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.032 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.038 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.032 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.039 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 17:28:11.040 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [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=] [2025/04/05 17:28:11.042 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:11.04 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.042 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.04 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:28:11.043 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.04 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.045 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=285.616µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.045 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.045 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 17:28:11.047 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.496956ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.04 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.048 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.04 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.050 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 17:28:11.050 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [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=] [2025/04/05 17:28:11.052 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:11.051 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.052 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.051 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:28:11.053 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.051 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.055 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=299.1µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.055 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.055 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 17:28:11.058 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=3.0597ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.051 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.059 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.051 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.061 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 17:28:11.061 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [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=] [2025/04/05 17:28:11.062 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:11.062 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.063 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.062 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:28:11.063 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.062 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.066 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=311.774µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.066 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.066 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 17:28:11.067 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.018456ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.062 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.068 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.062 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.070 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 17:28:11.070 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [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=] [2025/04/05 17:28:11.072 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:11.071 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.072 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.071 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:28:11.073 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.071 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.075 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=328.461µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.076 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.076 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 17:28:11.077 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.018203ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.071 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.078 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.071 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.081 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 17:28:11.081 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:28:11.082 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:11.082 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.082 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.082 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:28:11.083 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.082 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.086 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=325.798µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.086 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.086 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 17:28:11.087 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.035821ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.082 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.088 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.082 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.091 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 17:28:11.091 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:28:11.092 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:11.091 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.092 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.091 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:28:11.093 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.091 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.096 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=279.491µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.096 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.096 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 17:28:11.098 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=3.020693ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.091 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.099 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.091 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.102 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 17:28:11.102 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [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=] [2025/04/05 17:28:11.103 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:11.102 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.103 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.102 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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;"] [2025/04/05 17:28:11.104 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.102 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.107 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=328.681µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.108 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.108 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 17:28:11.109 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.208437ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.102 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.110 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.102 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.113 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 17:28:11.113 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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=] [2025/04/05 17:28:11.115 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:11.114 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.115 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.114 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:28:11.116 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.114 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.118 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=308.822µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.119 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.119 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 17:28:11.120 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.18728ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.114 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.121 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.114 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.124 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 17:28:11.124 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:28:11.126 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:11.125 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.126 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.125 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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)"] [2025/04/05 17:28:11.127 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.125 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.130 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=468.049µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.131 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.131 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 17:28:11.132 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.341491ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.125 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.133 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.125 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.136 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 17:28:11.136 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [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=] [2025/04/05 17:28:11.137 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:11.137 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.137 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.137 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:28:11.138 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.137 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.140 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=242.354µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.140 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.140 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 17:28:11.142 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.258992ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.137 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.143 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.137 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.144 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 17:28:11.144 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:28:11.146 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:11.145 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.146 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.145 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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 );"] [2025/04/05 17:28:11.147 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.145 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.148 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=173.44µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.149 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.149 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 17:28:11.151 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.922142ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.145 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.152 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.145 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.154 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 17:28:11.154 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [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=] [2025/04/05 17:28:11.155 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:11.155 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.155 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.155 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:28:11.156 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.155 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.157 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=182.616µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.158 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.158 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 17:28:11.160 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.931571ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.155 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.161 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.155 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.163 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 17:28:11.163 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [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=] [2025/04/05 17:28:11.163 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:11.164 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.164 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.164 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.164 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/05 17:28:11.165 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.164 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.166 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=183.007µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.167 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.167 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 17:28:11.169 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.920315ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.164 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.170 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.164 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.172 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 17:28:11.172 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/05 17:28:11.173 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.172 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.173 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.172 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 17:28:11.174 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.172 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.175 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=44.962µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 17:28:11.175 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.175 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 17:28:11.177 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.906761ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.172 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.178 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.172 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.180 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 17:28:11.180 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 17:28:11.181 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.18 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.181 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.18 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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;"] [2025/04/05 17:28:11.182 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.18 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.183 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=142.643µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:28:11.184 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.184 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 17:28:11.186 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.892503ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.18 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.187 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.18 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.189 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 17:28:11.191 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.19 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.191 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.19 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/05 17:28:11.192 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.19 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.195 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=296.342µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.195 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.195 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 17:28:11.196 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.034001ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.19 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.197 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.19 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.200 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 17:28:11.200 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/05 17:28:11.201 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.2 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.201 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.2 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/05 17:28:11.202 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.2 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.204 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=204.77µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.204 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.204 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 17:28:11.206 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.968415ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.2 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.207 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.2 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.209 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 17:28:11.209 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/05 17:28:11.211 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.21 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.211 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.21 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/05 17:28:11.212 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.21 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.213 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=204.879µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.214 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:11.214 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 17:28:11.216 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.984328ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.21 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.217 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.21 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.219 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 17:28:11.219 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/05 17:28:11.235 -05:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=797.424772ms] [2025/04/05 17:28:11.235 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:28:11.237 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=4e504535-7f2b-48c2-9db3-6ef1dfc547e6] [2025/04/05 17:28:11.237 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:28:11.237 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:28:11.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=3.128µs] [2025/04/05 17:28:11.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.271µs] [2025/04/05 17:28:11.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.274µs] [2025/04/05 17:28:11.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=1.867µs] [2025/04/05 17:28:11.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.43µs] [2025/04/05 17:28:11.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=1.838µs] [2025/04/05 17:28:11.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=2.138µs] [2025/04/05 17:28:11.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=1.951µs] [2025/04/05 17:28:11.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.285µs] [2025/04/05 17:28:11.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=2.21µs] [2025/04/05 17:28:11.237 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=4e504535-7f2b-48c2-9db3-6ef1dfc547e6] [2025/04/05 17:28:11.237 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:28:11.237 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:28:11.238 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=4e504535-7f2b-48c2-9db3-6ef1dfc547e6] ["take time"=2.201647ms] [2025/04/05 17:28:11.238 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=4e504535-7f2b-48c2-9db3-6ef1dfc547e6] [2025/04/05 17:28:11.238 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:28:11.238 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:28:11.238 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:28:11.238 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:28:11.238 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:28:11.238 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:28:11.238 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:28:11.238 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:28:11.238 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:28:11.238 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:28:11.238 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:28:11.238 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:28:11.238 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:28:11.238 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:28:11.238 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=2.919102ms] [2025/04/05 17:28:11.238 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=f9ed53e7-08d8-40be-8013-a5d86ad3b6f2] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:28:11.243 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:28:11.243 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:28:11.255 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.08239ms] [2025/04/05 17:28:11.255 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:28:11.256 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=16ed882b-76a2-42f7-9ebe-e22219f047b0] [runWorker=true] [jobVersion=v2] [2025/04/05 17:28:11.256 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:28:11.256 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:28:11.256 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:28:11.256 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:28:11.256 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:28:11.256 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:28:11.256 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:28:11.256 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:28:11.256 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:28:11.256 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:28:11.256 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:28:11.256 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:28:11.256 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:28:11.258 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:28:11.258 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=16ed882b-76a2-42f7-9ebe-e22219f047b0] [2025/04/05 17:28:11.258 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:28:11.258 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:28:11.258 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:28:11.258 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:28:11.259 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:28:11.259 -05:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 17:28:11.260 -05:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 17:28:11.261 -05:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 17:28:11.261 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:28:11.261 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=16ed882b-76a2-42f7-9ebe-e22219f047b0] [2025/04/05 17:28:11.262 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:28:11.263 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:28:11.264 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:28:11.264 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:28:11.264 -05:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 17:28:11.264 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:28:11.264 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:28:11.264 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:28:11.264 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:28:11.264 -05:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=875.8GiB] [2025/04/05 17:28:11.265 -05:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 17:28:11.265 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=16ed882b-76a2-42f7-9ebe-e22219f047b0] [2025/04/05 17:28:11.265 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=16ed882b-76a2-42f7-9ebe-e22219f047b0] [ttl-worker=task-manager] [ttl-worker=16ed882b-76a2-42f7-9ebe-e22219f047b0] [originalCount=0] [newCount=4] [2025/04/05 17:28:11.265 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=16ed882b-76a2-42f7-9ebe-e22219f047b0] [ttl-worker=task-manager] [ttl-worker=16ed882b-76a2-42f7-9ebe-e22219f047b0] [originalCount=0] [newCount=4] [2025/04/05 17:28:11.265 -05:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=16ed882b-76a2-42f7-9ebe-e22219f047b0] [2025/04/05 17:28:11.267 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:28:11.268 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=] [sql="drop database if exists test_db_with_partition"] [user=] [2025/04/05 17:28:11.270 -05:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 17:28:11.270 -05:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 17:28:11.271 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.27 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.271 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.27 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create database test_db_with_partition"] [2025/04/05 17:28:11.272 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.27 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.273 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=48.75µs] [gotSchemaVersion=56] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 17:28:11.274 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 17:28:11.276 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=2.994301ms] [job="ID:113, Type:create schema, State:done, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.27 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.277 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create schema, State:synced, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.27 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.279 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 17:28:11.279 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=] [sql="create database test_db_with_partition"] [user=] [2025/04/05 17:28:11.281 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.28 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.281 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.28 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table employees (\n\t\tid int not null,\n\t\tfname varchar(30),\n\t\tlname varchar(30),\n\t\thired date not null default '1970-01-01',\n\t\tseparated date not null default '9999-12-31',\n\t\tjob_code int,\n\t\tstore_id int\n\t)\n\tpartition by hash(store_id)\n\tpartitions 4;"] [2025/04/05 17:28:11.282 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=119] [conn=1] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.28 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.282 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 114, Table Name: employees)"] [2025/04/05 17:28:11.284 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=279.024µs] [gotSchemaVersion=57] [phyTblIDs="[114,115,116,117,118]"] [actionTypes="[3,3,3,3,3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.285 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=119] [version=57] [2025/04/05 17:28:11.287 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=3.054143ms] [job="ID:119, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.28 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.289 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=119] [conn=1] [job="ID:119, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.28 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.295 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=119] [2025/04/05 17:28:11.295 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=57] [cur_db=test_db_with_partition] [sql="create table employees (\n\t\tid int not null,\n\t\tfname varchar(30),\n\t\tlname varchar(30),\n\t\thired date not null default '1970-01-01',\n\t\tseparated date not null default '9999-12-31',\n\t\tjob_code int,\n\t\tstore_id int\n\t)\n\tpartition by hash(store_id)\n\tpartitions 4;"] [user=] [2025/04/05 17:28:11.295 -05:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=test_db_with_partition] [jobTable=employees] [jobType="alter table reorganize partition"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/05 17:28:11.298 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:132, Type:alter table reorganize partition, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 17:28:11.298 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:132, Type:alter table reorganize partition, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="alter table employees add partition partitions 8"] [2025/04/05 17:28:11.300 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=1] [job="ID:132, Type:alter table reorganize partition, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:28:11.300 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000000000000078] [2025/04/05 17:28:11.301 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=748000000000000078] ["first new region left"="{Id:2 StartKey: EndKey:7480000000000000ff7800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:28:11.301 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=2] [2025/04/05 17:28:11.301 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=748000000000000078] ["new region left"="{Id:2 StartKey: EndKey:7480000000000000ff7800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:28:11.301 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/05 17:28:11.301 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000000000000079] [2025/04/05 17:28:11.312 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=4] ["first at"=748000000000000079] ["first new region left"="{Id:4 StartKey:7480000000000000ff7800000000000000f8 EndKey:7480000000000000ff7900000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:5 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:28:11.312 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=4] [2025/04/05 17:28:11.312 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=4] [at=748000000000000079] ["new region left"="{Id:4 StartKey:7480000000000000ff7800000000000000f8 EndKey:7480000000000000ff7900000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:5 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:28:11.312 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[4]"] [2025/04/05 17:28:11.312 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=4] ["first split key"=74800000000000007a] [2025/04/05 17:28:11.314 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=6] ["first at"=74800000000000007a] ["first new region left"="{Id:6 StartKey:7480000000000000ff7900000000000000f8 EndKey:7480000000000000ff7a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:7 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:28:11.315 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=6] [2025/04/05 17:28:11.315 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=6] [at=74800000000000007a] ["new region left"="{Id:6 StartKey:7480000000000000ff7900000000000000f8 EndKey:7480000000000000ff7a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:7 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:28:11.315 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[6]"] [2025/04/05 17:28:11.315 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=6] ["first split key"=74800000000000007b] [2025/04/05 17:28:11.318 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=8] ["first at"=74800000000000007b] ["first new region left"="{Id:8 StartKey:7480000000000000ff7a00000000000000f8 EndKey:7480000000000000ff7b00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:9 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:28:11.318 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=8] [2025/04/05 17:28:11.318 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=8] [at=74800000000000007b] ["new region left"="{Id:8 StartKey:7480000000000000ff7a00000000000000f8 EndKey:7480000000000000ff7b00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:9 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:28:11.318 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[8]"] [2025/04/05 17:28:11.318 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=8] ["first split key"=74800000000000007c] [2025/04/05 17:28:11.320 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=10] ["first at"=74800000000000007c] ["first new region left"="{Id:10 StartKey:7480000000000000ff7b00000000000000f8 EndKey:7480000000000000ff7c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:11 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:28:11.320 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=10] [2025/04/05 17:28:11.320 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=10] [at=74800000000000007c] ["new region left"="{Id:10 StartKey:7480000000000000ff7b00000000000000f8 EndKey:7480000000000000ff7c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:11 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:28:11.320 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[10]"] [2025/04/05 17:28:11.320 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=10] ["first split key"=74800000000000007d] [2025/04/05 17:28:11.322 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=12] ["first at"=74800000000000007d] ["first new region left"="{Id:12 StartKey:7480000000000000ff7c00000000000000f8 EndKey:7480000000000000ff7d00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:13 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:28:11.322 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=12] [2025/04/05 17:28:11.322 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=12] [at=74800000000000007d] ["new region left"="{Id:12 StartKey:7480000000000000ff7c00000000000000f8 EndKey:7480000000000000ff7d00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:13 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:28:11.322 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[12]"] [2025/04/05 17:28:11.322 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=12] ["first split key"=74800000000000007e] [2025/04/05 17:28:11.325 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=74800000000000007e] ["first new region left"="{Id:14 StartKey:7480000000000000ff7d00000000000000f8 EndKey:7480000000000000ff7e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:15 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:28:11.325 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=14] [2025/04/05 17:28:11.325 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=14] [at=74800000000000007e] ["new region left"="{Id:14 StartKey:7480000000000000ff7d00000000000000f8 EndKey:7480000000000000ff7e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:15 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:28:11.325 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[14]"] [2025/04/05 17:28:11.325 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=74800000000000007f] [2025/04/05 17:28:11.327 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=16] ["first at"=74800000000000007f] ["first new region left"="{Id:16 StartKey:7480000000000000ff7e00000000000000f8 EndKey:7480000000000000ff7f00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:17 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:28:11.327 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=16] [2025/04/05 17:28:11.327 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=16] [at=74800000000000007f] ["new region left"="{Id:16 StartKey:7480000000000000ff7e00000000000000f8 EndKey:7480000000000000ff7f00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:17 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:28:11.327 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[16]"] [2025/04/05 17:28:11.327 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=16] ["first split key"=748000000000000080] [2025/04/05 17:28:11.329 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=18] ["first at"=748000000000000080] ["first new region left"="{Id:18 StartKey:7480000000000000ff7f00000000000000f8 EndKey:7480000000000000ff8000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:19 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:28:11.329 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=18] [2025/04/05 17:28:11.329 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=18] [at=748000000000000080] ["new region left"="{Id:18 StartKey:7480000000000000ff7f00000000000000f8 EndKey:7480000000000000ff8000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:19 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:28:11.329 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[18]"] [2025/04/05 17:28:11.329 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=18] ["first split key"=748000000000000081] [2025/04/05 17:28:11.331 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=20] ["first at"=748000000000000081] ["first new region left"="{Id:20 StartKey:7480000000000000ff8000000000000000f8 EndKey:7480000000000000ff8100000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:21 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:28:11.331 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=20] [2025/04/05 17:28:11.331 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=20] [at=748000000000000081] ["new region left"="{Id:20 StartKey:7480000000000000ff8000000000000000f8 EndKey:7480000000000000ff8100000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:21 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:28:11.331 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[20]"] [2025/04/05 17:28:11.331 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=20] ["first split key"=748000000000000082] [2025/04/05 17:28:11.334 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=22] ["first at"=748000000000000082] ["first new region left"="{Id:22 StartKey:7480000000000000ff8100000000000000f8 EndKey:7480000000000000ff8200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:23 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:28:11.334 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=22] [2025/04/05 17:28:11.334 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=22] [at=748000000000000082] ["new region left"="{Id:22 StartKey:7480000000000000ff8100000000000000f8 EndKey:7480000000000000ff8200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:23 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:28:11.334 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[22]"] [2025/04/05 17:28:11.334 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=22] ["first split key"=748000000000000083] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=24] ["first at"=748000000000000083] ["first new region left"="{Id:24 StartKey:7480000000000000ff8200000000000000f8 EndKey:7480000000000000ff8300000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:25 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=24] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=24] [at=748000000000000083] ["new region left"="{Id:24 StartKey:7480000000000000ff8200000000000000f8 EndKey:7480000000000000ff8300000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:25 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[24]"] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=2] [backoff(ms)=120000] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=2] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=4] [backoff(ms)=120000] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=4] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=6] [backoff(ms)=120000] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=6] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=8] [backoff(ms)=120000] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=8] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=10] [backoff(ms)=120000] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=10] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=12] [backoff(ms)=120000] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=12] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=14] [backoff(ms)=120000] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=14] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=16] [backoff(ms)=120000] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=16] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=18] [backoff(ms)=120000] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=18] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=20] [backoff(ms)=120000] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=20] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=22] [backoff(ms)=120000] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=22] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=24] [backoff(ms)=120000] [2025/04/05 17:28:11.336 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=24] [2025/04/05 17:28:11.338 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=57] [neededSchemaVersion=58] ["elapsed time"=466.865µs] [gotSchemaVersion=58] [phyTblIDs="[114,115,116,117,118]"] [actionTypes="[64,64,64,64,64]"] [diffTypes="[\"alter table reorganize partition\"]"] [2025/04/05 17:28:11.353 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=58] [2025/04/05 17:28:11.354 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=16.225699ms] [job="ID:132, Type:alter table reorganize partition, State:running, SchemaState:delete only, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:28:11.355 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=1] [job="ID:132, Type:alter table reorganize partition, State:running, SchemaState:delete only, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:28:11.357 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=58] [neededSchemaVersion=59] ["elapsed time"=412.055µs] [gotSchemaVersion=59] [phyTblIDs="[114,115,116,117,118]"] [actionTypes="[64,64,64,64,64]"] [diffTypes="[\"alter table reorganize partition\"]"] [2025/04/05 17:28:11.357 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=59] [2025/04/05 17:28:11.358 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=2.250208ms] [job="ID:132, Type:alter table reorganize partition, State:running, SchemaState:write only, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:28:11.360 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=1] [job="ID:132, Type:alter table reorganize partition, State:running, SchemaState:write only, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:28:11.361 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=59] [neededSchemaVersion=60] ["elapsed time"=409.773µs] [gotSchemaVersion=60] [phyTblIDs="[114,115,116,117,118]"] [actionTypes="[64,64,64,64,64]"] [diffTypes="[\"alter table reorganize partition\"]"] [2025/04/05 17:28:11.385 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=60] [2025/04/05 17:28:11.388 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=26.539007ms] [job="ID:132, Type:alter table reorganize partition, State:running, SchemaState:write reorganization, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:28:11.389 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=1] [job="ID:132, Type:alter table reorganize partition, State:running, SchemaState:write reorganization, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:28:11.389 -05:00] [INFO] [reorg.go:831] ["get noop table range"] [category=ddl] [table="&{114 employees utf8mb4 utf8mb4_bin [0xc000a271e0 0xc000a27340 0xc000a274a0 0xc000a27600 0xc000a27760 0xc000a278c0 0xc000a27b80] [] [] [] public false false 0 0 0 0 0 7 0 0 0 457150848397475840 0 0 0 0 0 0 0xc005d9fb80 5 false disable 3 112 Normal}"] ["table/partition ID"=115] ["start key"=] ["end key"=] ["is empty table"=true] [2025/04/05 17:28:11.389 -05:00] [INFO] [reorg.go:999] ["job get table range"] [category=ddl] ["job ID"=132] ["physical table ID"=115] ["start key"=] ["end key"=] [2025/04/05 17:28:11.390 -05:00] [INFO] [column.go:481] ["start to update table row"] [category=ddl] [job="ID:132, Type:alter table reorganize partition, State:running, SchemaState:write reorganization, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150848405078017, Version: v2, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:1,StartKey:,EndKey:,First:true,PhysicalTableID:115,Ingest mode:false"] [2025/04/05 17:28:11.391 -05:00] [INFO] [backfilling.go:491] ["load noop table range"] [category=ddl] [physicalTableID=115] [2025/04/05 17:28:11.391 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.391 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.391 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.391 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.391 -05:00] [INFO] [backfilling.go:1002] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_col_] ["total added count"=0] ["start key"=] [2025/04/05 17:28:11.391 -05:00] [INFO] [reorg.go:831] ["get noop table range"] [category=ddl] [table="&{114 employees utf8mb4 utf8mb4_bin [0xc000a271e0 0xc000a27340 0xc000a274a0 0xc000a27600 0xc000a27760 0xc000a278c0 0xc000a27b80] [] [] [] public false false 0 0 0 0 0 7 0 0 0 457150848397475840 0 0 0 0 0 0 0xc005d9fb80 5 false disable 3 112 Normal}"] ["table/partition ID"=116] ["start key"=] ["end key"=] ["is empty table"=true] [2025/04/05 17:28:11.391 -05:00] [INFO] [index.go:3007] ["job update reorgInfo"] [category=ddl] [jobID=132] [element=ID:1,TypeKey:_col_] [partitionTableID=116] [startKey=] [endKey=] [] [2025/04/05 17:28:11.392 -05:00] [INFO] [backfilling.go:491] ["load noop table range"] [category=ddl] [physicalTableID=116] [2025/04/05 17:28:11.392 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.392 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.392 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.392 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.392 -05:00] [INFO] [backfilling.go:1002] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_col_] ["total added count"=0] ["start key"=] [2025/04/05 17:28:11.392 -05:00] [INFO] [reorg.go:831] ["get noop table range"] [category=ddl] [table="&{114 employees utf8mb4 utf8mb4_bin [0xc000a271e0 0xc000a27340 0xc000a274a0 0xc000a27600 0xc000a27760 0xc000a278c0 0xc000a27b80] [] [] [] public false false 0 0 0 0 0 7 0 0 0 457150848397475840 0 0 0 0 0 0 0xc005d9fb80 5 false disable 3 112 Normal}"] ["table/partition ID"=117] ["start key"=] ["end key"=] ["is empty table"=true] [2025/04/05 17:28:11.392 -05:00] [INFO] [index.go:3007] ["job update reorgInfo"] [category=ddl] [jobID=132] [element=ID:1,TypeKey:_col_] [partitionTableID=117] [startKey=] [endKey=] [] [2025/04/05 17:28:11.392 -05:00] [INFO] [backfilling.go:491] ["load noop table range"] [category=ddl] [physicalTableID=117] [2025/04/05 17:28:11.392 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.392 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.392 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.392 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.392 -05:00] [INFO] [backfilling.go:1002] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_col_] ["total added count"=0] ["start key"=] [2025/04/05 17:28:11.392 -05:00] [INFO] [reorg.go:831] ["get noop table range"] [category=ddl] [table="&{114 employees utf8mb4 utf8mb4_bin [0xc000a271e0 0xc000a27340 0xc000a274a0 0xc000a27600 0xc000a27760 0xc000a278c0 0xc000a27b80] [] [] [] public false false 0 0 0 0 0 7 0 0 0 457150848397475840 0 0 0 0 0 0 0xc005d9fb80 5 false disable 3 112 Normal}"] ["table/partition ID"=118] ["start key"=] ["end key"=] ["is empty table"=true] [2025/04/05 17:28:11.392 -05:00] [INFO] [index.go:3007] ["job update reorgInfo"] [category=ddl] [jobID=132] [element=ID:1,TypeKey:_col_] [partitionTableID=118] [startKey=] [endKey=] [] [2025/04/05 17:28:11.393 -05:00] [INFO] [backfilling.go:491] ["load noop table range"] [category=ddl] [physicalTableID=118] [2025/04/05 17:28:11.393 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.393 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.393 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.393 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp reorganize partition"] [jobID=132] [2025/04/05 17:28:11.393 -05:00] [INFO] [backfilling.go:1002] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_col_] ["total added count"=0] ["start key"=] [2025/04/05 17:28:11.393 -05:00] [INFO] [reorg.go:409] ["run reorg job done"] [category=ddl] ["handled rows"=0] [2025/04/05 17:28:11.394 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=60] [neededSchemaVersion=61] ["elapsed time"=413.938µs] [gotSchemaVersion=61] [phyTblIDs="[114,120,121,122,123,124,125,126,127,128,129,130,131]"] [actionTypes="[64,64,64,64,64,64,64,64,64,64,64,64,64]"] [diffTypes="[\"alter table reorganize partition\"]"] [2025/04/05 17:28:11.415 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=61] [2025/04/05 17:28:11.417 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=61] ["take time"=22.571787ms] [job="ID:132, Type:alter table reorganize partition, State:running, SchemaState:delete reorganization, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150848405078017, Version: v2, UniqueWarnings:0"] [2025/04/05 17:28:11.417 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=1] [job="ID:132, Type:alter table reorganize partition, State:running, SchemaState:delete reorganization, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150848405078017, Version: v2, UniqueWarnings:0"] [2025/04/05 17:28:11.419 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=61] [neededSchemaVersion=62] ["elapsed time"=424.222µs] [gotSchemaVersion=62] [phyTblIDs="[114,120,121,122,123,124,125,126,127,128,129,130,131]"] [actionTypes="[64,64,64,64,64,64,64,64,64,64,64,64,64]"] [diffTypes="[\"alter table reorganize partition\"]"] [2025/04/05 17:28:11.433 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=62] [2025/04/05 17:28:11.435 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=62] ["take time"=16.400895ms] [job="ID:132, Type:alter table reorganize partition, State:running, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150848405078017, Version: v2, UniqueWarnings:0"] [2025/04/05 17:28:11.436 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=1] [job="ID:132, Type:alter table reorganize partition, State:running, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150848405078017, Version: v2, UniqueWarnings:0"] [2025/04/05 17:28:11.437 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: alter table reorganize partition, Table ID: 114, Table Name: employees, Partition Name: p0, Partition ID: 120, Partition Name: p1, Partition ID: 121, Partition Name: p2, Partition ID: 122, Partition Name: p3, Partition ID: 123, Partition Name: p4, Partition ID: 124, Partition Name: p5, Partition ID: 125, Partition Name: p6, Partition ID: 126, Partition Name: p7, Partition ID: 127, Partition Name: p8, Partition ID: 128, Partition Name: p9, Partition ID: 129, Partition Name: p10, Partition ID: 130, Partition Name: p11, Partition ID: 131, Dropped Partition Name: p0, Dropped Partition ID: 115, Dropped Partition Name: p1, Dropped Partition ID: 116, Dropped Partition Name: p2, Dropped Partition ID: 117, Dropped Partition Name: p3, Dropped Partition ID: 118)"] [2025/04/05 17:28:11.438 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=62] [neededSchemaVersion=63] ["elapsed time"=359.007µs] [gotSchemaVersion=63] [phyTblIDs="[114,120,121,122,123,124,125,126,127,128,129,130,131]"] [actionTypes="[64,64,64,64,64,64,64,64,64,64,64,64,64]"] [diffTypes="[\"alter table reorganize partition\"]"] [2025/04/05 17:28:11.453 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=63] [2025/04/05 17:28:11.454 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=63] ["take time"=16.515361ms] [job="ID:132, Type:alter table reorganize partition, State:done, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150848405078017, Version: v2, UniqueWarnings:0"] [2025/04/05 17:28:11.456 -05:00] [INFO] [delete_range.go:473] ["insert into delete-range table"] [category=ddl] [jobID=132] [tableIDs="[115,116,117,118]"] [comment="reorganize partition: physical table ID(s)"] [2025/04/05 17:28:11.456 -05:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=132] [jobType="alter table reorganize partition"] [2025/04/05 17:28:11.457 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=132] [conn=1] [job="ID:132, Type:alter table reorganize partition, State:synced, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150848405078017, Version: v2, UniqueWarnings:0"] [2025/04/05 17:28:11.462 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=132] [elementID=1] [startKey=748000000000000073] [endKey=748000000000000074] [2025/04/05 17:28:11.463 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=132] [2025/04/05 17:28:11.463 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=63] [cur_db=test_db_with_partition] [sql="alter table employees add partition partitions 8"] [user=] [2025/04/05 17:28:11.463 -05:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 17:28:11.463 -05:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=63] [error="[ddl:1480]Only RANGE PARTITIONING can use VALUES LESS THAN in partition definition"] [errorVerbose="[ddl:1480]Only RANGE PARTITIONING can use VALUES LESS THAN in partition definition\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).hashPartitionManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:2717\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddTablePartitions\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:2250\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:1751\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:475\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustGetDBError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:525\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2594\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"test_db_with_partition\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 17:28:11.463 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=63] [cur_db=test_db_with_partition] [sql="alter table employees add partition (partition pNew values less than (42))"] [user=] [2025/04/05 17:28:11.463 -05:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 17:28:11.463 -05:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=63] [error="[ddl:1480]Only LIST PARTITIONING can use VALUES IN in partition definition"] [errorVerbose="[ddl:1480]Only LIST PARTITIONING can use VALUES IN in partition definition\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).hashPartitionManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:2715\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddTablePartitions\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:2250\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:1751\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:475\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustGetDBError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:525\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2595\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"test_db_with_partition\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 17:28:11.463 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=63] [cur_db=test_db_with_partition] [sql="alter table employees add partition (partition pNew values in (42))"] [user=] [2025/04/05 17:28:11.464 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=132] [elementID=2] [startKey=748000000000000074] [endKey=748000000000000075] [2025/04/05 17:28:11.465 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=132] [elementID=3] [startKey=748000000000000075] [endKey=748000000000000076] [2025/04/05 17:28:11.467 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=132] [elementID=4] [startKey=748000000000000076] [endKey=748000000000000077] [2025/04/05 17:28:11.467 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:146, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:133, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.466 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.467 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:146, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:133, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.466 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table clients (\n\t\tid int,\n\t\tfname varchar(30),\n\t\tlname varchar(30),\n\t\tsigned date\n\t)\n\tpartition by hash( month(signed) )\n\tpartitions 12"] [2025/04/05 17:28:11.468 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=146] [conn=1] [job="ID:146, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:133, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.466 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.468 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 133, Table Name: clients)"] [2025/04/05 17:28:11.470 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=63] [neededSchemaVersion=64] ["elapsed time"=347.746µs] [gotSchemaVersion=64] [phyTblIDs="[133,134,135,136,137,138,139,140,141,142,143,144,145]"] [actionTypes="[3,3,3,3,3,3,3,3,3,3,3,3,3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.497 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=146] [version=64] [2025/04/05 17:28:11.498 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=64] ["take time"=28.421241ms] [job="ID:146, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:133, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.466 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.500 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=146] [conn=1] [job="ID:146, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:133, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.466 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.502 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=146] [2025/04/05 17:28:11.502 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=64] [cur_db=test_db_with_partition] [sql="create table clients (\n\t\tid int,\n\t\tfname varchar(30),\n\t\tlname varchar(30),\n\t\tsigned date\n\t)\n\tpartition by hash( month(signed) )\n\tpartitions 12"] [user=] [2025/04/05 17:28:11.502 -05:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 17:28:11.502 -05:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=64] [error="[ddl:1508]Cannot remove all partitions, use DROP TABLE instead"] [errorVerbose="[ddl:1508]Cannot remove all partitions, use DROP TABLE instead\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:1968\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:475\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustContainErrMsg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:531\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2606\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"test_db_with_partition\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 17:28:11.502 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=64] [cur_db=test_db_with_partition] [sql="alter table clients coalesce partition 12"] [user=] [2025/04/05 17:28:11.504 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:150, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:147, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.504 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:150, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:147, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t_part (a int key)\n\t\tpartition by range(a) (\n\t\tpartition p0 values less than (10),\n\t\tpartition p1 values less than (20)\n\t\t);"] [2025/04/05 17:28:11.505 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=150] [conn=1] [job="ID:150, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:147, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.505 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 147, Table Name: t_part)"] [2025/04/05 17:28:11.506 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=64] [neededSchemaVersion=65] ["elapsed time"=221.479µs] [gotSchemaVersion=65] [phyTblIDs="[147,148,149]"] [actionTypes="[3,3,3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.526 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=150] [version=65] [2025/04/05 17:28:11.527 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=65] ["take time"=21.018441ms] [job="ID:150, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:147, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.528 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=150] [conn=1] [job="ID:150, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:147, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.530 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=150] [2025/04/05 17:28:11.531 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=65] [cur_db=test_db_with_partition] [sql="create table t_part (a int key)\n\t\tpartition by range(a) (\n\t\tpartition p0 values less than (10),\n\t\tpartition p1 values less than (20)\n\t\t);"] [user=] [2025/04/05 17:28:11.531 -05:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 17:28:11.531 -05:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=65] [error="[ddl:1509]COALESCE PARTITION can only be used on HASH/KEY partitions"] [errorVerbose="[ddl:1509]COALESCE PARTITION can only be used on HASH/KEY partitions\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).CoalescePartitions\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:2699\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:1753\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:475\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustGetDBError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:525\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2613\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"test_db_with_partition\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 17:28:11.531 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=65] [cur_db=test_db_with_partition] [sql="alter table t_part coalesce partition 4;"] [user=] [2025/04/05 17:28:11.531 -05:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 17:28:11.531 -05:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=65] [error="[ddl:8200]Unsupported check partition"] [errorVerbose="[ddl:8200]Unsupported check partition\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:1761\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustGetErrCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:508\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2615\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"test_db_with_partition\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 17:28:11.531 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=65] [cur_db=test_db_with_partition] [sql="alter table t_part check partition p0, p1;"] [user=] [2025/04/05 17:28:11.531 -05:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 17:28:11.531 -05:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=65] [error="[ddl:8200]Unsupported optimize partition"] [errorVerbose="[ddl:8200]Unsupported optimize partition\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:1765\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustGetErrCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:508\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2616\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"test_db_with_partition\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 17:28:11.531 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=65] [cur_db=test_db_with_partition] [sql="alter table t_part optimize partition p0,p1;"] [user=] [2025/04/05 17:28:11.531 -05:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 17:28:11.531 -05:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=65] [error="[ddl:8200]Unsupported rebuild partition"] [errorVerbose="[ddl:8200]Unsupported rebuild partition\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:1763\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustGetErrCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:508\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2617\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"test_db_with_partition\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 17:28:11.531 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=65] [cur_db=test_db_with_partition] [sql="alter table t_part rebuild partition p0,p1;"] [user=] [2025/04/05 17:28:11.531 -05:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 17:28:11.532 -05:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=65] [error="[ddl:8200]Unsupported repair partition"] [errorVerbose="[ddl:8200]Unsupported repair partition\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:1769\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustGetErrCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:508\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2618\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"test_db_with_partition\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 17:28:11.532 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=65] [cur_db=test_db_with_partition] [sql="alter table t_part repair partition p1;"] [user=] [2025/04/05 17:28:11.532 -05:00] [INFO] [ddl.go:1174] ["switch metadata lock feature"] [category=ddl] [enable=false] [2025/04/05 17:28:11.534 -05:00] [INFO] [set.go:172] ["set global var"] [conn=2] [name=tidb_enable_metadata_lock] [val=0] [2025/04/05 17:28:11.534 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=65] [cur_db=test] [sql="drop table if exists t;"] [user=] [2025/04/05 17:28:11.536 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:156, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:151, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.536 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:156, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:151, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t(id int primary key)\n\t\tpartition by hash(id) partitions 4;"] [2025/04/05 17:28:11.537 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=156] [conn=2] [job="ID:156, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:151, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.537 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 151, Table Name: t)"] [2025/04/05 17:28:11.538 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=65] [neededSchemaVersion=66] ["elapsed time"=181.48µs] [gotSchemaVersion=66] [phyTblIDs="[151,152,153,154,155]"] [actionTypes="[3,3,3,3,3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:11.541 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=66] ["take time"=2.971236ms] [job="ID:156, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:151, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.544 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=66] ["take time"=2.636843ms] [job="ID:156, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:151, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.544 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=156] [conn=2] [job="ID:156, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:151, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.546 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=156] [2025/04/05 17:28:11.546 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=66] [cur_db=test] [sql="create table t(id int primary key)\n\t\tpartition by hash(id) partitions 4;"] [user=] [2025/04/05 17:28:11.549 -05:00] [INFO] [set.go:172] ["set global var"] [conn=3] [name=tidb_schema_cache_size] [val=0] [2025/04/05 17:28:11.550 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:158, Type:truncate partition, State:queueing, SchemaState:public, SchemaID:2, TableID:151, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:11.551 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:158, Type:truncate partition, State:queueing, SchemaState:public, SchemaID:2, TableID:151, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="alter table t truncate partition p0;"] [2025/04/05 17:28:11.551 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=158] [conn=3] [job="ID:158, Type:truncate partition, State:queueing, SchemaState:public, SchemaID:2, TableID:151, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.562 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=false] [currentSchemaVersion=66] [neededSchemaVersion=67] ["elapsed time"=9.883915ms] [2025/04/05 17:28:11.562 -05:00] [INFO] [domain.go:431] ["infoschema v1/v2 switch"] [2025/04/05 17:28:11.562 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:28:11.563 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=67] ["take time"=10.675553ms] [job="ID:158, Type:truncate partition, State:running, SchemaState:write only, SchemaID:2, TableID:151, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.566 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=67] ["take time"=2.80441ms] [job="ID:158, Type:truncate partition, State:running, SchemaState:write only, SchemaID:2, TableID:151, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.566 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=158] [conn=3] [job="ID:158, Type:truncate partition, State:running, SchemaState:write only, SchemaID:2, TableID:151, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.567 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=67] [neededSchemaVersion=68] ["elapsed time"=145.847µs] [gotSchemaVersion=68] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"truncate partition\"]"] [2025/04/05 17:28:11.569 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=68] ["take time"=2.895891ms] [job="ID:158, Type:truncate partition, State:running, SchemaState:delete only, SchemaID:2, TableID:151, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.570 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=158] [conn=3] [job="ID:158, Type:truncate partition, State:running, SchemaState:delete only, SchemaID:2, TableID:151, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.571 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=68] [neededSchemaVersion=69] ["elapsed time"=131.266µs] [gotSchemaVersion=69] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"truncate partition\"]"] [2025/04/05 17:28:11.573 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=69] ["take time"=2.835414ms] [job="ID:158, Type:truncate partition, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:151, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.574 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=158] [conn=3] [job="ID:158, Type:truncate partition, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:151, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:11.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.574 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: truncate partition, Table ID: 151, Table Name: t, Partition Name: p0, Partition ID: 157, Dropped Partition Name: p0, Dropped Partition ID: 152)"] [2025/04/05 17:28:11.575 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=69] [neededSchemaVersion=70] ["elapsed time"=126.222µs] [gotSchemaVersion=70] [phyTblIDs="[152]"] [actionTypes="[23]"] [diffTypes="[\"truncate partition\"]"] [2025/04/05 17:28:11.578 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=70] ["take time"=2.956759ms] [job="ID:158, Type:truncate partition, State:done, SchemaState:none, SchemaID:2, TableID:151, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.578 -05:00] [INFO] [delete_range.go:473] ["insert into delete-range table"] [category=ddl] [jobID=158] [tableIDs="[152]"] [comment="truncate partition: physical table ID(s)"] [2025/04/05 17:28:11.579 -05:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=158] [jobType="truncate partition"] [2025/04/05 17:28:11.579 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=158] [conn=3] [job="ID:158, Type:truncate partition, State:synced, SchemaState:none, SchemaID:2, TableID:151, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:11.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:11.583 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=158] [2025/04/05 17:28:11.583 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=3] [schemaVersion=70] [cur_db=test] [sql="alter table t truncate partition p0;"] [user=] [2025/04/05 17:28:11.583 -05:00] [INFO] [schema_validator.go:192] ["the schema version is much older than the latest version"] [currVer=66] [latestSchemaVer=70] [deltas="[{},{}]"] [2025/04/05 17:28:11.583 -05:00] [WARN] [session.go:820] ["can not retry txn"] [label=general] [error="[domain:8028]Information schema is changed during the execution of the statement(for example, table definition may be updated by other DDL ran in parallel). If you see this error often, try increasing `tidb_max_delta_schema_count`. [try again later]"] [errorVerbose="[domain:8028]Information schema is changed during the execution of the statement(for example, table definition may be updated by other DDL ran in parallel). If you see this error often, try increasing `tidb_max_delta_schema_count`. [try again later]\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\t/home/prow/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20250327030528-1906b778d741/txnkv/transaction/2pc.go:2092\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\t/home/prow/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20250327030528-1906b778d741/txnkv/transaction/2pc.go:1917\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\t/home/prow/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20250327030528-1906b778d741/txnkv/transaction/txn.go:853\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/txn_driver.go:117\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/txn.go:437\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:672\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:552\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:794\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:924\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:278\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:240\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2336\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2632\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/error/error.go:208\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/error.go:166\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/txn_driver.go:351\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/txn_driver.go:118\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/txn.go:437\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:672\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:552\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:794\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:924\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:278\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:240\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2336\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2632\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [IsBatchInsert=false] [IsPessimistic=true] [InRestrictedSQL=false] [tidb_retry_limit=10] [tidb_disable_txn_auto_retry=true] [2025/04/05 17:28:11.583 -05:00] [WARN] [session.go:836] ["commit failed"] ["finished txn"="Txn{state=invalid}"] [error="[domain:8028]Information schema is changed during the execution of the statement(for example, table definition may be updated by other DDL ran in parallel). If you see this error often, try increasing `tidb_max_delta_schema_count`. [try again later]"] [errorVerbose="[domain:8028]Information schema is changed during the execution of the statement(for example, table definition may be updated by other DDL ran in parallel). If you see this error often, try increasing `tidb_max_delta_schema_count`. [try again later]\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\t/home/prow/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20250327030528-1906b778d741/txnkv/transaction/2pc.go:2092\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\t/home/prow/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20250327030528-1906b778d741/txnkv/transaction/2pc.go:1917\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\t/home/prow/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20250327030528-1906b778d741/txnkv/transaction/txn.go:853\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/txn_driver.go:117\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/txn.go:437\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:672\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:552\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:794\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:924\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:278\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:240\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2336\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2632\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/error/error.go:208\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/error.go:166\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/txn_driver.go:351\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/txn_driver.go:118\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/txn.go:437\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:672\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:552\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:794\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:924\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:278\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:240\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2336\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2632\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [2025/04/05 17:28:11.583 -05:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=66] [error="previous statement: insert into t values(1);: [domain:8028]Information schema is changed during the execution of the statement(for example, table definition may be updated by other DDL ran in parallel). If you see this error often, try increasing `tidb_max_delta_schema_count`. [try again later]"] [errorVerbose="[domain:8028]Information schema is changed during the execution of the statement(for example, table definition may be updated by other DDL ran in parallel). If you see this error often, try increasing `tidb_max_delta_schema_count`. [try again later]\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\t/home/prow/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20250327030528-1906b778d741/txnkv/transaction/2pc.go:2092\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\t/home/prow/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20250327030528-1906b778d741/txnkv/transaction/2pc.go:1917\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\t/home/prow/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20250327030528-1906b778d741/txnkv/transaction/txn.go:853\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/txn_driver.go:117\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/txn.go:437\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:672\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:552\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:794\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:924\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:278\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:240\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2336\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2632\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/error/error.go:208\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/error.go:166\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/txn_driver.go:351\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/txn_driver.go:118\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/txn.go:437\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:672\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:552\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:794\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:924\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:278\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:240\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2336\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2632\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700\nprevious statement: insert into t values(1);"] [session="{\n \"currDBName\": \"test\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 17:28:11.584 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:28:11.584 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=16ed882b-76a2-42f7-9ebe-e22219f047b0] [2025/04/05 17:28:11.584 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:28:11.584 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 13, tp add index"] ["take time"=3.397µs] [2025/04/05 17:28:11.584 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:28:11.584 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=2.234µs] [2025/04/05 17:28:11.584 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp general"] ["take time"=2.003µs] [2025/04/05 17:28:11.584 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 14, tp general"] ["take time"=8.341µs] [2025/04/05 17:28:11.584 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 15, tp general"] ["take time"=3.057µs] [2025/04/05 17:28:11.584 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 16, tp general"] ["take time"=1.948µs] [2025/04/05 17:28:11.584 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 17, tp general"] ["take time"=1.385µs] [2025/04/05 17:28:11.584 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=16ed882b-76a2-42f7-9ebe-e22219f047b0] [2025/04/05 17:28:11.584 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:28:11.585 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=158] [elementID=1] [startKey=748000000000000098] [endKey=748000000000000099] [2025/04/05 17:28:11.585 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:28:11.585 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=16ed882b-76a2-42f7-9ebe-e22219f047b0] ["take time"=852.103µs] [2025/04/05 17:28:11.585 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=16ed882b-76a2-42f7-9ebe-e22219f047b0] [2025/04/05 17:28:11.585 -05:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 17:28:11.585 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=16ed882b-76a2-42f7-9ebe-e22219f047b0] [ttl-worker=task-manager] [ttl-worker=16ed882b-76a2-42f7-9ebe-e22219f047b0] [originalCount=4] [newCount=0] [2025/04/05 17:28:11.585 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:28:11.585 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:28:11.585 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:28:11.585 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:28:11.585 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=16ed882b-76a2-42f7-9ebe-e22219f047b0] [ttl-worker=task-manager] [ttl-worker=16ed882b-76a2-42f7-9ebe-e22219f047b0] [originalCount=4] [newCount=0] [2025/04/05 17:28:11.585 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:28:11.585 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:28:11.586 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:28:11.586 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:28:11.586 -05:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=16ed882b-76a2-42f7-9ebe-e22219f047b0] [2025/04/05 17:28:11.586 -05:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 17:28:11.586 -05:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 17:28:11.586 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:28:11.586 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:28:11.586 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:28:11.586 -05:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 17:28:11.586 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:28:11.586 -05:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 17:28:11.586 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:28:11.586 -05:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 17:28:11.586 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:28:11.586 -05:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 17:28:11.586 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:28:11.586 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:28:11.586 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:28:11.586 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:28:11.586 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:28:11.586 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:28:11.586 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:28:11.586 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:28:11.586 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:28:11.586 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:28:11.586 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:28:11.586 -05:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 17:28:11.586 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:28:11.586 -05:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 17:28:11.586 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:28:11.586 -05:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 17:28:11.586 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:28:11.586 -05:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 17:28:11.586 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:28:11.589 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:28:11.589 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:28:11.589 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:28:11.589 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:28:11.589 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:28:11.589 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:28:11.589 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:28:11.589 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:28:11.589 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:28:11.589 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:28:11.589 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:28:11.589 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=16ed882b-76a2-42f7-9ebe-e22219f047b0] [2025/04/05 17:28:11.589 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=16ed882b-76a2-42f7-9ebe-e22219f047b0] [2025/04/05 17:28:11.589 -05:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 17:28:11.589 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:28:11.589 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=16ed882b-76a2-42f7-9ebe-e22219f047b0] [2025/04/05 17:28:11.589 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=16ed882b-76a2-42f7-9ebe-e22219f047b0] [2025/04/05 17:28:11.589 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:28:11.589 -05:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 17:28:11.589 -05:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 17:28:11.589 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:28:11.589 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=5.312803ms] [2025/04/05 17:28:11.590 -05:00] [INFO] [db.go:567] ["Closing database"] [2025/04/05 17:28:11.590 -05:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 17:28:11.590 -05:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 17:28:11.590 -05:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 17:28:11.590 -05:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 17:28:11.590 -05:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestPartitionErrorCode (1.20s) testkit.go:123: RefreshSession rand seed: 1743892091267451118 testkit.go:123: RefreshSession rand seed: 1743892091267860152 testkit.go:123: RefreshSession rand seed: 1743892091546666729 testkit.go:161: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:161 /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154 /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2632 Error: Received unexpected error: [domain:8028]Information schema is changed during the execution of the statement(for example, table definition may be updated by other DDL ran in parallel). If you see this error often, try increasing `tidb_max_delta_schema_count`. [try again later] github.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid /home/prow/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20250327030528-1906b778d741/txnkv/transaction/2pc.go:2092 github.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute /home/prow/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20250327030528-1906b778d741/txnkv/transaction/2pc.go:1917 github.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit /home/prow/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20250327030528-1906b778d741/txnkv/transaction/txn.go:853 github.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit /home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/txn_driver.go:117 github.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit /home/prow/go/src/github.com/pingcap/tidb/pkg/session/txn.go:437 github.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:672 github.com/pingcap/tidb/pkg/session.(*session).doCommit /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:552 github.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:794 github.com/pingcap/tidb/pkg/session.(*session).CommitTxn /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:924 github.com/pingcap/tidb/pkg/session.autoCommitAfterStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:278 github.com/pingcap/tidb/pkg/session.finishStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:240 github.com/pingcap/tidb/pkg/session.runStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2336 github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167 github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154 github.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2632 testing.tRunner /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690 runtime.goexit /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700 github.com/pingcap/errors.AddStack /home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178 github.com/pingcap/errors.Trace /home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15 github.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr /home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/error/error.go:208 github.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr /home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/error.go:166 github.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr /home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/txn_driver.go:351 github.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit /home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/txn_driver.go:118 github.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit /home/prow/go/src/github.com/pingcap/tidb/pkg/session/txn.go:437 github.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:672 github.com/pingcap/tidb/pkg/session.(*session).doCommit /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:552 github.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:794 github.com/pingcap/tidb/pkg/session.(*session).CommitTxn /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:924 github.com/pingcap/tidb/pkg/session.autoCommitAfterStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:278 github.com/pingcap/tidb/pkg/session.finishStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:240 github.com/pingcap/tidb/pkg/session.runStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2336 github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167 github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154 github.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2632 testing.tRunner /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690 runtime.goexit /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700 previous statement: insert into t values(1); Test: TestPartitionErrorCode Messages: sql:commit, [], error stack [domain:8028]Information schema is changed during the execution of the statement(for example, table definition may be updated by other DDL ran in parallel). If you see this error often, try increasing `tidb_max_delta_schema_count`. [try again later] github.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid /home/prow/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20250327030528-1906b778d741/txnkv/transaction/2pc.go:2092 github.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute /home/prow/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20250327030528-1906b778d741/txnkv/transaction/2pc.go:1917 github.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit /home/prow/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20250327030528-1906b778d741/txnkv/transaction/txn.go:853 github.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit /home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/txn_driver.go:117 github.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit /home/prow/go/src/github.com/pingcap/tidb/pkg/session/txn.go:437 github.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:672 github.com/pingcap/tidb/pkg/session.(*session).doCommit /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:552 github.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:794 github.com/pingcap/tidb/pkg/session.(*session).CommitTxn /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:924 github.com/pingcap/tidb/pkg/session.autoCommitAfterStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:278 github.com/pingcap/tidb/pkg/session.finishStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:240 github.com/pingcap/tidb/pkg/session.runStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2336 github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167 github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154 github.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2632 testing.tRunner /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690 runtime.goexit /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700 github.com/pingcap/errors.AddStack /home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178 github.com/pingcap/errors.Trace /home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15 github.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr /home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/error/error.go:208 github.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr /home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/error.go:166 github.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr /home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/txn_driver.go:351 github.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit /home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/txn_driver.go:118 github.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit /home/prow/go/src/github.com/pingcap/tidb/pkg/session/txn.go:437 github.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:672 github.com/pingcap/tidb/pkg/session.(*session).doCommit /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:552 github.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:794 github.com/pingcap/tidb/pkg/session.(*session).CommitTxn /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:924 github.com/pingcap/tidb/pkg/session.autoCommitAfterStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:278 github.com/pingcap/tidb/pkg/session.finishStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:240 github.com/pingcap/tidb/pkg/session.runStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2336 github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167 github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154 github.com/pingcap/tidb/pkg/ddl/tests/partition.TestPartitionErrorCode /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/db_partition_test.go:2632 testing.tRunner /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690 runtime.goexit /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700 previous statement: insert into t values(1); FAIL coverage: [no statements] [FAIL] pkg/executor/test/executor TestIssue48756 err=exit status 1 [2025/04/05 17:28:53.377 -05:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 17:28:53.378 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:53.378 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:53.379 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:53.379 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:53.379 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:53.381 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=21c824eb-4f13-4b52-8891-1e8e596028f2] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:28:53.387 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:28:53.387 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:28:53.388 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStore\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:77\ngithub.com/pingcap/tidb/pkg/executor/test/executor.TestIssue48756\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/executor/executor_test.go:2999\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:28:53.399 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=10.782275ms] [2025/04/05 17:28:53.399 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:28:53.399 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=29f0dd83-fa7b-4aab-af46-565a75e523ee] [runWorker=true] [jobVersion=v2] [2025/04/05 17:28:53.399 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:28:53.399 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:28:53.399 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:28:53.399 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:28:53.399 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:28:53.399 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:28:53.399 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:28:53.399 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:28:53.399 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:28:53.399 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:28:53.399 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:28:53.399 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:28:53.399 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:28:53.403 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:28:53.403 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=29f0dd83-fa7b-4aab-af46-565a75e523ee] [2025/04/05 17:28:53.403 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:28:53.403 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:28:53.403 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:28:53.403 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:28:53.403 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:28:53.603 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.602 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.603 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.602 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 17:28:53.605 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.602 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.621 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=14.717814ms] [2025/04/05 17:28:53.621 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:28:53.622 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.622 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 17:28:53.622 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=16.155701ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.602 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.624 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.602 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.626 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 17:28:53.626 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 17:28:53.626 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 17:28:53.627 -05:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Europe/Berlin] [2025/04/05 17:28:53.630 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.628 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.630 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.628 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:28:53.631 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.628 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.637 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=725.073µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.637 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.637 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 17:28:53.638 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=2.632313ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.628 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.640 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.628 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.644 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 17:28:53.644 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:28:53.646 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.646 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.646 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.646 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2025/04/05 17:28:53.647 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.646 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.649 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=203.52µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.649 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.649 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 17:28:53.651 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.030325ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.646 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.652 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.646 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.654 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 17:28:53.654 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/05 17:28:53.655 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.655 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.656 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.655 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [2025/04/05 17:28:53.657 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.655 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.659 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=178.29µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.660 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.660 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 17:28:53.662 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=3.005893ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.655 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.663 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.655 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.665 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 17:28:53.665 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/05 17:28:53.667 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.666 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.668 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.666 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:28:53.668 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.666 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.672 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=435.482µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.672 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.672 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 17:28:53.673 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.296948ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.666 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.675 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.666 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.678 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 17:28:53.678 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:28:53.680 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.679 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.680 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.679 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:28:53.681 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.679 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.683 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=263.684µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.683 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.683 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 17:28:53.684 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.098403ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.679 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.686 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.679 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.688 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 17:28:53.688 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:28:53.690 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.690 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:28:53.691 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.693 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=251.122µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.694 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.694 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 17:28:53.695 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.132584ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.696 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.698 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 17:28:53.698 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:28:53.700 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.700 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/05 17:28:53.701 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.702 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=158.726µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.703 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.703 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 17:28:53.704 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.360694ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.705 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.707 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 17:28:53.707 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/05 17:28:53.709 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.708 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.709 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.708 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2025/04/05 17:28:53.710 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.708 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.712 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=161.176µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.712 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.712 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 17:28:53.715 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=3.053581ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.708 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.716 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.708 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.718 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 17:28:53.718 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/05 17:28:53.720 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.719 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.720 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.719 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/05 17:28:53.721 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.719 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.722 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=229.315µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.723 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.723 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 17:28:53.725 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=3.058491ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.719 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.726 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.719 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.728 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 17:28:53.728 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/05 17:28:53.730 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.73 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.730 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.73 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2025/04/05 17:28:53.731 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.73 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.733 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=226.525µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.734 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.734 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 17:28:53.735 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.06549ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.73 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.736 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.73 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.738 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 17:28:53.738 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/05 17:28:53.738 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:53.740 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.739 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.740 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.739 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:28:53.741 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.739 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.744 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=368.827µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.744 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.744 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 17:28:53.746 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.262534ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.739 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.747 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.739 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.750 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 17:28:53.750 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:28:53.751 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.751 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2025/04/05 17:28:53.752 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.755 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=279.819µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.756 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.756 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 17:28:53.757 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.275394ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.758 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.760 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 17:28:53.760 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/05 17:28:53.762 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.761 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.762 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.761 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2025/04/05 17:28:53.763 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.761 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.765 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=210.767µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.765 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.765 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 17:28:53.767 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.029953ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.761 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.768 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.761 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.770 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 17:28:53.770 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:28:53.774 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.773 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.774 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.773 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2025/04/05 17:28:53.775 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.773 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.778 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=264.55µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.780 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.780 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 17:28:53.794 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=16.310985ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.773 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.796 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.773 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.798 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 17:28:53.798 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:28:53.800 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.799 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.800 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.799 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:28:53.801 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.799 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.802 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=191.024µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.803 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.803 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 17:28:53.804 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.00632ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.799 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.805 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.799 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.807 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 17:28:53.807 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:28:53.809 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.808 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.809 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.808 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2025/04/05 17:28:53.810 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.808 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.811 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=198.584µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.812 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.812 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 17:28:53.814 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.846084ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.808 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.815 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.808 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.817 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 17:28:53.817 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/05 17:28:53.818 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.818 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.818 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.818 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [2025/04/05 17:28:53.819 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.818 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.821 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=197.875µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.821 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.821 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 17:28:53.824 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=3.018466ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.818 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.825 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.818 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.827 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 17:28:53.827 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/05 17:28:53.828 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.828 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.828 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.828 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:28:53.829 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.828 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.832 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=295.892µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.832 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.832 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 17:28:53.833 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.057808ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.828 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.834 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.828 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.837 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 17:28:53.837 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:28:53.839 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.838 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.839 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.838 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:28:53.840 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.838 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.841 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=184.943µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.842 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.842 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 17:28:53.844 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=3.045363ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.838 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.845 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.838 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.847 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 17:28:53.847 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:28:53.848 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.848 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.848 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.848 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2025/04/05 17:28:53.849 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.848 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.851 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=139.329µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.851 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.851 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 17:28:53.854 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=3.339202ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.848 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.855 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.848 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.856 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 17:28:53.856 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/05 17:28:53.858 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.857 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.858 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.857 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/05 17:28:53.859 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.857 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.860 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=112.064µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.861 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.861 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 17:28:53.863 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.953574ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.857 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.864 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.857 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.866 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 17:28:53.866 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/05 17:28:53.868 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.867 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.868 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.867 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2025/04/05 17:28:53.868 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.867 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.870 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=239.837µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.871 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.871 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 17:28:53.872 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.015297ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.867 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.873 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.867 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.875 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 17:28:53.875 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/05 17:28:53.877 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.876 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.877 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.876 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:28:53.878 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.876 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.879 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=191.561µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.880 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.880 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 17:28:53.882 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=3.04966ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.876 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.883 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.876 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.885 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 17:28:53.885 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:28:53.886 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.886 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [2025/04/05 17:28:53.887 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.889 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=188.595µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.889 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.889 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 17:28:53.892 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=3.014439ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.893 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.886 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.894 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 17:28:53.895 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/05 17:28:53.896 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.895 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.896 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.895 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2025/04/05 17:28:53.897 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.895 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.898 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=165.728µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.899 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.899 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 17:28:53.901 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.976777ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.895 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.902 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.895 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.904 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 17:28:53.904 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/05 17:28:53.905 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.904 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.905 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.904 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2025/04/05 17:28:53.907 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.904 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.908 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=198.977µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.909 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.909 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 17:28:53.911 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.451852ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.904 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.912 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.904 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.913 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 17:28:53.913 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:28:53.915 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.914 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.915 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.914 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2025/04/05 17:28:53.916 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.914 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.917 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=155.293µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.918 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.918 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 17:28:53.920 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.961326ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.914 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.921 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.914 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.923 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 17:28:53.923 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/05 17:28:53.923 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:53.924 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.924 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.924 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.924 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2025/04/05 17:28:53.925 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.924 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.927 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=212.896µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.928 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.928 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 17:28:53.930 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=3.027389ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.924 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.931 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.924 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.933 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 17:28:53.933 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:28:53.934 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.934 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.934 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.934 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:28:53.935 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.934 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.937 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=214.941µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.938 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.938 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 17:28:53.940 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=3.043129ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.934 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.941 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.934 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.943 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 17:28:53.943 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:28:53.945 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.944 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.945 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.944 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:28:53.945 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.944 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.947 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=216.545µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.948 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.948 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 17:28:53.950 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=3.053254ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.944 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.951 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.944 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.953 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 17:28:53.953 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:28:53.955 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.954 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.955 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.954 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/05 17:28:53.956 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.954 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.959 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=322.431µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.959 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.959 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 17:28:53.961 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.113358ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.954 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.962 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.954 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.964 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 17:28:53.964 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/05 17:28:53.966 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.966 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/05 17:28:53.967 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.968 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=122.88µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.968 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.968 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 17:28:53.971 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.929138ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.972 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.973 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 17:28:53.973 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/05 17:28:53.976 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.975 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.976 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.975 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/05 17:28:53.976 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.975 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.978 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=182.663µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:28:53.979 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.979 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 17:28:53.981 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=3.038112ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.975 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.982 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.975 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.985 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 17:28:53.986 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.986 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.986 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.986 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/05 17:28:53.987 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.986 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.989 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=199.767µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:53.990 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:53.990 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 17:28:53.992 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=3.060165ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.986 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.993 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.986 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.995 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 17:28:53.995 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/05 17:28:53.997 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:53.996 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:53.997 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.996 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:28:53.998 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.996 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:53.999 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=168.68µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.000 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.000 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 17:28:54.001 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.027088ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:53.996 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.002 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:53.996 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.004 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 17:28:54.004 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [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=] [2025/04/05 17:28:54.006 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:54.005 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.006 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.005 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:28:54.007 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.005 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.009 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=188.753µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.010 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.010 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 17:28:54.011 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.039022ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.005 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.012 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.005 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.014 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 17:28:54.014 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [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=] [2025/04/05 17:28:54.016 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:54.015 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.016 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.015 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:28:54.017 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.015 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.019 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=352.306µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.020 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.020 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 17:28:54.021 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.195431ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.015 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.022 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.015 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.025 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 17:28:54.025 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [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=] [2025/04/05 17:28:54.027 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:54.026 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.027 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.026 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:28:54.028 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.026 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.030 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=318.748µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.031 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.031 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 17:28:54.032 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.13156ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.026 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.033 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.026 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.036 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 17:28:54.036 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [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=] [2025/04/05 17:28:54.038 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:54.037 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.038 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.037 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:28:54.039 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.037 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.042 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=350.194µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.042 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.042 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 17:28:54.043 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.152992ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.037 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.045 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.037 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.047 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 17:28:54.047 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [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=] [2025/04/05 17:28:54.049 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:54.048 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.049 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.048 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:28:54.051 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.048 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.053 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=398.794µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.054 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.054 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 17:28:54.056 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.761974ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.048 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.057 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.048 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.060 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 17:28:54.060 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:28:54.062 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:54.061 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.062 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.061 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:28:54.063 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.061 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.066 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=359.254µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.066 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.066 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 17:28:54.067 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.221732ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.061 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.069 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.061 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.071 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 17:28:54.071 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:28:54.074 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:54.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.074 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:28:54.075 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.077 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=325.263µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.078 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.078 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 17:28:54.079 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.180005ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.080 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.083 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 17:28:54.083 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [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=] [2025/04/05 17:28:54.085 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:54.084 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.085 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.084 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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;"] [2025/04/05 17:28:54.086 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.084 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.088 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=269.911µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.089 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.089 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 17:28:54.090 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.115997ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.084 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.091 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.084 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.093 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 17:28:54.093 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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=] [2025/04/05 17:28:54.095 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:54.094 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.095 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.094 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:28:54.096 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.094 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.098 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=274.806µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.099 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.099 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 17:28:54.100 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.094272ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.094 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.101 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.094 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.104 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 17:28:54.104 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:28:54.106 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:54.105 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.106 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.105 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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)"] [2025/04/05 17:28:54.108 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.105 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.111 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=392.174µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.111 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.111 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 17:28:54.112 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.250431ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.105 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.114 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.105 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.117 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 17:28:54.117 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [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=] [2025/04/05 17:28:54.119 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:54.118 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.119 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.118 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:28:54.120 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.118 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.122 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=274.538µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.122 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.122 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 17:28:54.123 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.126162ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.118 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.125 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.118 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.127 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 17:28:54.127 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:28:54.129 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:54.128 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.129 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.128 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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 );"] [2025/04/05 17:28:54.130 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.128 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.131 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=177.592µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.132 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.132 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 17:28:54.134 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=3.03016ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.128 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.135 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.128 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.137 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 17:28:54.137 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [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=] [2025/04/05 17:28:54.139 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:28:54.138 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.139 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.138 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:28:54.140 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.138 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.141 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=218.532µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.142 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.142 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 17:28:54.143 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.026511ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.138 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.144 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.138 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.146 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 17:28:54.146 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [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=] [2025/04/05 17:28:54.147 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:28:54.148 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.148 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/05 17:28:54.149 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.151 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=211.052µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.151 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.151 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 17:28:54.153 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.037733ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.154 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.156 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 17:28:54.156 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/05 17:28:54.157 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.157 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.157 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.157 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 17:28:54.159 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.157 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.160 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=50.368µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 17:28:54.161 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.161 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 17:28:54.163 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.91587ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.157 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.164 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.157 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.166 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 17:28:54.166 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 17:28:54.168 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.167 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.168 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.167 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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;"] [2025/04/05 17:28:54.169 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.167 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.170 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=151.433µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:28:54.171 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.171 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 17:28:54.173 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=3.004998ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.167 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.174 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.167 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.176 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 17:28:54.178 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.177 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.178 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.177 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/05 17:28:54.179 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.177 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.181 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=308.549µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.182 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.182 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 17:28:54.183 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.136336ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.177 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.184 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.177 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.187 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 17:28:54.187 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/05 17:28:54.189 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.188 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.189 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.188 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/05 17:28:54.190 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.188 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.191 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=214.267µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.192 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.192 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 17:28:54.193 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.01081ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.188 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.194 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.188 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.196 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 17:28:54.196 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/05 17:28:54.198 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.197 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.198 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.197 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/05 17:28:54.199 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.197 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.201 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=213.35µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.202 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:28:54.202 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 17:28:54.203 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.021289ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.197 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.204 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.197 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.206 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 17:28:54.206 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/05 17:28:54.234 -05:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=834.675951ms] [2025/04/05 17:28:54.234 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:28:54.237 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=29f0dd83-fa7b-4aab-af46-565a75e523ee] [2025/04/05 17:28:54.237 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:28:54.237 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:28:54.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=6.077µs] [2025/04/05 17:28:54.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.621µs] [2025/04/05 17:28:54.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=3.208µs] [2025/04/05 17:28:54.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.588µs] [2025/04/05 17:28:54.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.684µs] [2025/04/05 17:28:54.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=6.577µs] [2025/04/05 17:28:54.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=2.66µs] [2025/04/05 17:28:54.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.533µs] [2025/04/05 17:28:54.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=8.043µs] [2025/04/05 17:28:54.237 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=2.878µs] [2025/04/05 17:28:54.237 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=29f0dd83-fa7b-4aab-af46-565a75e523ee] [2025/04/05 17:28:54.237 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:28:54.237 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:28:54.238 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=29f0dd83-fa7b-4aab-af46-565a75e523ee] ["take time"=4.290544ms] [2025/04/05 17:28:54.238 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=29f0dd83-fa7b-4aab-af46-565a75e523ee] [2025/04/05 17:28:54.240 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:28:54.240 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:28:54.240 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:28:54.240 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:28:54.240 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:28:54.240 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:28:54.240 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:28:54.240 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:28:54.240 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:28:54.240 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:28:54.240 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:28:54.240 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:28:54.240 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:28:54.240 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:28:54.240 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=6.04609ms] [2025/04/05 17:28:54.240 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=21c824eb-4f13-4b52-8891-1e8e596028f2] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:28:54.262 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:28:54.262 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:28:54.274 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=11.509928ms] [2025/04/05 17:28:54.274 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:28:54.275 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [runWorker=true] [jobVersion=v2] [2025/04/05 17:28:54.275 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:28:54.275 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:28:54.275 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:28:54.275 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:28:54.275 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:28:54.275 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:28:54.275 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:28:54.275 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:28:54.275 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:28:54.275 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:28:54.275 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:28:54.275 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:28:54.275 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:28:54.278 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:28:54.278 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [2025/04/05 17:28:54.278 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:28:54.278 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:28:54.278 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:28:54.278 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:28:54.278 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:28:54.278 -05:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 17:28:54.280 -05:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 17:28:54.281 -05:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 17:28:54.281 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:28:54.281 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [2025/04/05 17:28:54.282 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:28:54.283 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:28:54.283 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:28:54.283 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:28:54.283 -05:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 17:28:54.283 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:28:54.283 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:28:54.284 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:28:54.284 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:28:54.284 -05:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=875.8GiB] [2025/04/05 17:28:54.284 -05:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 17:28:54.285 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [2025/04/05 17:28:54.285 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [ttl-worker=task-manager] [ttl-worker=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [originalCount=0] [newCount=4] [2025/04/05 17:28:54.285 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [ttl-worker=task-manager] [ttl-worker=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [originalCount=0] [newCount=4] [2025/04/05 17:28:54.285 -05:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [2025/04/05 17:28:54.287 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:28:54.290 -05:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 17:28:54.290 -05:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 17:28:54.291 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.291 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:28:54.292 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.291 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE t (id INT, a VARBINARY(20), b BIGINT)"] [2025/04/05 17:28:54.293 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.291 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.293 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t)"] [2025/04/05 17:28:54.295 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=143.733µs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:28:54.295 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 17:28:54.296 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=2.006099ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:28:54.291 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.298 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:28:54.291 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:28:54.300 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 17:28:54.300 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="CREATE TABLE t (id INT, a VARBINARY(20), b BIGINT)"] [user=] [2025/04/05 17:28:54.302 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:28:54.302 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [2025/04/05 17:28:54.303 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:28:54.303 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:28:54.303 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=2.462µs] [2025/04/05 17:28:54.303 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [2025/04/05 17:28:54.303 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:28:54.303 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:28:54.303 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=a8f94dc6-84b6-42a3-bb34-dee15a00c685] ["take time"=151.351µs] [2025/04/05 17:28:54.303 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [2025/04/05 17:28:54.303 -05:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 17:28:54.303 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [ttl-worker=task-manager] [ttl-worker=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [originalCount=4] [newCount=0] [2025/04/05 17:28:54.303 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:28:54.303 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:28:54.303 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:28:54.303 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:28:54.303 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [ttl-worker=task-manager] [ttl-worker=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [originalCount=4] [newCount=0] [2025/04/05 17:28:54.303 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:28:54.303 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:28:54.303 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:28:54.304 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:28:54.304 -05:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [2025/04/05 17:28:54.304 -05:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 17:28:54.304 -05:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 17:28:54.304 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:28:54.304 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:28:54.304 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:28:54.304 -05:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 17:28:54.304 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:28:54.304 -05:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 17:28:54.304 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:28:54.304 -05:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 17:28:54.304 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:28:54.304 -05:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 17:28:54.304 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:28:54.304 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:28:54.304 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:28:54.304 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:28:54.304 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:28:54.304 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:28:54.304 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:28:54.304 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:28:54.304 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:28:54.304 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:28:54.304 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:28:54.304 -05:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 17:28:54.304 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:28:54.304 -05:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 17:28:54.304 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:28:54.304 -05:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 17:28:54.304 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:28:54.304 -05:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 17:28:54.304 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:28:54.307 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:28:54.307 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:28:54.307 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:28:54.307 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:28:54.307 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:28:54.307 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:28:54.307 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:28:54.307 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:28:54.307 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:28:54.307 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:28:54.307 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:28:54.307 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [2025/04/05 17:28:54.307 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [2025/04/05 17:28:54.307 -05:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 17:28:54.307 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:28:54.307 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [2025/04/05 17:28:54.307 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=a8f94dc6-84b6-42a3-bb34-dee15a00c685] [2025/04/05 17:28:54.307 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:28:54.307 -05:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 17:28:54.307 -05:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 17:28:54.307 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:28:54.307 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=4.545074ms] [2025/04/05 17:28:54.307 -05:00] [INFO] [db.go:567] ["Closing database"] [2025/04/05 17:28:54.308 -05:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 17:28:54.308 -05:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 17:28:54.308 -05:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 17:28:54.308 -05:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 17:28:54.308 -05:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestIssue48756 (0.95s) testkit.go:123: RefreshSession rand seed: 1743892134287843740 result.go:49: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/result.go:49 /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/executor/executor_test.go:3011 Error: Not equal: expected: "[Warning 1292 Incorrect time value: '120120519090607']\n" actual : "[Warning 1292 Incorrect time value: '1 1:1:1.0000027']\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -[Warning 1292 Incorrect time value: '120120519090607'] +[Warning 1292 Incorrect time value: '1 1:1:1.0000027'] Test: TestIssue48756 Messages: sql:show warnings, args:[] FAIL coverage: [no statements] [FAIL] pkg/statistics/handle/cache/internal/lfu TestMemoryControlWithUpdate err=exit status 1 --- FAIL: TestMemoryControlWithUpdate (5.01s) lfu_cache_test.go:313: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/statistics/handle/cache/internal/lfu/lfu_cache_test.go:313 Error: Condition never satisfied Test: TestMemoryControlWithUpdate FAIL coverage: 36.4% of statements [FAIL] pkg/ddl TestBackfillingSchedulerGlobalSortMode err=exit status 1 [2025/04/05 17:29:41.556 -05:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 17:29:41.556 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:41.556 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:41.557 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:41.557 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:41.558 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:41.560 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=aa359234-9f27-46be-8d63-1411917d02a9] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:29:41.569 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:29:41.569 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:29:41.570 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/ddl_test.TestBackfillingSchedulerGlobalSortMode\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/backfilling_dist_scheduler_test.go:141\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:29:41.588 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=18.39698ms] [2025/04/05 17:29:41.588 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:29:41.588 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=ba352927-fcd8-498e-b13e-df86b5507c16] [runWorker=true] [jobVersion=v2] [2025/04/05 17:29:41.588 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:29:41.588 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:29:41.588 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:29:41.588 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:29:41.588 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:29:41.588 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:29:41.588 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:29:41.588 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:29:41.588 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:29:41.588 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:29:41.588 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:29:41.588 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:29:41.588 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:29:41.592 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:29:41.592 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=ba352927-fcd8-498e-b13e-df86b5507c16] [2025/04/05 17:29:41.592 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:29:41.592 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:29:41.592 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:29:41.592 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:29:41.592 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:29:41.793 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.792 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.793 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.792 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 17:29:41.795 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.792 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.820 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=22.954441ms] [2025/04/05 17:29:41.820 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:29:41.821 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.821 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 17:29:41.822 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=24.987307ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.792 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.824 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.792 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.827 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 17:29:41.827 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 17:29:41.827 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 17:29:41.828 -05:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Shanghai] [2025/04/05 17:29:41.833 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.83 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.833 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.83 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:29:41.835 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.83 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.843 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=1.15363ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:41.845 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.845 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 17:29:41.845 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.038719ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.83 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.848 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.83 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.855 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 17:29:41.855 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:29:41.857 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.856 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.857 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.856 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2025/04/05 17:29:41.859 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.856 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.861 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=262.385µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:41.862 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.862 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 17:29:41.863 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.427959ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.856 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.865 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.856 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.867 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 17:29:41.867 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/05 17:29:41.869 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.869 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [2025/04/05 17:29:41.870 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.872 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=195.661µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:41.872 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.872 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 17:29:41.874 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.08125ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.875 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.876 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 17:29:41.876 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/05 17:29:41.879 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.878 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.879 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.878 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:29:41.881 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.878 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.884 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=477.343µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:41.885 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.885 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 17:29:41.886 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.422357ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.878 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.887 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.878 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.890 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 17:29:41.890 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:29:41.892 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.892 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.892 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.892 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:29:41.894 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.892 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.896 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=278.59µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:41.897 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.897 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 17:29:41.898 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.187659ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.892 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.899 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.892 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.902 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 17:29:41.902 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:29:41.904 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.903 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.904 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.903 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:29:41.905 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.903 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.907 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=234.102µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:41.908 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.908 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 17:29:41.909 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.127044ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.903 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.910 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.903 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.912 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 17:29:41.912 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:29:41.914 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.913 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.914 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.913 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/05 17:29:41.915 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.913 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.917 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=184.74µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:41.917 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.917 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 17:29:41.918 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.006766ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.913 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.919 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.913 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.921 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 17:29:41.921 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/05 17:29:41.923 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.923 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2025/04/05 17:29:41.924 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.926 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=193.641µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:41.926 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.926 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 17:29:41.927 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.008306ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.928 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.930 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 17:29:41.930 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/05 17:29:41.932 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.931 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.932 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.931 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/05 17:29:41.933 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.931 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.935 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=216.005µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:41.936 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.936 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 17:29:41.937 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.093182ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.931 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.938 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.931 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.940 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 17:29:41.940 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/05 17:29:41.942 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.941 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.942 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.941 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2025/04/05 17:29:41.944 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.941 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.946 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=248.263µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:41.946 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.946 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 17:29:41.948 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.265151ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.941 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.949 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.941 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.951 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 17:29:41.951 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/05 17:29:41.952 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:41.953 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.952 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.953 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.952 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:29:41.955 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.952 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.957 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=307.174µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:41.958 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.958 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 17:29:41.959 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.231233ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.952 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.960 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.952 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.962 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 17:29:41.962 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:29:41.965 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.964 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.965 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.964 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2025/04/05 17:29:41.966 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.964 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.968 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=256.478µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:41.969 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.969 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 17:29:41.970 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.096287ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.964 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.971 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.964 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.973 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 17:29:41.973 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/05 17:29:41.975 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.974 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.975 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.974 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2025/04/05 17:29:41.976 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.974 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.978 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=196.894µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:41.979 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.979 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 17:29:41.980 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.082753ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.974 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.981 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.974 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.983 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 17:29:41.983 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:29:41.985 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.985 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2025/04/05 17:29:41.986 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.988 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=210.539µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:41.989 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.989 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 17:29:41.990 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=2.105749ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.991 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.993 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 17:29:41.993 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:29:41.995 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.994 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:41.995 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.994 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:29:41.997 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.994 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:41.998 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=208.463µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:41.999 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:41.999 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 17:29:42.000 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.107977ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:41.994 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.001 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:41.994 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.004 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 17:29:42.004 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:29:42.006 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.005 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.006 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.005 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2025/04/05 17:29:42.007 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.005 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.009 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=249.513µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.009 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.009 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 17:29:42.010 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.179037ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.005 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.012 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.005 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.014 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 17:29:42.014 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/05 17:29:42.016 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.015 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.016 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.015 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [2025/04/05 17:29:42.017 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.015 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.019 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=232.524µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.020 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.020 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 17:29:42.021 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.207441ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.015 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.022 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.015 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.025 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 17:29:42.025 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/05 17:29:42.027 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.026 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.027 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.026 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:29:42.028 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.026 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.031 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=326.302µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.031 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.031 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 17:29:42.033 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.327437ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.026 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.034 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.026 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.037 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 17:29:42.037 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:29:42.039 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.038 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.039 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.038 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:29:42.040 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.038 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.042 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=231.06µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.043 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.043 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 17:29:42.045 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.868037ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.038 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.046 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.038 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.048 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 17:29:42.048 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:29:42.050 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.049 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.050 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.049 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2025/04/05 17:29:42.051 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.049 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.053 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=157.648µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.053 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.053 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 17:29:42.054 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.012675ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.049 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.056 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.049 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.057 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 17:29:42.058 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/05 17:29:42.059 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.059 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.060 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.059 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/05 17:29:42.060 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.059 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.062 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=127.343µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.063 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.063 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 17:29:42.065 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=3.053895ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.059 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.066 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.059 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.068 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 17:29:42.068 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/05 17:29:42.070 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.069 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.070 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.069 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2025/04/05 17:29:42.071 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.069 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.073 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=259.457µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.074 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.074 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 17:29:42.075 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.183756ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.069 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.076 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.069 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.079 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 17:29:42.079 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/05 17:29:42.081 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.08 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.081 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.08 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:29:42.082 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.08 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.083 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=212.28µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.084 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.084 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 17:29:42.085 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.149237ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.08 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.086 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.08 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.088 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 17:29:42.088 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:29:42.090 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.089 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.090 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.089 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [2025/04/05 17:29:42.091 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.089 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.093 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=232.273µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.095 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.095 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 17:29:42.096 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.819611ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.089 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.097 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.089 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.099 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 17:29:42.100 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/05 17:29:42.101 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.101 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.101 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.101 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2025/04/05 17:29:42.102 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.101 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.104 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=176.757µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.105 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.105 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 17:29:42.106 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.110178ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.101 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.108 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.101 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.112 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 17:29:42.113 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/05 17:29:42.117 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.117 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2025/04/05 17:29:42.118 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.123 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=285.199µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.124 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.124 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 17:29:42.138 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=15.389162ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.139 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.141 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 17:29:42.141 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:29:42.143 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.142 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.143 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.142 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2025/04/05 17:29:42.144 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.142 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.146 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=162.37µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.147 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.147 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 17:29:42.148 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.008255ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.142 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.149 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.142 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.150 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 17:29:42.150 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/05 17:29:42.151 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:42.152 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.152 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2025/04/05 17:29:42.154 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.155 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=211.264µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.156 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.156 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 17:29:42.157 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.005624ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.158 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.160 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 17:29:42.160 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:29:42.162 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.161 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.162 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.161 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:29:42.163 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.161 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.165 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=226.622µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.165 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.165 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 17:29:42.167 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.463148ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.161 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.168 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.161 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.170 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 17:29:42.170 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:29:42.172 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.172 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:29:42.173 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.175 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=225.908µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.175 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.175 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 17:29:42.177 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.028216ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.178 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.180 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 17:29:42.180 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:29:42.182 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.181 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.182 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.181 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/05 17:29:42.183 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.181 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.185 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=324.328µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.186 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.186 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 17:29:42.187 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.176916ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.181 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.188 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.181 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.191 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 17:29:42.191 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/05 17:29:42.192 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.192 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.192 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.192 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/05 17:29:42.194 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.192 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.195 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=133.926µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.196 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.196 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 17:29:42.198 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.990315ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.192 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.199 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.192 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.200 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 17:29:42.200 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/05 17:29:42.203 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.202 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.203 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.202 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/05 17:29:42.204 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.202 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.206 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=198.036µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:29:42.207 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.207 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 17:29:42.208 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.067529ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.202 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.209 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.202 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.211 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 17:29:42.213 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.212 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.213 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.212 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/05 17:29:42.214 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.212 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.215 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=210.503µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.216 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.216 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 17:29:42.217 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.129954ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.212 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.218 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.212 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.220 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 17:29:42.221 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/05 17:29:42.222 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:42.221 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.222 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.221 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:29:42.223 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.221 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.225 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=170.183µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.226 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.226 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 17:29:42.227 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.016672ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.221 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.228 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.221 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.230 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 17:29:42.230 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [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=] [2025/04/05 17:29:42.231 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:42.231 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.231 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.231 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:29:42.232 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.231 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.234 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=154.982µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.234 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.234 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 17:29:42.237 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=3.043685ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.231 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.238 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.231 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.240 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 17:29:42.240 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [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=] [2025/04/05 17:29:42.242 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:42.241 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.242 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.241 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:29:42.243 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.241 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.246 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=316.723µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.247 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.247 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 17:29:42.248 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.236912ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.241 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.249 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.241 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.252 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 17:29:42.252 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [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=] [2025/04/05 17:29:42.254 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:42.253 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.254 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.253 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:29:42.255 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.253 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.257 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=298.218µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.258 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.258 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 17:29:42.259 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.184165ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.253 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.260 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.253 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.263 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 17:29:42.263 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [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=] [2025/04/05 17:29:42.265 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:42.264 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.265 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.264 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:29:42.266 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.264 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.269 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=340.359µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.270 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.270 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 17:29:42.271 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.326504ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.264 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.272 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.264 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.275 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 17:29:42.275 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [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=] [2025/04/05 17:29:42.277 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:42.276 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.277 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.276 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:29:42.278 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.276 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.281 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=358.126µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.281 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.281 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 17:29:42.282 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.227445ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.276 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.284 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.276 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.286 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 17:29:42.286 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:29:42.289 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:42.288 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.289 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.288 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:29:42.290 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.288 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.293 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=363.173µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.294 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.294 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 17:29:42.295 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.912552ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.288 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.296 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.288 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.299 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 17:29:42.299 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:29:42.301 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:42.3 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.301 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.3 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:29:42.302 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.3 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.305 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=313.315µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.305 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.305 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 17:29:42.306 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.113014ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.3 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.308 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.3 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.310 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 17:29:42.310 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [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=] [2025/04/05 17:29:42.312 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:42.311 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.312 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.311 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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;"] [2025/04/05 17:29:42.313 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.311 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.315 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=265.441µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.316 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.316 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 17:29:42.317 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.178023ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.311 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.318 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.311 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.321 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 17:29:42.321 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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=] [2025/04/05 17:29:42.323 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:42.322 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.323 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.322 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:29:42.324 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.322 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.326 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=257.397µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.326 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.326 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 17:29:42.327 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.148078ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.322 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.329 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.322 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.331 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 17:29:42.331 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:29:42.333 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:42.332 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.333 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.332 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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)"] [2025/04/05 17:29:42.334 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.332 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.337 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=362.337µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.338 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.338 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 17:29:42.339 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.245851ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.332 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.340 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.332 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.343 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 17:29:42.343 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [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=] [2025/04/05 17:29:42.345 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:42.345 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.346 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.345 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:29:42.347 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.345 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.349 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=250.752µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.350 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.350 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 17:29:42.351 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.085082ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.345 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.352 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.345 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.354 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 17:29:42.354 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:29:42.356 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:42.355 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.356 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.355 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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 );"] [2025/04/05 17:29:42.357 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.355 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.358 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=169.522µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.359 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.359 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 17:29:42.361 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=3.052477ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.355 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.362 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.355 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.364 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 17:29:42.364 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [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=] [2025/04/05 17:29:42.366 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:42.365 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.366 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.365 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:29:42.367 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.365 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.369 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=191.621µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.369 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.369 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 17:29:42.370 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.016215ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.365 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.371 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.365 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.373 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 17:29:42.374 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [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=] [2025/04/05 17:29:42.374 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:42.375 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.375 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.375 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.375 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/05 17:29:42.376 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.375 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.378 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=195.443µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.379 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.379 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 17:29:42.380 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.047031ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.375 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.381 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.375 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.383 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 17:29:42.383 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/05 17:29:42.384 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.384 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 17:29:42.385 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.386 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=44.638µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 17:29:42.387 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.387 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 17:29:42.389 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.922202ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.390 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.392 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 17:29:42.392 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 17:29:42.394 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.393 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.394 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.393 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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;"] [2025/04/05 17:29:42.395 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.393 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.397 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=167.106µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:29:42.398 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.398 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 17:29:42.399 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.084787ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.393 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.400 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.393 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.402 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 17:29:42.404 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.404 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/05 17:29:42.405 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.408 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=314.65µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.409 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.409 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 17:29:42.410 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.288507ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.411 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.414 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 17:29:42.414 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/05 17:29:42.416 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.415 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.416 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.415 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/05 17:29:42.417 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.415 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.419 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=207.041µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.420 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.420 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 17:29:42.421 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.157418ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.415 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.422 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.415 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.424 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 17:29:42.425 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/05 17:29:42.427 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.426 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.427 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.426 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/05 17:29:42.429 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.426 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.431 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=325.706µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.432 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:42.432 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 17:29:42.433 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.515693ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.426 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.435 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.426 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.437 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 17:29:42.437 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/05 17:29:42.457 -05:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=868.648412ms] [2025/04/05 17:29:42.457 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:29:42.458 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=ba352927-fcd8-498e-b13e-df86b5507c16] [2025/04/05 17:29:42.458 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:29:42.458 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:29:42.458 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=4.711µs] [2025/04/05 17:29:42.458 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.299µs] [2025/04/05 17:29:42.458 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.059µs] [2025/04/05 17:29:42.458 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.042µs] [2025/04/05 17:29:42.458 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.076µs] [2025/04/05 17:29:42.458 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=2.15µs] [2025/04/05 17:29:42.458 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=2.63µs] [2025/04/05 17:29:42.458 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.043µs] [2025/04/05 17:29:42.458 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.618µs] [2025/04/05 17:29:42.458 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=1.888µs] [2025/04/05 17:29:42.458 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=ba352927-fcd8-498e-b13e-df86b5507c16] [2025/04/05 17:29:42.458 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:29:42.458 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:29:42.459 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=ba352927-fcd8-498e-b13e-df86b5507c16] ["take time"=1.693345ms] [2025/04/05 17:29:42.459 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=ba352927-fcd8-498e-b13e-df86b5507c16] [2025/04/05 17:29:42.460 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:29:42.460 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:29:42.460 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:29:42.460 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:29:42.460 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:29:42.460 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:29:42.460 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:29:42.460 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:29:42.460 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:29:42.460 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:29:42.460 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:29:42.460 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:29:42.460 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:29:42.460 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:29:42.460 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=2.90687ms] [2025/04/05 17:29:42.460 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=aa359234-9f27-46be-8d63-1411917d02a9] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:29:42.465 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:29:42.465 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:29:42.477 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.50147ms] [2025/04/05 17:29:42.478 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:29:42.479 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [runWorker=true] [jobVersion=v2] [2025/04/05 17:29:42.479 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:29:42.479 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:29:42.479 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:29:42.479 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:29:42.479 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:29:42.479 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:29:42.479 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:29:42.479 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:29:42.479 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:29:42.479 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:29:42.479 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:29:42.479 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:29:42.479 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:29:42.481 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:29:42.481 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [2025/04/05 17:29:42.481 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:29:42.481 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:29:42.481 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:29:42.481 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:29:42.482 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:29:42.482 -05:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 17:29:42.483 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [2025/04/05 17:29:42.484 -05:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 17:29:42.484 -05:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 17:29:42.485 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:29:42.486 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:29:42.487 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:29:42.488 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:29:42.488 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:29:42.488 -05:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 17:29:42.488 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:29:42.488 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:29:42.488 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:29:42.488 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:29:42.488 -05:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=875.8GiB] [2025/04/05 17:29:42.489 -05:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 17:29:42.489 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [2025/04/05 17:29:42.489 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [ttl-worker=task-manager] [ttl-worker=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [originalCount=0] [newCount=4] [2025/04/05 17:29:42.489 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [ttl-worker=task-manager] [ttl-worker=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [originalCount=0] [newCount=4] [2025/04/05 17:29:42.490 -05:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [2025/04/05 17:29:42.492 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:29:42.492 -05:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=1] [2025/04/05 17:29:42.495 -05:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 17:29:42.495 -05:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 17:29:42.496 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.495 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:42.497 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.495 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t1(id bigint auto_random primary key)"] [2025/04/05 17:29:42.497 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.495 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.497 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t1)"] [2025/04/05 17:29:42.499 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=121.858µs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:42.500 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 17:29:42.501 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=2.233013ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:42.495 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.503 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:42.495 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:42.506 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 17:29:42.506 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t1(id bigint auto_random primary key)"] [user=] [2025/04/05 17:29:42.512 -05:00] [INFO] [backfilling_dist_scheduler.go:125] ["on next subtasks batch"] [category=ddl] [type=backfill] [task-id=1] [curr-step=init] [next-step=read-index] [2025/04/05 17:29:42.512 -05:00] [INFO] [backfilling_dist_scheduler.go:132] ["available local disk space resource"] [category=ddl] [type=backfill] [task-id=1] [curr-step=init] [next-step=read-index] [size=0B] [2025/04/05 17:29:42.512 -05:00] [INFO] [backfilling_dist_scheduler.go:318] ["calculate region batch"] [category=ddl] [type=backfill] [task-id=1] [curr-step=init] [next-step=read-index] [totalRegionCnt=1] [regionBatch=1] [instanceCnt=1] [useCloud=true] [2025/04/05 17:29:42.518 -05:00] [INFO] [backfilling_dist_scheduler.go:125] ["on next subtasks batch"] [category=ddl] [type=backfill] [task-id=1] [curr-step=read-index] [next-step=merge-sort] [2025/04/05 17:29:42.983 -05:00] [INFO] [gcs.go:452] ["resetting gcs storage"] [2025/04/05 17:29:42.992 -05:00] [INFO] [backfilling_dist_scheduler.go:125] ["on next subtasks batch"] [category=ddl] [type=backfill] [task-id=1] [curr-step=merge-sort] [next-step=ingest] [2025/04/05 17:29:42.992 -05:00] [INFO] [backfilling_dist_scheduler.go:125] ["on next subtasks batch"] [category=ddl] [type=backfill] [task-id=1] [curr-step=ingest] [next-step=done] [2025/04/05 17:29:42.992 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:29:42.992 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [2025/04/05 17:29:42.992 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:29:42.992 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:29:42.992 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=2.702µs] [2025/04/05 17:29:42.992 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [2025/04/05 17:29:42.992 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:29:42.992 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:29:42.992 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] ["take time"=160.349µs] [2025/04/05 17:29:42.992 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [2025/04/05 17:29:42.992 -05:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 17:29:42.992 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [ttl-worker=task-manager] [ttl-worker=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [originalCount=4] [newCount=0] [2025/04/05 17:29:42.992 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:29:42.992 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:29:42.992 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:29:42.992 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:29:42.992 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [ttl-worker=task-manager] [ttl-worker=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [originalCount=4] [newCount=0] [2025/04/05 17:29:42.992 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:29:42.993 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:29:42.993 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:29:42.993 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:29:42.993 -05:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [2025/04/05 17:29:42.993 -05:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 17:29:42.993 -05:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 17:29:42.993 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:29:42.993 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:29:42.993 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:29:42.993 -05:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 17:29:42.993 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:29:42.993 -05:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 17:29:42.993 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:29:42.993 -05:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 17:29:42.993 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:29:42.993 -05:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 17:29:42.993 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:29:42.993 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:29:42.993 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:29:42.993 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:29:42.993 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:29:42.993 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:29:42.993 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:29:42.994 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:29:42.994 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:29:42.994 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:29:42.994 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:29:42.994 -05:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 17:29:42.994 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:29:42.994 -05:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 17:29:42.994 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:29:42.994 -05:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 17:29:42.994 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:29:42.994 -05:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 17:29:42.994 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:29:42.996 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:29:42.996 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:29:42.996 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:29:42.996 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:29:42.996 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:29:42.996 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:29:42.996 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:29:42.996 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:29:42.996 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:29:42.996 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:29:42.996 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:29:42.996 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [2025/04/05 17:29:42.996 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [2025/04/05 17:29:42.996 -05:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 17:29:42.996 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:29:42.996 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [2025/04/05 17:29:42.996 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=0cc0171e-ea2e-4281-ab8c-4e7bc1a306c3] [2025/04/05 17:29:42.996 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:29:42.996 -05:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 17:29:42.996 -05:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 17:29:42.996 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:29:42.997 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=4.809896ms] [2025/04/05 17:29:42.997 -05:00] [INFO] [db.go:567] ["Closing database"] [2025/04/05 17:29:42.997 -05:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 17:29:42.997 -05:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 17:29:42.997 -05:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 17:29:42.997 -05:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 17:29:42.997 -05:00] [INFO] [db.go:625] ["Waiting for closer"] PASS coverage: 11.3% of statements goleak: Errors on successful test run: found unexpected goroutines: [Goroutine 1717 in state select, with net.(*netFD).connect.func2 on top of the stack: net.(*netFD).connect.func2() /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/net/fd_unix.go:118 +0x7a created by net.(*netFD).connect in goroutine 1716 /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/net/fd_unix.go:117 +0x367 ] [FAIL] pkg/plugin TestAuditLogNormal err=exit status 1 [2025/04/05 17:29:58.985 -05:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 17:29:58.993 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:58.994 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:59.007 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:59.007 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:59.008 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:59.011 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=5aca83ed-3a5c-4ad0-bc30-9e385ba0335f] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:29:59.019 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:29:59.019 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:29:59.020 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStore\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:77\ngithub.com/pingcap/tidb/pkg/plugin_test.TestAuditLogNormal\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/plugin/integration_test.go:36\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:29:59.033 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=12.54934ms] [2025/04/05 17:29:59.033 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:29:59.033 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=7d9784b7-f40f-416c-89b6-62dbdf94de04] [runWorker=true] [jobVersion=v2] [2025/04/05 17:29:59.034 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:29:59.034 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:29:59.034 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:29:59.034 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:29:59.034 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:29:59.034 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:29:59.034 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:29:59.034 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:29:59.034 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:29:59.034 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:29:59.034 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:29:59.034 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:29:59.034 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:29:59.055 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:29:59.055 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=7d9784b7-f40f-416c-89b6-62dbdf94de04] [2025/04/05 17:29:59.055 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:29:59.055 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:29:59.056 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:29:59.056 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:29:59.056 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:29:59.246 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.244 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.246 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.244 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 17:29:59.247 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.244 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.265 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=15.210849ms] [2025/04/05 17:29:59.265 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:29:59.267 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.268 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 17:29:59.270 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=20.414355ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.244 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.272 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.244 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.275 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 17:29:59.275 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 17:29:59.275 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 17:29:59.275 -05:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=UTC] [2025/04/05 17:29:59.278 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.276 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.278 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.276 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:29:59.280 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.276 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.285 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=714.031µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.286 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.286 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 17:29:59.287 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=2.745103ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.276 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.289 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.276 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.293 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 17:29:59.293 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:29:59.296 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.295 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.296 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.295 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2025/04/05 17:29:59.297 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.295 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.298 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=190.344µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.299 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.299 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 17:29:59.300 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.075432ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.295 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.301 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.295 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.304 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 17:29:59.304 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/05 17:29:59.306 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.305 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.306 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.305 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [2025/04/05 17:29:59.307 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.305 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.309 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=179.974µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.310 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.310 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 17:29:59.311 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.12673ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.305 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.312 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.305 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.314 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 17:29:59.314 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/05 17:29:59.317 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.315 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.317 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.315 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:29:59.318 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.315 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.321 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=424.403µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.322 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.322 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 17:29:59.323 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.308958ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.315 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.324 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.315 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.327 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 17:29:59.327 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:29:59.329 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.329 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.329 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.329 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:29:59.330 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.329 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.332 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=272.62µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.333 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.333 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 17:29:59.334 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.098324ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.329 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.335 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.329 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.338 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 17:29:59.338 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:29:59.340 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.339 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.340 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.339 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:29:59.341 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.339 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.343 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=250.97µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.343 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.343 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 17:29:59.344 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.113357ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.339 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.346 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.339 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.348 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 17:29:59.348 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:29:59.350 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.349 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.350 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.349 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/05 17:29:59.351 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.349 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.352 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=144.542µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.353 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.353 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 17:29:59.355 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.995146ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.349 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.356 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.349 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.358 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 17:29:59.358 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/05 17:29:59.359 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.359 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.359 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.359 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2025/04/05 17:29:59.361 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.359 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.363 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=158.354µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.363 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.363 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 17:29:59.365 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=3.02479ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.359 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.367 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.359 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.368 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 17:29:59.369 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/05 17:29:59.371 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.37 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.371 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.37 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/05 17:29:59.372 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.37 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.374 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=215.986µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.374 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.374 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 17:29:59.376 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=3.025449ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.37 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.377 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.37 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.380 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 17:29:59.380 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/05 17:29:59.382 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.381 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.382 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.381 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2025/04/05 17:29:59.383 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.381 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.384 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=208.352µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.385 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.385 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 17:29:59.386 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.011694ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.381 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.387 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.381 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.389 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 17:29:59.389 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/05 17:29:59.389 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:59.391 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.39 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.391 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.39 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:29:59.392 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.39 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.395 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=302.064µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.395 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.395 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 17:29:59.396 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.141779ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.39 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.398 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.39 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.400 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 17:29:59.400 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:29:59.402 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.401 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.402 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.401 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2025/04/05 17:29:59.403 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.401 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.405 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=235.472µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.406 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.406 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 17:29:59.407 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.678636ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.401 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.409 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.401 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.411 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 17:29:59.411 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/05 17:29:59.412 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.412 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.412 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.412 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2025/04/05 17:29:59.413 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.412 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.415 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=188.376µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.416 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.416 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 17:29:59.418 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=3.06391ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.412 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.419 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.412 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.421 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 17:29:59.421 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:29:59.423 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.422 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.423 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.422 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2025/04/05 17:29:59.424 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.422 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.426 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=187.796µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.426 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.426 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 17:29:59.429 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=3.045724ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.422 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.430 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.422 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.432 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 17:29:59.432 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:29:59.433 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.434 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:29:59.435 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.436 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=205.953µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.437 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.437 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 17:29:59.438 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.021341ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.439 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.441 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 17:29:59.441 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:29:59.443 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.443 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2025/04/05 17:29:59.444 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.446 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=190.685µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.446 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.446 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 17:29:59.448 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=3.015482ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.450 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.452 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 17:29:59.452 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/05 17:29:59.454 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.453 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.454 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.453 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [2025/04/05 17:29:59.455 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.453 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.457 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=231.237µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.457 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.457 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 17:29:59.458 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.170196ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.453 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.460 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.453 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.461 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 17:29:59.461 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/05 17:29:59.464 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.463 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.464 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.463 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:29:59.464 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.463 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.467 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=297.247µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.467 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.467 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 17:29:59.468 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.096477ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.463 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.470 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.463 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.472 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 17:29:59.472 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:29:59.474 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.473 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.474 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.473 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:29:59.475 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.473 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.477 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=190.607µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.478 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.478 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 17:29:59.480 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=3.064309ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.473 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.481 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.473 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.483 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 17:29:59.483 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:29:59.485 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.485 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2025/04/05 17:29:59.486 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.487 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=160.739µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.488 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.488 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 17:29:59.490 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=3.018726ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.491 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.493 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 17:29:59.493 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/05 17:29:59.494 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.494 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.494 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.494 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/05 17:29:59.495 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.494 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.497 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=109.232µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.497 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.497 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 17:29:59.499 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.935902ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.494 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.500 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.494 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.502 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 17:29:59.502 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/05 17:29:59.504 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.504 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2025/04/05 17:29:59.505 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.507 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=235.572µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.508 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.508 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 17:29:59.509 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.177ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.511 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.513 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 17:29:59.513 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/05 17:29:59.514 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.514 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.514 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.514 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:29:59.515 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.514 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.517 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=185.178µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.518 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.518 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 17:29:59.520 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=3.061467ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.514 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.521 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.514 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.523 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 17:29:59.523 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:29:59.525 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.524 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.525 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.524 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [2025/04/05 17:29:59.526 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.524 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.527 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=199.243µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.528 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.528 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 17:29:59.529 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.035068ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.524 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.530 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.524 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.532 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 17:29:59.532 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/05 17:29:59.534 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.533 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.534 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.533 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2025/04/05 17:29:59.535 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.533 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.537 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=168.754µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.539 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.539 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 17:29:59.554 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=17.847388ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.533 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.556 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.533 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.561 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 17:29:59.561 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/05 17:29:59.564 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.563 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.564 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.563 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2025/04/05 17:29:59.567 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.563 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.568 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=200.269µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.569 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.569 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 17:29:59.570 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.008882ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.563 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.571 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.563 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.573 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 17:29:59.573 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:29:59.575 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.574 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.575 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.574 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2025/04/05 17:29:59.576 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.574 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.577 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=151.333µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.578 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.578 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 17:29:59.579 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.009458ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.574 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.580 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.574 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.582 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 17:29:59.582 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/05 17:29:59.583 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:59.584 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.584 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.584 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.584 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2025/04/05 17:29:59.585 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.584 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.587 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=206.936µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.588 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.588 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 17:29:59.589 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.327547ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.584 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.590 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.584 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.592 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 17:29:59.592 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:29:59.594 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.593 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.594 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.593 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:29:59.595 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.593 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.597 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=231.586µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.597 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.597 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 17:29:59.598 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.025764ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.593 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.599 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.593 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.601 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 17:29:59.601 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:29:59.603 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.602 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.603 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.602 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:29:59.604 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.602 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.606 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=236.225µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.607 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.607 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 17:29:59.608 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.568305ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.602 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.609 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.602 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.611 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 17:29:59.611 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:29:59.613 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.613 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.614 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.613 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/05 17:29:59.614 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.613 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.617 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=320.523µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.617 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.617 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 17:29:59.619 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.128366ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.613 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.620 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.613 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.622 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 17:29:59.622 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/05 17:29:59.624 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.623 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.624 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.623 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/05 17:29:59.625 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.623 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.626 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=132.246µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.627 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.627 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 17:29:59.629 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.957441ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.623 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.630 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.623 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.631 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 17:29:59.631 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/05 17:29:59.636 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.635 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.636 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.635 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/05 17:29:59.637 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.635 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.639 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=204.33µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:29:59.639 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.639 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 17:29:59.641 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=3.037933ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.635 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.643 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.635 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.645 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 17:29:59.646 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.646 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.646 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.646 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/05 17:29:59.647 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.646 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.649 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=193.481µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.650 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.650 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 17:29:59.652 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=3.023818ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.646 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.653 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.646 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.655 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 17:29:59.655 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/05 17:29:59.656 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:59.656 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.656 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.656 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:29:59.658 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.656 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.659 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=162.973µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.660 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.660 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 17:29:59.661 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.1016ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.656 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.662 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.656 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.664 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 17:29:59.664 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [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=] [2025/04/05 17:29:59.665 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:59.664 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.665 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.664 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:29:59.666 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.664 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.668 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=147.799µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.668 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.668 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 17:29:59.671 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.965404ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.664 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.672 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.664 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.673 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 17:29:59.673 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [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=] [2025/04/05 17:29:59.675 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:59.674 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.675 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.674 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:29:59.676 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.674 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.678 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=301.295µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.679 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.679 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 17:29:59.680 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.047833ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.674 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.681 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.674 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.684 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 17:29:59.684 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [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=] [2025/04/05 17:29:59.686 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:59.685 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.686 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.685 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:29:59.686 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.685 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.689 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=288.376µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.689 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.689 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 17:29:59.690 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.036404ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.685 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.691 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.685 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.694 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 17:29:59.694 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [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=] [2025/04/05 17:29:59.696 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:59.695 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.696 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.695 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:29:59.697 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.695 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.699 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=311.808µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.699 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.699 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 17:29:59.701 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.084101ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.695 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.702 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.695 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.704 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 17:29:59.704 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [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=] [2025/04/05 17:29:59.706 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:59.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.706 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:29:59.707 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.710 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=330.118µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.710 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.710 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 17:29:59.712 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.147104ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.713 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.715 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 17:29:59.715 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:29:59.717 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:59.716 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.717 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.716 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:29:59.718 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.716 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.721 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=326.422µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.721 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.721 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 17:29:59.723 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.124457ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.716 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.724 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.716 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.726 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 17:29:59.726 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:29:59.728 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:59.727 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.728 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.727 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:29:59.729 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.727 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.731 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=306.824µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.732 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.732 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 17:29:59.733 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.096282ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.727 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.734 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.727 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.737 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 17:29:59.737 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [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=] [2025/04/05 17:29:59.738 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:59.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.738 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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;"] [2025/04/05 17:29:59.740 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.742 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=250.275µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.742 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.742 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 17:29:59.743 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.010569ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.744 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.746 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 17:29:59.747 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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=] [2025/04/05 17:29:59.748 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:59.747 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.748 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.747 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:29:59.749 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.747 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.751 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=246.337µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.752 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.752 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 17:29:59.753 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.02559ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.747 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.754 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.747 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.756 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 17:29:59.756 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:29:59.758 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:59.757 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.758 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.757 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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)"] [2025/04/05 17:29:59.759 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.757 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.762 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=348.131µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.763 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.763 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 17:29:59.764 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.165262ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.757 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.765 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.757 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.768 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 17:29:59.768 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [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=] [2025/04/05 17:29:59.770 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:59.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.770 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:29:59.770 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.772 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=232.342µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.773 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.773 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 17:29:59.775 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=3.038286ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.776 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.769 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.778 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 17:29:59.778 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:29:59.780 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:59.779 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.780 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.779 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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 );"] [2025/04/05 17:29:59.781 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.779 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.782 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=185.87µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.783 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.783 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 17:29:59.785 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.962559ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.779 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.786 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.779 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.787 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 17:29:59.788 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [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=] [2025/04/05 17:29:59.789 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:29:59.788 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.789 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.788 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:29:59.790 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.788 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.791 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=184.5µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.792 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.792 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 17:29:59.794 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=3.032337ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.788 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.795 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.788 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.797 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 17:29:59.797 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [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=] [2025/04/05 17:29:59.797 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:29:59.798 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.798 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.798 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.798 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/05 17:29:59.799 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.798 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.801 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=181.649µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.801 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.801 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 17:29:59.803 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.984177ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.798 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.804 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.798 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.807 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 17:29:59.807 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/05 17:29:59.808 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.808 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.808 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.808 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 17:29:59.809 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.808 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.810 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=41.544µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 17:29:59.811 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.811 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 17:29:59.813 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.81906ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.808 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.814 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.808 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.815 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 17:29:59.815 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 17:29:59.817 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.816 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.817 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.816 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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;"] [2025/04/05 17:29:59.818 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.816 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.819 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=158.854µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:29:59.820 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.820 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 17:29:59.822 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.913135ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.816 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.823 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.816 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.824 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 17:29:59.826 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.825 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.826 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.825 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/05 17:29:59.827 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.825 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.829 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=278.06µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.830 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.830 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 17:29:59.831 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.053045ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.825 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.832 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.825 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.835 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 17:29:59.835 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/05 17:29:59.836 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.836 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.836 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.836 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/05 17:29:59.837 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.836 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.839 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=196.567µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.839 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.839 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 17:29:59.842 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=3.047531ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.836 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.843 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.836 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.845 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 17:29:59.845 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/05 17:29:59.846 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.846 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.846 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.846 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/05 17:29:59.847 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.846 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.849 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=213.294µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.850 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:29:59.850 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 17:29:59.852 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=3.058009ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.846 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.853 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.846 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.855 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 17:29:59.855 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/05 17:29:59.873 -05:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=839.542919ms] [2025/04/05 17:29:59.874 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:29:59.875 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=7d9784b7-f40f-416c-89b6-62dbdf94de04] [2025/04/05 17:29:59.875 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:29:59.875 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:29:59.875 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=4.634µs] [2025/04/05 17:29:59.875 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.6µs] [2025/04/05 17:29:59.875 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.035µs] [2025/04/05 17:29:59.875 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=1.994µs] [2025/04/05 17:29:59.875 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.389µs] [2025/04/05 17:29:59.875 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=2.199µs] [2025/04/05 17:29:59.875 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=2.994µs] [2025/04/05 17:29:59.875 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.165µs] [2025/04/05 17:29:59.875 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.213µs] [2025/04/05 17:29:59.875 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=2.396µs] [2025/04/05 17:29:59.875 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=7d9784b7-f40f-416c-89b6-62dbdf94de04] [2025/04/05 17:29:59.875 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:29:59.875 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:29:59.876 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=7d9784b7-f40f-416c-89b6-62dbdf94de04] ["take time"=2.254373ms] [2025/04/05 17:29:59.876 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=7d9784b7-f40f-416c-89b6-62dbdf94de04] [2025/04/05 17:29:59.876 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:29:59.876 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:29:59.876 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:29:59.876 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:29:59.876 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:29:59.876 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:29:59.876 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:29:59.877 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:29:59.877 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:29:59.877 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:29:59.877 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:29:59.877 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:29:59.877 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:29:59.877 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:29:59.877 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=3.041241ms] [2025/04/05 17:29:59.877 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=5aca83ed-3a5c-4ad0-bc30-9e385ba0335f] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:29:59.881 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:29:59.881 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:29:59.894 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.522199ms] [2025/04/05 17:29:59.894 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:29:59.895 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [runWorker=true] [jobVersion=v2] [2025/04/05 17:29:59.895 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:29:59.895 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:29:59.895 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:29:59.895 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:29:59.895 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:29:59.895 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:29:59.895 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:29:59.895 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:29:59.895 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:29:59.895 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:29:59.895 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:29:59.895 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:29:59.895 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:29:59.897 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:29:59.898 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [2025/04/05 17:29:59.898 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:29:59.898 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:29:59.898 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:29:59.898 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:29:59.898 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:29:59.898 -05:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 17:29:59.900 -05:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 17:29:59.901 -05:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 17:29:59.901 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:29:59.901 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [2025/04/05 17:29:59.903 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:29:59.904 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:29:59.904 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:29:59.904 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:29:59.904 -05:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 17:29:59.904 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:29:59.904 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:29:59.904 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:29:59.905 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:29:59.905 -05:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=875.8GiB] [2025/04/05 17:29:59.906 -05:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 17:29:59.906 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [2025/04/05 17:29:59.907 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [ttl-worker=task-manager] [ttl-worker=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [originalCount=0] [newCount=4] [2025/04/05 17:29:59.907 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [ttl-worker=task-manager] [ttl-worker=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [originalCount=0] [newCount=4] [2025/04/05 17:29:59.907 -05:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [2025/04/05 17:29:59.910 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:29:59.910 -05:00] [WARN] [misc.go:469] ["Automatic TLS Certificate creation is disabled"] [] [2025/04/05 17:29:59.913 -05:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 17:29:59.913 -05:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 17:29:59.921 -05:00] [INFO] [plugin.go:377] ["start load plugin manifest"] [plugin=audit_test-1] [name=audit_test] [version=1] [2025/04/05 17:29:59.924 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.923 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.925 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.923 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE mynewdatabase"] [2025/04/05 17:29:59.926 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=9540831802956710617] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.923 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.928 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=61.485µs] [gotSchemaVersion=56] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 17:29:59.930 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 17:29:59.944 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=16.255365ms] [job="ID:113, Type:create schema, State:done, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.923 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.946 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=9540831802956710617] [job="ID:113, Type:create schema, State:synced, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.923 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.948 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 17:29:59.948 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=56] [cur_db=test] [sql="CREATE DATABASE mynewdatabase"] [user=root@%] [2025/04/05 17:29:59.950 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.949 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.950 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.949 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE t1 (a INT NOT NULL)"] [2025/04/05 17:29:59.951 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=115] [conn=9540831802956710617] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.949 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.952 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 114, Table Name: t1)"] [2025/04/05 17:29:59.953 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=108.512µs] [gotSchemaVersion=57] [phyTblIDs="[114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.954 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2025/04/05 17:29:59.955 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=2.008021ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.949 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.956 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=115] [conn=9540831802956710617] [job="ID:115, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.949 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.958 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=115] [2025/04/05 17:29:59.958 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=57] [cur_db=test] [sql="CREATE TABLE t1 (a INT NOT NULL)"] [user=root@%] [2025/04/05 17:29:59.959 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:117, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.959 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:29:59.959 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:117, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.959 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE t2 LIKE t1"] [2025/04/05 17:29:59.961 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=117] [conn=9540831802956710617] [job="ID:117, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.959 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.961 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 116, Table Name: t2)"] [2025/04/05 17:29:59.962 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=57] [neededSchemaVersion=58] ["elapsed time"=104.557µs] [gotSchemaVersion=58] [phyTblIDs="[116]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:29:59.963 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=117] [version=58] [2025/04/05 17:29:59.964 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=2.007823ms] [job="ID:117, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.959 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.965 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=117] [conn=9540831802956710617] [job="ID:117, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.959 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:29:59.967 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=117] [2025/04/05 17:29:59.967 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=58] [cur_db=test] [sql="CREATE TABLE t2 LIKE t1"] [user=root@%] [2025/04/05 17:29:59.968 -05:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=test] [jobTable=t1] [jobType="add index"] [enableDistTask=true] [enableFastReorg=true] [targetScope=] [maxNodeCount=3] [concurrency=4] [batchSize=256] [2025/04/05 17:29:59.969 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:118, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 17:29:59.969 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:118, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="CREATE INDEX a ON t1 (a)"] [2025/04/05 17:29:59.970 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=9540831802956710617] [job="ID:118, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:29:59.970 -05:00] [INFO] [index.go:720] ["[ddl] run add index job"] [category=ddl] [job="ID:118, Type:add index, State:running, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [indexInfo="{\"id\":1,\"idx_name\":{\"O\":\"a\",\"L\":\"a\"},\"tbl_name\":{\"O\":\"\",\"L\":\"\"},\"idx_cols\":[{\"name\":{\"O\":\"a\",\"L\":\"a\"},\"offset\":0,\"length\":-1}],\"state\":0,\"backfill_state\":0,\"comment\":\"\",\"index_type\":1,\"is_unique\":false,\"is_primary\":false,\"is_invisible\":false,\"is_global\":false,\"mv_index\":false,\"vector_index\":null}"] [2025/04/05 17:29:59.970 -05:00] [INFO] [index.go:1309] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false] [2025/04/05 17:29:59.971 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=58] [neededSchemaVersion=59] ["elapsed time"=129.447µs] [gotSchemaVersion=59] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:29:59.972 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=59] [2025/04/05 17:29:59.973 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=2.008597ms] [job="ID:118, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:29:59.974 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=9540831802956710617] [job="ID:118, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:29:59.975 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=59] [neededSchemaVersion=60] ["elapsed time"=123.781µs] [gotSchemaVersion=60] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:29:59.976 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=60] [2025/04/05 17:29:59.978 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=3.014889ms] [job="ID:118, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:29:59.979 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=9540831802956710617] [job="ID:118, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:29:59.980 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=60] [neededSchemaVersion=61] ["elapsed time"=129.892µs] [gotSchemaVersion=61] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:29:59.981 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=61] [2025/04/05 17:29:59.983 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=61] ["take time"=2.986328ms] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:29:59.984 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=9540831802956710617] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:29:59.984 -05:00] [INFO] [index.go:1382] ["table is empty, skipping reorg work"] [category=ddl] [jobID=118] [table=t1] [2025/04/05 17:29:59.985 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=61] [neededSchemaVersion=62] ["elapsed time"=128.169µs] [gotSchemaVersion=62] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:29:59.986 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=62] [2025/04/05 17:29:59.988 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=62] ["take time"=3.000472ms] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:29:59.989 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=9540831802956710617] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:29:59.989 -05:00] [INFO] [index.go:1399] ["index backfill state ready to merge"] [category=ddl] ["job ID"=118] [table=t1] [index=a] [2025/04/05 17:29:59.990 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=62] [neededSchemaVersion=63] ["elapsed time"=138.988µs] [gotSchemaVersion=63] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:29:59.990 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=63] [2025/04/05 17:29:59.993 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=63] ["take time"=2.957503ms] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:29:59.993 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=9540831802956710617] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:29:59.994 -05:00] [INFO] [index.go:1418] ["temp index is empty, skipping reorg work"] [category=ddl] [jobID=118] [table=t1] [2025/04/05 17:29:59.994 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: add index, Table ID: 114, Table Name: t1, Index ID: 1, Index Name: a)"] [2025/04/05 17:29:59.994 -05:00] [INFO] [index.go:1129] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_bin] [2025/04/05 17:29:59.995 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=63] [neededSchemaVersion=64] ["elapsed time"=128.23µs] [gotSchemaVersion=64] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:29:59.996 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=64] [2025/04/05 17:29:59.998 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=64] ["take time"=2.962975ms] [job="ID:118, Type:add index, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:29:59.999 -05:00] [INFO] [delete_range.go:448] ["insert into delete-range indices"] [category=ddl] [jobID=118] [tableID=114] [indexIDs="[9223090561878065153]"] [comment="add index: physical table ID(s)"] [2025/04/05 17:30:00.000 -05:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=118] [jobType="add index"] [2025/04/05 17:30:00.000 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=118] [conn=9540831802956710617] [job="ID:118, Type:add index, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:29:59.968 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.005 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=118] [2025/04/05 17:30:00.005 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=64] [cur_db=test] [sql="CREATE INDEX a ON t1 (a)"] [user=root@%] [2025/04/05 17:30:00.006 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:120, Type:create sequence, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.006 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:30:00.006 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:120, Type:create sequence, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.006 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE SEQUENCE seq"] [2025/04/05 17:30:00.008 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=118] [elementID=1] [startKey=7480000000000000725f69ffff000000000001] [endKey=7480000000000000725f69ffff000000000002] [2025/04/05 17:30:00.008 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=120] [conn=9540831802956710617] [job="ID:120, Type:create sequence, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.006 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.009 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=64] [neededSchemaVersion=65] ["elapsed time"=90.23µs] [gotSchemaVersion=65] [phyTblIDs="[119]"] [actionTypes="[34]"] [diffTypes="[\"create sequence\"]"] [2025/04/05 17:30:00.010 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=120] [version=65] [2025/04/05 17:30:00.012 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=65] ["take time"=2.924349ms] [job="ID:120, Type:create sequence, State:done, SchemaState:public, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.006 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.013 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=120] [conn=9540831802956710617] [job="ID:120, Type:create sequence, State:synced, SchemaState:public, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.006 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.015 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=120] [2025/04/05 17:30:00.016 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=65] [cur_db=test] [sql=" create temporary table t3 (a int)"] [user=root@%] [2025/04/05 17:30:00.017 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:123, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.017 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:30:00.017 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:123, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.017 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create global temporary table t4 (a int) on commit delete rows"] [2025/04/05 17:30:00.018 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=123] [conn=9540831802956710617] [job="ID:123, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.017 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.018 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 122, Table Name: t4)"] [2025/04/05 17:30:00.019 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=65] [neededSchemaVersion=66] ["elapsed time"=115.287µs] [gotSchemaVersion=66] [phyTblIDs="[122]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:30:00.020 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=123] [version=66] [2025/04/05 17:30:00.022 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=66] ["take time"=2.915418ms] [job="ID:123, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.017 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.023 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=123] [conn=9540831802956710617] [job="ID:123, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.017 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.025 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=123] [2025/04/05 17:30:00.025 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=66] [cur_db=test] [sql="create global temporary table t4 (a int) on commit delete rows"] [user=root@%] [2025/04/05 17:30:00.027 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:125, Type:create view, State:queueing, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.026 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:30:00.027 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:125, Type:create view, State:queueing, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.026 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE VIEW v1 AS SELECT * FROM t1 WHERE a> 2"] [2025/04/05 17:30:00.028 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=125] [conn=9540831802956710617] [job="ID:125, Type:create view, State:queueing, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.026 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.029 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=66] [neededSchemaVersion=67] ["elapsed time"=114.042µs] [gotSchemaVersion=67] [phyTblIDs="[124]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:30:00.030 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=125] [version=67] [2025/04/05 17:30:00.032 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=67] ["take time"=2.964055ms] [job="ID:125, Type:create view, State:done, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.026 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.033 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=125] [conn=9540831802956710617] [job="ID:125, Type:create view, State:synced, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.026 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.035 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=125] [2025/04/05 17:30:00.036 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:126, Type:drop schema, State:queueing, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.036 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:30:00.036 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:126, Type:drop schema, State:queueing, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.036 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="DROP DATABASE mynewdatabase"] [2025/04/05 17:30:00.037 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=126] [conn=9540831802956710617] [job="ID:126, Type:drop schema, State:queueing, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.036 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.038 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=67] [neededSchemaVersion=68] ["elapsed time"=50.043µs] [gotSchemaVersion=68] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2025/04/05 17:30:00.039 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=126] [version=68] [2025/04/05 17:30:00.041 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=68] ["take time"=2.849135ms] [job="ID:126, Type:drop schema, State:running, SchemaState:write only, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.036 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.042 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=126] [conn=9540831802956710617] [job="ID:126, Type:drop schema, State:running, SchemaState:write only, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.036 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.043 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=68] [neededSchemaVersion=69] ["elapsed time"=19.974µs] [gotSchemaVersion=69] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2025/04/05 17:30:00.044 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=126] [version=69] [2025/04/05 17:30:00.046 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=69] ["take time"=2.859464ms] [job="ID:126, Type:drop schema, State:running, SchemaState:delete only, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.036 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.047 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=126] [conn=9540831802956710617] [job="ID:126, Type:drop schema, State:running, SchemaState:delete only, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.036 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.048 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=69] [neededSchemaVersion=70] ["elapsed time"=18.156µs] [gotSchemaVersion=70] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2025/04/05 17:30:00.049 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=126] [version=70] [2025/04/05 17:30:00.050 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=70] ["take time"=2.304653ms] [job="ID:126, Type:drop schema, State:done, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.036 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.051 -05:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=126] [jobType="drop schema"] [2025/04/05 17:30:00.051 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=126] [conn=9540831802956710617] [job="ID:126, Type:drop schema, State:synced, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.036 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.054 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=126] [2025/04/05 17:30:00.054 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=70] [cur_db=test] [sql="DROP DATABASE mynewdatabase"] [user=root@%] [2025/04/05 17:30:00.056 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:127, Type:drop sequence, State:queueing, SchemaState:public, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:30:00.056 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:127, Type:drop sequence, State:queueing, SchemaState:public, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="DROP SEQUENCE seq"] [2025/04/05 17:30:00.057 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=127] [conn=9540831802956710617] [job="ID:127, Type:drop sequence, State:queueing, SchemaState:public, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.058 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=70] [neededSchemaVersion=71] ["elapsed time"=120.308µs] [gotSchemaVersion=71] [phyTblIDs="[119]"] [actionTypes="[36]"] [diffTypes="[\"drop sequence\"]"] [2025/04/05 17:30:00.059 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=127] [version=71] [2025/04/05 17:30:00.061 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=71] ["take time"=2.933904ms] [job="ID:127, Type:drop sequence, State:running, SchemaState:write only, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.062 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=127] [conn=9540831802956710617] [job="ID:127, Type:drop sequence, State:running, SchemaState:write only, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.063 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=71] [neededSchemaVersion=72] ["elapsed time"=120.254µs] [gotSchemaVersion=72] [phyTblIDs="[119]"] [actionTypes="[36]"] [diffTypes="[\"drop sequence\"]"] [2025/04/05 17:30:00.063 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=127] [version=72] [2025/04/05 17:30:00.066 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=72] ["take time"=2.948769ms] [job="ID:127, Type:drop sequence, State:running, SchemaState:delete only, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.066 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=127] [conn=9540831802956710617] [job="ID:127, Type:drop sequence, State:running, SchemaState:delete only, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.067 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=72] [neededSchemaVersion=73] ["elapsed time"=50.227µs] [gotSchemaVersion=73] [phyTblIDs="[119]"] [actionTypes="[36]"] [diffTypes="[\"drop sequence\"]"] [2025/04/05 17:30:00.068 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=127] [version=73] [2025/04/05 17:30:00.070 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=73] ["take time"=2.882394ms] [job="ID:127, Type:drop sequence, State:done, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.071 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=127] [conn=9540831802956710617] [job="ID:127, Type:drop sequence, State:synced, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.073 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=127] [2025/04/05 17:30:00.075 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:128, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:30:00.075 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:128, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="DROP TABLE t4"] [2025/04/05 17:30:00.075 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=128] [conn=9540831802956710617] [job="ID:128, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.076 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=73] [neededSchemaVersion=74] ["elapsed time"=147.218µs] [gotSchemaVersion=74] [phyTblIDs="[122]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 17:30:00.077 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=128] [version=74] [2025/04/05 17:30:00.079 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=74] ["take time"=2.949244ms] [job="ID:128, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.080 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=128] [conn=9540831802956710617] [job="ID:128, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.081 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=74] [neededSchemaVersion=75] ["elapsed time"=144.977µs] [gotSchemaVersion=75] [phyTblIDs="[122]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 17:30:00.082 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=128] [version=75] [2025/04/05 17:30:00.084 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=75] ["take time"=3.017982ms] [job="ID:128, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.085 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=128] [conn=9540831802956710617] [job="ID:128, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.085 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: drop table, Old Table ID: 122, Old Table Name: t4)"] [2025/04/05 17:30:00.086 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=75] [neededSchemaVersion=76] ["elapsed time"=49.095µs] [gotSchemaVersion=76] [phyTblIDs="[122]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 17:30:00.087 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=128] [version=76] [2025/04/05 17:30:00.089 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=76] ["take time"=2.880662ms] [job="ID:128, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.090 -05:00] [INFO] [delete_range.go:473] ["insert into delete-range table"] [category=ddl] [jobID=128] [tableIDs="[122]"] [comment="drop table: table ID"] [2025/04/05 17:30:00.090 -05:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=128] [jobType="drop table"] [2025/04/05 17:30:00.091 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=128] [conn=9540831802956710617] [job="ID:128, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.094 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=128] [2025/04/05 17:30:00.094 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=76] [cur_db=test] [sql="DROP TABLE t4"] [user=root@%] [2025/04/05 17:30:00.095 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:129, Type:drop view, State:queueing, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.095 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:30:00.095 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:129, Type:drop view, State:queueing, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.095 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="DROP VIEW v1"] [2025/04/05 17:30:00.097 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=128] [elementID=1] [startKey=74800000000000007a] [endKey=74800000000000007b] [2025/04/05 17:30:00.097 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=129] [conn=9540831802956710617] [job="ID:129, Type:drop view, State:queueing, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.095 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.098 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=76] [neededSchemaVersion=77] ["elapsed time"=158.93µs] [gotSchemaVersion=77] [phyTblIDs="[124]"] [actionTypes="[24]"] [diffTypes="[\"drop view\"]"] [2025/04/05 17:30:00.099 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=129] [version=77] [2025/04/05 17:30:00.101 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=77] ["take time"=2.488958ms] [job="ID:129, Type:drop view, State:running, SchemaState:write only, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.095 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.102 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=129] [conn=9540831802956710617] [job="ID:129, Type:drop view, State:running, SchemaState:write only, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.095 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.103 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=77] [neededSchemaVersion=78] ["elapsed time"=166.375µs] [gotSchemaVersion=78] [phyTblIDs="[124]"] [actionTypes="[24]"] [diffTypes="[\"drop view\"]"] [2025/04/05 17:30:00.103 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=129] [version=78] [2025/04/05 17:30:00.106 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=78] ["take time"=3.01747ms] [job="ID:129, Type:drop view, State:running, SchemaState:delete only, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.095 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.107 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=129] [conn=9540831802956710617] [job="ID:129, Type:drop view, State:running, SchemaState:delete only, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.095 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.108 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=78] [neededSchemaVersion=79] ["elapsed time"=59.275µs] [gotSchemaVersion=79] [phyTblIDs="[124]"] [actionTypes="[24]"] [diffTypes="[\"drop view\"]"] [2025/04/05 17:30:00.108 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=129] [version=79] [2025/04/05 17:30:00.110 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=79] ["take time"=2.923723ms] [job="ID:129, Type:drop view, State:done, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.095 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.112 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=129] [conn=9540831802956710617] [job="ID:129, Type:drop view, State:synced, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.095 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.114 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=129] [2025/04/05 17:30:00.114 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=79] [cur_db=test] [sql="DROP VIEW v1"] [user=root@%] [2025/04/05 17:30:00.115 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:130, Type:add column, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:30:00.115 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:130, Type:add column, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="ALTER TABLE t1 ADD COLUMN c1 INT NOT NULL"] [2025/04/05 17:30:00.116 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=130] [conn=9540831802956710617] [job="ID:130, Type:add column, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.116 -05:00] [INFO] [add_column.go:82] ["run add column job"] [category=ddl] [job="ID:130, Type:add column, State:running, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [columnInfo="{\"id\":2,\"name\":{\"O\":\"c1\",\"L\":\"c1\"},\"offset\":1,\"origin_default\":\"0\",\"origin_default_bit\":null,\"default\":null,\"default_bit\":null,\"default_is_expr\":false,\"generated_expr_string\":\"\",\"generated_stored\":false,\"dependences\":null,\"type\":{},\"state\":0,\"comment\":\"\",\"hidden\":false,\"change_state_info\":null,\"version\":2}"] [2025/04/05 17:30:00.117 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=79] [neededSchemaVersion=80] ["elapsed time"=163.871µs] [gotSchemaVersion=80] [phyTblIDs="[114]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2025/04/05 17:30:00.118 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=130] [version=80] [2025/04/05 17:30:00.120 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=80] ["take time"=2.955694ms] [job="ID:130, Type:add column, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.121 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=130] [conn=9540831802956710617] [job="ID:130, Type:add column, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.122 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=80] [neededSchemaVersion=81] ["elapsed time"=144.593µs] [gotSchemaVersion=81] [phyTblIDs="[114]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2025/04/05 17:30:00.123 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=130] [version=81] [2025/04/05 17:30:00.125 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=81] ["take time"=2.980726ms] [job="ID:130, Type:add column, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.126 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=130] [conn=9540831802956710617] [job="ID:130, Type:add column, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.127 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=81] [neededSchemaVersion=82] ["elapsed time"=145.077µs] [gotSchemaVersion=82] [phyTblIDs="[114]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2025/04/05 17:30:00.128 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=130] [version=82] [2025/04/05 17:30:00.130 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=82] ["take time"=2.970753ms] [job="ID:130, Type:add column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.131 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=130] [conn=9540831802956710617] [job="ID:130, Type:add column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.131 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: add column, Table ID: 114, Table Name: t1, Column ID: 2, Column Name: c1)"] [2025/04/05 17:30:00.132 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=82] [neededSchemaVersion=83] ["elapsed time"=141.065µs] [gotSchemaVersion=83] [phyTblIDs="[114]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2025/04/05 17:30:00.133 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=130] [version=83] [2025/04/05 17:30:00.135 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=83] ["take time"=2.969593ms] [job="ID:130, Type:add column, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.136 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=130] [conn=9540831802956710617] [job="ID:130, Type:add column, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.138 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=130] [2025/04/05 17:30:00.138 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=83] [cur_db=test] [sql="ALTER TABLE t1 ADD COLUMN c1 INT NOT NULL"] [user=root@%] [2025/04/05 17:30:00.139 -05:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=test] [jobTable=t1] [jobType="modify column"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/05 17:30:00.140 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:131, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.139 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 17:30:00.140 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:131, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.139 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE t1 MODIFY c1 BIGINT"] [2025/04/05 17:30:00.141 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=131] [conn=9540831802956710617] [job="ID:131, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.139 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.142 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=83] [neededSchemaVersion=84] ["elapsed time"=144.481µs] [gotSchemaVersion=84] [phyTblIDs="[114]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/05 17:30:00.143 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=131] [version=84] [2025/04/05 17:30:00.145 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=84] ["take time"=2.971835ms] [job="ID:131, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.139 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.146 -05:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=131] [jobType="modify column"] [2025/04/05 17:30:00.146 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=131] [conn=9540831802956710617] [job="ID:131, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.139 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.150 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=131] [2025/04/05 17:30:00.151 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=84] [cur_db=test] [sql="ALTER TABLE t1 MODIFY c1 BIGINT"] [user=root@%] [2025/04/05 17:30:00.151 -05:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=test] [jobTable=t1] [jobType="add index"] [enableDistTask=true] [enableFastReorg=true] [targetScope=] [maxNodeCount=3] [concurrency=4] [batchSize=256] [2025/04/05 17:30:00.152 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:132, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 17:30:00.152 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:132, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE t1 ADD INDEX (c1)"] [2025/04/05 17:30:00.153 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=9540831802956710617] [job="ID:132, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.153 -05:00] [INFO] [index.go:720] ["[ddl] run add index job"] [category=ddl] [job="ID:132, Type:add index, State:running, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [indexInfo="{\"id\":2,\"idx_name\":{\"O\":\"c1\",\"L\":\"c1\"},\"tbl_name\":{\"O\":\"\",\"L\":\"\"},\"idx_cols\":[{\"name\":{\"O\":\"c1\",\"L\":\"c1\"},\"offset\":1,\"length\":-1}],\"state\":0,\"backfill_state\":0,\"comment\":\"\",\"index_type\":1,\"is_unique\":false,\"is_primary\":false,\"is_invisible\":false,\"is_global\":false,\"mv_index\":false,\"vector_index\":null}"] [2025/04/05 17:30:00.153 -05:00] [INFO] [index.go:1309] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false] [2025/04/05 17:30:00.155 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=84] [neededSchemaVersion=85] ["elapsed time"=155.517µs] [gotSchemaVersion=85] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:30:00.155 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=85] [2025/04/05 17:30:00.157 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=85] ["take time"=2.964694ms] [job="ID:132, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.158 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=9540831802956710617] [job="ID:132, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.159 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=85] [neededSchemaVersion=86] ["elapsed time"=157.175µs] [gotSchemaVersion=86] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:30:00.160 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=86] [2025/04/05 17:30:00.162 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=86] ["take time"=2.921326ms] [job="ID:132, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.163 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=9540831802956710617] [job="ID:132, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.164 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=86] [neededSchemaVersion=87] ["elapsed time"=154.553µs] [gotSchemaVersion=87] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:30:00.165 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=87] [2025/04/05 17:30:00.167 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=87] ["take time"=2.935817ms] [job="ID:132, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.168 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=9540831802956710617] [job="ID:132, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.168 -05:00] [INFO] [index.go:1382] ["table is empty, skipping reorg work"] [category=ddl] [jobID=132] [table=t1] [2025/04/05 17:30:00.169 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=87] [neededSchemaVersion=88] ["elapsed time"=190.728µs] [gotSchemaVersion=88] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:30:00.169 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=88] [2025/04/05 17:30:00.172 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=88] ["take time"=3.028629ms] [job="ID:132, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.173 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=9540831802956710617] [job="ID:132, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.173 -05:00] [INFO] [index.go:1399] ["index backfill state ready to merge"] [category=ddl] ["job ID"=132] [table=t1] [index=c1] [2025/04/05 17:30:00.174 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=88] [neededSchemaVersion=89] ["elapsed time"=163.511µs] [gotSchemaVersion=89] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:30:00.174 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=89] [2025/04/05 17:30:00.177 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=89] ["take time"=3.011707ms] [job="ID:132, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.177 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=9540831802956710617] [job="ID:132, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.178 -05:00] [INFO] [index.go:1418] ["temp index is empty, skipping reorg work"] [category=ddl] [jobID=132] [table=t1] [2025/04/05 17:30:00.178 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: add index, Table ID: 114, Table Name: t1, Index ID: 2, Index Name: c1)"] [2025/04/05 17:30:00.178 -05:00] [INFO] [index.go:1129] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_bin] [2025/04/05 17:30:00.179 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=89] [neededSchemaVersion=90] ["elapsed time"=155.118µs] [gotSchemaVersion=90] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 17:30:00.180 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=90] [2025/04/05 17:30:00.182 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=90] ["take time"=3.043686ms] [job="ID:132, Type:add index, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.183 -05:00] [INFO] [delete_range.go:448] ["insert into delete-range indices"] [category=ddl] [jobID=132] [tableID=114] [indexIDs="[9223090561878065154]"] [comment="add index: physical table ID(s)"] [2025/04/05 17:30:00.183 -05:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=132] [jobType="add index"] [2025/04/05 17:30:00.183 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=132] [conn=9540831802956710617] [job="ID:132, Type:add index, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.151 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.187 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=132] [2025/04/05 17:30:00.187 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=90] [cur_db=test] [sql="ALTER TABLE t1 ADD INDEX (c1)"] [user=root@%] [2025/04/05 17:30:00.189 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=132] [elementID=1] [startKey=7480000000000000725f69ffff000000000002] [endKey=7480000000000000725f69ffff000000000003] [2025/04/05 17:30:00.190 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:133, Type:alter index visibility, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.189 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:30:00.190 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:133, Type:alter index visibility, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.189 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="ALTER TABLE t1 ALTER INDEX c1 INVISIBLE"] [2025/04/05 17:30:00.190 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=133] [conn=9540831802956710617] [job="ID:133, Type:alter index visibility, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.189 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.192 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=90] [neededSchemaVersion=91] ["elapsed time"=161.312µs] [gotSchemaVersion=91] [phyTblIDs="[114]"] [actionTypes="[41]"] [diffTypes="[\"alter index visibility\"]"] [2025/04/05 17:30:00.192 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=133] [version=91] [2025/04/05 17:30:00.195 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=91] ["take time"=3.023828ms] [job="ID:133, Type:alter index visibility, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.189 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.196 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=133] [conn=9540831802956710617] [job="ID:133, Type:alter index visibility, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.189 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.198 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=133] [2025/04/05 17:30:00.198 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=91] [cur_db=test] [sql="ALTER TABLE t1 ALTER INDEX c1 INVISIBLE"] [user=root@%] [2025/04/05 17:30:00.199 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:134, Type:rename index, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:30:00.199 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:134, Type:rename index, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="ALTER TABLE t1 RENAME INDEX c1 TO c2"] [2025/04/05 17:30:00.200 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=134] [conn=9540831802956710617] [job="ID:134, Type:rename index, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.202 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=91] [neededSchemaVersion=92] ["elapsed time"=158.957µs] [gotSchemaVersion=92] [phyTblIDs="[114]"] [actionTypes="[18]"] [diffTypes="[\"rename index\"]"] [2025/04/05 17:30:00.203 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=134] [version=92] [2025/04/05 17:30:00.204 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=92] ["take time"=2.101631ms] [job="ID:134, Type:rename index, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.205 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=134] [conn=9540831802956710617] [job="ID:134, Type:rename index, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.199 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.207 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=134] [2025/04/05 17:30:00.207 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=92] [cur_db=test] [sql="ALTER TABLE t1 RENAME INDEX c1 TO c2"] [user=root@%] [2025/04/05 17:30:00.208 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:135, Type:drop index, State:queueing, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:30:00.208 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:135, Type:drop index, State:queueing, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="ALTER TABLE t1 DROP INDEX c2"] [2025/04/05 17:30:00.209 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=135] [conn=9540831802956710617] [job="ID:135, Type:drop index, State:queueing, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.210 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=92] [neededSchemaVersion=93] ["elapsed time"=163.921µs] [gotSchemaVersion=93] [phyTblIDs="[114]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2025/04/05 17:30:00.211 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=135] [version=93] [2025/04/05 17:30:00.213 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=93] ["take time"=3.003201ms] [job="ID:135, Type:drop index, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.214 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=135] [conn=9540831802956710617] [job="ID:135, Type:drop index, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.215 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=93] [neededSchemaVersion=94] ["elapsed time"=161.817µs] [gotSchemaVersion=94] [phyTblIDs="[114]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2025/04/05 17:30:00.216 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=135] [version=94] [2025/04/05 17:30:00.217 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=94] ["take time"=2.12749ms] [job="ID:135, Type:drop index, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.218 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=135] [conn=9540831802956710617] [job="ID:135, Type:drop index, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.219 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=94] [neededSchemaVersion=95] ["elapsed time"=152.619µs] [gotSchemaVersion=95] [phyTblIDs="[114]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2025/04/05 17:30:00.220 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=135] [version=95] [2025/04/05 17:30:00.222 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=95] ["take time"=2.978713ms] [job="ID:135, Type:drop index, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.223 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=135] [conn=9540831802956710617] [job="ID:135, Type:drop index, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.224 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=95] [neededSchemaVersion=96] ["elapsed time"=149.808µs] [gotSchemaVersion=96] [phyTblIDs="[114]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2025/04/05 17:30:00.225 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=135] [version=96] [2025/04/05 17:30:00.227 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=96] ["take time"=3.015892ms] [job="ID:135, Type:drop index, State:done, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.228 -05:00] [INFO] [delete_range.go:448] ["insert into delete-range indices"] [category=ddl] [jobID=135] [tableID=114] [indexIDs="[2]"] [comment="drop index: table ID"] [2025/04/05 17:30:00.228 -05:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=135] [jobType="drop index"] [2025/04/05 17:30:00.229 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=135] [conn=9540831802956710617] [job="ID:135, Type:drop index, State:synced, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.233 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=135] [2025/04/05 17:30:00.233 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=96] [cur_db=test] [sql="ALTER TABLE t1 DROP INDEX c2"] [user=root@%] [2025/04/05 17:30:00.233 -05:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=test] [jobTable=t1] [jobType="modify column"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/05 17:30:00.235 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=135] [elementID=1] [startKey=7480000000000000725f698000000000000002] [endKey=7480000000000000725f698000000000000003] [2025/04/05 17:30:00.235 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:136, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 17:30:00.235 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:136, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE t1 CHANGE c1 c2 INT"] [2025/04/05 17:30:00.236 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=136] [conn=9540831802956710617] [job="ID:136, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.237 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=96] [neededSchemaVersion=97] ["elapsed time"=181.696µs] [gotSchemaVersion=97] [phyTblIDs="[114]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/05 17:30:00.238 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=136] [version=97] [2025/04/05 17:30:00.240 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=97] ["take time"=3.020264ms] [job="ID:136, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.241 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=136] [conn=9540831802956710617] [job="ID:136, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.243 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=97] [neededSchemaVersion=98] ["elapsed time"=166.538µs] [gotSchemaVersion=98] [phyTblIDs="[114]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/05 17:30:00.243 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=136] [version=98] [2025/04/05 17:30:00.245 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=98] ["take time"=3.017113ms] [job="ID:136, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.246 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=136] [conn=9540831802956710617] [job="ID:136, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.248 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=98] [neededSchemaVersion=99] ["elapsed time"=168.433µs] [gotSchemaVersion=99] [phyTblIDs="[114]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/05 17:30:00.249 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=136] [version=99] [2025/04/05 17:30:00.250 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=99] ["take time"=2.534673ms] [job="ID:136, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.251 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=136] [conn=9540831802956710617] [job="ID:136, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.251 -05:00] [INFO] [reorg.go:831] ["get noop table range"] [category=ddl] [table="&{114 t1 utf8mb4 utf8mb4_bin [0xc0089ac160 0xc0089ac2c0 0xc0089ac420] [0xc00700de60] [] [] public false false 0 0 0 0 0 3 2 0 0 457150876941287426 0 0 0 0 0 0 5 false disable 26 2 Normal}"] ["table/partition ID"=114] ["start key"=] ["end key"=] ["is empty table"=true] [2025/04/05 17:30:00.251 -05:00] [INFO] [reorg.go:913] ["job get table range"] [category=ddl] [jobID=136] [physicalTableID=114] [startKey=] [endKey=] [2025/04/05 17:30:00.253 -05:00] [INFO] [job_worker.go:1084] ["schema version doesn't change"] [category=ddl] [jobID=136] [2025/04/05 17:30:00.253 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=136] [conn=9540831802956710617] [job="ID:136, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150876942598145, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.254 -05:00] [INFO] [column.go:481] ["start to update table row"] [category=ddl] [job="ID:136, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150876942598145, Version: v2, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:3,StartKey:,EndKey:,First:false,PhysicalTableID:114,Ingest mode:false"] [2025/04/05 17:30:00.255 -05:00] [INFO] [backfilling.go:491] ["load noop table range"] [category=ddl] [physicalTableID=114] [2025/04/05 17:30:00.255 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=136] [2025/04/05 17:30:00.255 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=136] [2025/04/05 17:30:00.255 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=136] [2025/04/05 17:30:00.255 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=136] [2025/04/05 17:30:00.255 -05:00] [INFO] [backfilling.go:1002] ["backfill workers successfully processed"] [category=ddl] [element=ID:3,TypeKey:_col_] ["total added count"=0] ["start key"=] [2025/04/05 17:30:00.255 -05:00] [INFO] [reorg.go:831] ["get noop table range"] [category=ddl] [table="&{114 t1 utf8mb4 utf8mb4_bin [0xc008a36b00 0xc008a36c60 0xc008a36dc0] [0xc0070998c0] [] [] public false false 0 0 0 0 0 3 2 0 0 457150876941287426 0 0 0 0 0 0 5 false disable 26 2 Normal}"] ["table/partition ID"=114] ["start key"=] ["end key"=] ["is empty table"=true] [2025/04/05 17:30:00.255 -05:00] [INFO] [reorg.go:409] ["run reorg job done"] [category=ddl] ["handled rows"=0] [2025/04/05 17:30:00.255 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: modify column, Table ID: 114, Table Name: t1, Column ID: 3, Column Name: c2)"] [2025/04/05 17:30:00.257 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=99] [neededSchemaVersion=100] ["elapsed time"=181.449µs] [gotSchemaVersion=100] [phyTblIDs="[114]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/05 17:30:00.257 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=136] [version=100] [2025/04/05 17:30:00.259 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=100] ["take time"=3.044193ms] [job="ID:136, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150876942598145, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.261 -05:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=136] [jobType="modify column"] [2025/04/05 17:30:00.261 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=136] [conn=9540831802956710617] [job="ID:136, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150876942598145, Version: v2, UniqueWarnings:0"] [2025/04/05 17:30:00.265 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=136] [2025/04/05 17:30:00.265 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=100] [cur_db=test] [sql="ALTER TABLE t1 CHANGE c1 c2 INT"] [user=root@%] [2025/04/05 17:30:00.266 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:137, Type:drop column, State:queueing, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:30:00.266 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:137, Type:drop column, State:queueing, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="ALTER TABLE t1 DROP COLUMN c2"] [2025/04/05 17:30:00.267 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=137] [conn=9540831802956710617] [job="ID:137, Type:drop column, State:queueing, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.268 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=100] [neededSchemaVersion=101] ["elapsed time"=172.14µs] [gotSchemaVersion=101] [phyTblIDs="[114]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2025/04/05 17:30:00.269 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=137] [version=101] [2025/04/05 17:30:00.271 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=101] ["take time"=2.991274ms] [job="ID:137, Type:drop column, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.272 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=137] [conn=9540831802956710617] [job="ID:137, Type:drop column, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.273 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=101] [neededSchemaVersion=102] ["elapsed time"=157.869µs] [gotSchemaVersion=102] [phyTblIDs="[114]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2025/04/05 17:30:00.274 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=137] [version=102] [2025/04/05 17:30:00.276 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=102] ["take time"=3.00798ms] [job="ID:137, Type:drop column, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.277 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=137] [conn=9540831802956710617] [job="ID:137, Type:drop column, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.278 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=102] [neededSchemaVersion=103] ["elapsed time"=156.145µs] [gotSchemaVersion=103] [phyTblIDs="[114]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2025/04/05 17:30:00.279 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=137] [version=103] [2025/04/05 17:30:00.281 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=103] ["take time"=3.029415ms] [job="ID:137, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.282 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=137] [conn=9540831802956710617] [job="ID:137, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.283 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=103] [neededSchemaVersion=104] ["elapsed time"=145.005µs] [gotSchemaVersion=104] [phyTblIDs="[114]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2025/04/05 17:30:00.284 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=137] [version=104] [2025/04/05 17:30:00.286 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=104] ["take time"=3.01066ms] [job="ID:137, Type:drop column, State:done, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.287 -05:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=137] [jobType="drop column"] [2025/04/05 17:30:00.287 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=137] [conn=9540831802956710617] [job="ID:137, Type:drop column, State:synced, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.291 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=137] [2025/04/05 17:30:00.291 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=104] [cur_db=test] [sql="ALTER TABLE t1 DROP COLUMN c2"] [user=root@%] [2025/04/05 17:30:00.292 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=104] [cur_db=test] [sql="CREATE SESSION BINDING FOR SELECT * FROM t1 WHERE a = 123 USING SELECT * FROM t1 IGNORE INDEX (a) WHERE a = 123"] [user=root@%] [2025/04/05 17:30:00.292 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=104] [cur_db=test] [sql="DROP SESSION BINDING FOR SELECT * FROM t1 WHERE a = 123"] [user=root@%] [2025/04/05 17:30:00.294 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:138, Type:rename table, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.293 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:30:00.294 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:138, Type:rename table, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.293 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="RENAME TABLE t2 TO t5"] [2025/04/05 17:30:00.294 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=138] [conn=9540831802956710617] [job="ID:138, Type:rename table, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.293 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.296 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=104] [neededSchemaVersion=105] ["elapsed time"=120.328µs] [gotSchemaVersion=105] [phyTblIDs="[116]"] [actionTypes="[14]"] [diffTypes="[\"rename table\"]"] [2025/04/05 17:30:00.296 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=138] [version=105] [2025/04/05 17:30:00.299 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=105] ["take time"=3.451837ms] [job="ID:138, Type:rename table, State:running, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.293 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.300 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=138] [conn=9540831802956710617] [job="ID:138, Type:rename table, State:running, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.293 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.301 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=105] [neededSchemaVersion=106] ["elapsed time"=126.987µs] [gotSchemaVersion=106] [phyTblIDs="[116]"] [actionTypes="[14]"] [diffTypes="[\"rename table\"]"] [2025/04/05 17:30:00.302 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=138] [version=106] [2025/04/05 17:30:00.304 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=106] ["take time"=3.02888ms] [job="ID:138, Type:rename table, State:done, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.293 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.305 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=138] [conn=9540831802956710617] [job="ID:138, Type:rename table, State:synced, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.293 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.307 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=138] [2025/04/05 17:30:00.307 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=106] [cur_db=test] [sql="RENAME TABLE t2 TO t5"] [user=root@%] [2025/04/05 17:30:00.309 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:140, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.308 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:30:00.309 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:140, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.308 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="TRUNCATE t1"] [2025/04/05 17:30:00.310 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=140] [conn=9540831802956710617] [job="ID:140, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:30:00.308 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.310 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: truncate table, Table ID: 139, Table Name: t1, Old Table ID: 114, Old Table Name: t1)"] [2025/04/05 17:30:00.312 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=106] [neededSchemaVersion=107] ["elapsed time"=160.102µs] [gotSchemaVersion=107] [phyTblIDs="[114,139]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2025/04/05 17:30:00.312 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=140] [version=107] [2025/04/05 17:30:00.313 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=107] ["take time"=2.016077ms] [job="ID:140, Type:truncate table, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.308 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.314 -05:00] [INFO] [delete_range.go:473] ["insert into delete-range table"] [category=ddl] [jobID=140] [tableIDs="[114]"] [comment="truncate table: table ID"] [2025/04/05 17:30:00.315 -05:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=140] [jobType="truncate table"] [2025/04/05 17:30:00.315 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=140] [conn=9540831802956710617] [job="ID:140, Type:truncate table, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:30:00.308 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:30:00.319 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=140] [2025/04/05 17:30:00.319 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=107] [cur_db=test] [sql="TRUNCATE t1"] [user=root@%] [2025/04/05 17:30:00.321 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=140] [elementID=1] [startKey=748000000000000072] [endKey=748000000000000073] [2025/04/05 17:30:00.324 -05:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=139] [physicalTableID=139] [indexID=-1] [checksum=1] [totalKvs=1] [totalBytes=1] [2025/04/05 17:30:00.324 -05:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=139] [physicalTableID=139] [indexID=1] [checksum=1] [totalKvs=1] [totalBytes=1] [2025/04/05 17:30:00.324 -05:00] [INFO] [check_table_index.go:434] ["fast check table by group"] ["table name"=t1] ["index name"=a] [times=1] ["current offset"=0] ["current mod"=1] ["table sql"="select /*+ read_from_storage(tikv[`test`.`t1`]) */ bit_xor(crc32(md5(concat_ws(0x2, `_tidb_rowid`, `a`)))), ((cast(crc32(md5(concat_ws(0x2, `_tidb_rowid`))) as signed) - 0) div 1 % 1024), count(*) from `test`.`t1` use index() where 0 = 0 group by ((cast(crc32(md5(concat_ws(0x2, `_tidb_rowid`))) as signed) - 0) div 1 % 1024)"] ["index sql"="select bit_xor(crc32(md5(concat_ws(0x2, `_tidb_rowid`, `a`)))), ((cast(crc32(md5(concat_ws(0x2, `_tidb_rowid`))) as signed) - 0) div 1 % 1024), count(*) from `test`.`t1` use index(`a`) where 0 = 0 group by ((cast(crc32(md5(concat_ws(0x2, `_tidb_rowid`))) as signed) - 0) div 1 % 1024)"] [2025/04/05 17:30:00.328 -05:00] [INFO] [check_table_index.go:434] ["fast check table by group"] ["table name"=t1] ["index name"=a] [times=1] ["current offset"=0] ["current mod"=1] ["table sql"="select /*+ read_from_storage(tikv[`test`.`t1`]) */ bit_xor(crc32(md5(concat_ws(0x2, `_tidb_rowid`, `a`)))), ((cast(crc32(md5(concat_ws(0x2, `_tidb_rowid`))) as signed) - 0) div 1 % 1024), count(*) from `test`.`t1` use index() where 0 = 0 group by ((cast(crc32(md5(concat_ws(0x2, `_tidb_rowid`))) as signed) - 0) div 1 % 1024)"] ["index sql"="select bit_xor(crc32(md5(concat_ws(0x2, `_tidb_rowid`, `a`)))), ((cast(crc32(md5(concat_ws(0x2, `_tidb_rowid`))) as signed) - 0) div 1 % 1024), count(*) from `test`.`t1` use index(`a`) where 0 = 0 group by ((cast(crc32(md5(concat_ws(0x2, `_tidb_rowid`))) as signed) - 0) div 1 % 1024)"] [2025/04/05 17:30:00.336 -05:00] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=107] ["secure text"="create user {newuser@% password = ***}"] [user=root@%] [2025/04/05 17:30:00.344 -05:00] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=107] ["secure text"="alter user {newuser@% password = ***}"] [user=root@%] [2025/04/05 17:30:00.350 -05:00] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=107] ["secure text"="create user analyticsteam@%"] [user=root@%] [2025/04/05 17:30:00.355 -05:00] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=107] ["secure text"="GRANT SELECT ON test.* TO analyticsteam"] [user=root@%] [2025/04/05 17:30:00.379 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=107] [cur_db=test] [sql="REVOKE SELECT ON test.* FROM 'analyticsteam'"] [user=root@%] [2025/04/05 17:30:00.392 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=107] [cur_db=test] [sql="DROP ROLE analyticsteam"] [user=root@%] [2025/04/05 17:30:00.416 -05:00] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=107] ["secure text"="set password for user newuser@%"] [user=root@%] [2025/04/05 17:30:00.429 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=9540831802956710617] [schemaVersion=107] [cur_db=test] [sql="DROP USER 'newuser'"] [user=root@%] [2025/04/05 17:30:00.436 -05:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/05 17:30:00.447 -05:00] [INFO] [analyze.go:593] ["analyze table `test`.`t1` has finished"] [partition=] ["job info"="analyze table all indexes, all columns with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/05 17:30:00.436 -05:00] ["end time"=2025/04/05 17:30:00.447 -05:00] [cost=10.616151ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/05 17:30:00.456 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=16] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=74800000000000008b5f72] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=74800000000000008b5f72] ["first new region left"="{Id:2 StartKey: EndKey:7480000000000000ff8b5f720000000000fa RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=16] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=2] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f72] ["new region left"="{Id:2 StartKey: EndKey:7480000000000000ff8b5f720000000000fa RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=4] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f728000000003b9aca0] ["new region left"="{Id:4 StartKey:7480000000000000ff8b5f720000000000fa EndKey:7480000000000000ff8b5f728000000003ffb9aca00000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:5 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=6] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f728000000007735940] ["new region left"="{Id:6 StartKey:7480000000000000ff8b5f728000000003ffb9aca00000000000fa EndKey:7480000000000000ff8b5f728000000007ff7359400000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:7 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=8] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f72800000000b2d05e0] ["new region left"="{Id:8 StartKey:7480000000000000ff8b5f728000000007ff7359400000000000fa EndKey:7480000000000000ff8b5f72800000000bff2d05e00000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:9 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=10] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f72800000000ee6b280] ["new region left"="{Id:10 StartKey:7480000000000000ff8b5f72800000000bff2d05e00000000000fa EndKey:7480000000000000ff8b5f72800000000effe6b2800000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:11 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=12] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f728000000012a05f20] ["new region left"="{Id:12 StartKey:7480000000000000ff8b5f72800000000effe6b2800000000000fa EndKey:7480000000000000ff8b5f728000000012ffa05f200000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:13 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=14] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f7280000000165a0bc0] ["new region left"="{Id:14 StartKey:7480000000000000ff8b5f728000000012ffa05f200000000000fa EndKey:7480000000000000ff8b5f728000000016ff5a0bc00000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:15 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=16] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f72800000001a13b860] ["new region left"="{Id:16 StartKey:7480000000000000ff8b5f728000000016ff5a0bc00000000000fa EndKey:7480000000000000ff8b5f72800000001aff13b8600000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:17 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=18] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f72800000001dcd6500] ["new region left"="{Id:18 StartKey:7480000000000000ff8b5f72800000001aff13b8600000000000fa EndKey:7480000000000000ff8b5f72800000001dffcd65000000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:19 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=20] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f7280000000218711a0] ["new region left"="{Id:20 StartKey:7480000000000000ff8b5f72800000001dffcd65000000000000fa EndKey:7480000000000000ff8b5f728000000021ff8711a00000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:21 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=22] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f72800000002540be40] ["new region left"="{Id:22 StartKey:7480000000000000ff8b5f728000000021ff8711a00000000000fa EndKey:7480000000000000ff8b5f728000000025ff40be400000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:23 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=24] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f728000000028fa6ae0] ["new region left"="{Id:24 StartKey:7480000000000000ff8b5f728000000025ff40be400000000000fa EndKey:7480000000000000ff8b5f728000000028fffa6ae00000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:25 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=26] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f72800000002cb41780] ["new region left"="{Id:26 StartKey:7480000000000000ff8b5f728000000028fffa6ae00000000000fa EndKey:7480000000000000ff8b5f72800000002cffb417800000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:27 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=28] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f7280000000306dc420] ["new region left"="{Id:28 StartKey:7480000000000000ff8b5f72800000002cffb417800000000000fa EndKey:7480000000000000ff8b5f728000000030ff6dc4200000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:29 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=30] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f7280000000342770c0] ["new region left"="{Id:30 StartKey:7480000000000000ff8b5f728000000030ff6dc4200000000000fa EndKey:7480000000000000ff8b5f728000000034ff2770c00000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:31 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=32] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000008b5f728000000037e11d60] ["new region left"="{Id:32 StartKey:7480000000000000ff8b5f728000000034ff2770c00000000000fa EndKey:7480000000000000ff8b5f728000000037ffe11d600000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:33 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=16] ["region IDs"="[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32]"] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=2] [backoff(ms)=299999] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=2] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=4] [backoff(ms)=299998] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=4] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=6] [backoff(ms)=299998] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=6] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=8] [backoff(ms)=299998] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=8] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=10] [backoff(ms)=299998] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=10] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=12] [backoff(ms)=299998] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=12] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=14] [backoff(ms)=299998] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=14] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=16] [backoff(ms)=299998] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=16] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=18] [backoff(ms)=299998] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=18] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=20] [backoff(ms)=299998] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=20] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=22] [backoff(ms)=299998] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=22] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=24] [backoff(ms)=299998] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=24] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=26] [backoff(ms)=299998] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=26] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=28] [backoff(ms)=299998] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=28] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=30] [backoff(ms)=299998] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=30] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=32] [backoff(ms)=299998] [2025/04/05 17:30:00.457 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=32] [2025/04/05 17:30:00.519 -05:00] [INFO] [prewrite.go:473] ["prewrite encounters lock. More locks belonging to the same transaction may be omitted"] [session=9540831802956710617] [txnID=457150877012590594] [lock="key: 74800000000000008b5f728000000000000002, primary: 74800000000000008b5f698000000000000001038000000000000001038000000000000001, txnStartTS: 457150877012066304, lockForUpdateTS:0, minCommitTs:457150877012066305, ttl: 3000, type: Put, UseAsyncCommit: false, txnSize: 0"] [policy=NoResolvePolicy] [2025/04/05 17:30:00.520 -05:00] [WARN] [session.go:810] [sql] [label=general] [error="[kv:9007]Write conflict, txnStartTS=457150877012590594, conflictStartTS=457150877012066304, conflictCommitTS=0, key={tableID=139, tableName=test.t1, handle=2}, originalKey=74800000000000008b5f728000000000000002, primary=[]byte(nil), originalPrimaryKey=, reason=Optimistic [try again later]"] [txn="Txn{state=invalid}"] [2025/04/05 17:30:00.520 -05:00] [WARN] [session.go:1112] [retrying] [schemaVersion=107] [retryCnt=0] [queryNum=0] [sql="DELETE FROM t1 WHERE a = 2"] [2025/04/05 17:30:00.520 -05:00] [WARN] [session.go:1135] ["transaction association"] ["retrying txnStartTS"=457150877013114880] ["original txnStartTS"=457150877012590594] [2025/04/05 17:30:00.521 -05:00] [ERROR] [globalconn.go:302] ["failed to ParseGlobalConnID"] [error="unexpected connectionID exceeds int64"] [connectionID=9540831802956710617] [isTruncated=false] [stack="github.com/pingcap/tidb/pkg/util/globalconn.(*GlobalAllocator).Release\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/globalconn/globalconn.go:302\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).ReleaseConnID\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3096\ngithub.com/pingcap/tidb/pkg/server.closeConn.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/server/conn.go:395\nsync.(*Once).doSlow\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/sync/once.go:76\nsync.(*Once).Do\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/sync/once.go:67\ngithub.com/pingcap/tidb/pkg/server.closeConn\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/server/conn.go:393\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).Close\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/server/conn.go:386\ngithub.com/pingcap/tidb/pkg/server.(*mockConn).Close\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/server/mock_conn.go:75\nruntime.Goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:635\ntesting.(*common).FailNow\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1006\ngithub.com/stretchr/testify/require.Equal\n\t/home/prow/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/require.go:162\ngithub.com/pingcap/tidb/pkg/plugin_test.TestAuditLogNormal\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/plugin/integration_test.go:707\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690"] [2025/04/05 17:30:00.521 -05:00] [INFO] [server.go:577] ["setting tidb-server to report unhealthy (shutting-down)"] [2025/04/05 17:30:00.521 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:30:00.521 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [2025/04/05 17:30:00.521 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:30:00.521 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 14, tp add index"] ["take time"=10.49µs] [2025/04/05 17:30:00.521 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:30:00.521 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 20, tp general"] ["take time"=8.768µs] [2025/04/05 17:30:00.521 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 21, tp general"] ["take time"=8.59µs] [2025/04/05 17:30:00.522 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=8.642µs] [2025/04/05 17:30:00.522 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp general"] ["take time"=9.755µs] [2025/04/05 17:30:00.522 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 13, tp general"] ["take time"=8.534µs] [2025/04/05 17:30:00.522 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 15, tp general"] ["take time"=9.083µs] [2025/04/05 17:30:00.522 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 16, tp general"] ["take time"=9.031µs] [2025/04/05 17:30:00.522 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 17, tp general"] ["take time"=8.854µs] [2025/04/05 17:30:00.522 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 18, tp general"] ["take time"=8.496µs] [2025/04/05 17:30:00.522 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 19, tp general"] ["take time"=10.825µs] [2025/04/05 17:30:00.522 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [2025/04/05 17:30:00.522 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:30:00.522 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:30:00.523 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] ["take time"=2.141597ms] [2025/04/05 17:30:00.523 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [2025/04/05 17:30:00.523 -05:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 17:30:00.523 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [ttl-worker=task-manager] [ttl-worker=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [originalCount=4] [newCount=0] [2025/04/05 17:30:00.523 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:30:00.524 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:30:00.524 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:30:00.524 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:30:00.524 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [ttl-worker=task-manager] [ttl-worker=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [originalCount=4] [newCount=0] [2025/04/05 17:30:00.524 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:30:00.524 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:30:00.524 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:30:00.525 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:30:00.525 -05:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [2025/04/05 17:30:00.525 -05:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 17:30:00.525 -05:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 17:30:00.525 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:30:00.525 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:30:00.525 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:30:00.525 -05:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 17:30:00.525 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:30:00.525 -05:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 17:30:00.525 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:30:00.525 -05:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 17:30:00.525 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:30:00.525 -05:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 17:30:00.525 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:30:00.525 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:30:00.525 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:30:00.525 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:30:00.525 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:30:00.525 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:30:00.525 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:30:00.525 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:30:00.525 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:30:00.525 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:30:00.525 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:30:00.525 -05:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 17:30:00.525 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:30:00.525 -05:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 17:30:00.525 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:30:00.525 -05:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 17:30:00.525 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:30:00.525 -05:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 17:30:00.525 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:30:00.528 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:30:00.528 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:30:00.528 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:30:00.528 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:30:00.528 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:30:00.528 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:30:00.528 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:30:00.528 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:30:00.528 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:30:00.528 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:30:00.528 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:30:00.528 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [2025/04/05 17:30:00.528 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [2025/04/05 17:30:00.528 -05:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 17:30:00.528 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:30:00.528 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [2025/04/05 17:30:00.528 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=dfc8a1cb-5306-4dd1-b281-165fa674a2f4] [2025/04/05 17:30:00.528 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:30:00.528 -05:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 17:30:00.528 -05:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 17:30:00.528 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:30:00.528 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=7.229839ms] [2025/04/05 17:30:00.529 -05:00] [INFO] [db.go:567] ["Closing database"] [2025/04/05 17:30:00.529 -05:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 17:30:00.529 -05:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 17:30:00.529 -05:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 17:30:00.529 -05:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 17:30:00.529 -05:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestAuditLogNormal (1.57s) integration_test.go:707: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/plugin/integration_test.go:707 Error: Not equal: expected: 2 actual : 3 Test: TestAuditLogNormal Messages: statement: DELETE FROM t1 WHERE a = 2 FAIL coverage: 32.2% of statements [FAIL] pkg/executor/test/splittest TestShowTableRegion err=exit status 1 [2025/04/05 17:32:08.591 -05:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 17:32:08.600 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:08.600 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:08.603 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:08.603 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:08.604 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:08.607 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=d97ab3ab-9a8f-4c67-8639-77c0d6f5b46a] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:32:08.618 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:32:08.618 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:32:08.619 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStore\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:77\ngithub.com/pingcap/tidb/pkg/executor/test/splittest.TestShowTableRegion\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/splittest/split_table_test.go:74\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:32:08.632 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=12.000164ms] [2025/04/05 17:32:08.632 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:32:08.632 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=304c12b9-b42a-4a5e-8416-35d232ff6d6c] [runWorker=true] [jobVersion=v2] [2025/04/05 17:32:08.633 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:32:08.633 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:32:08.633 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:32:08.633 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:32:08.633 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:32:08.633 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:32:08.633 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:32:08.633 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:32:08.633 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:32:08.633 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:32:08.633 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:32:08.633 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:32:08.633 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:32:08.653 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:32:08.653 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=304c12b9-b42a-4a5e-8416-35d232ff6d6c] [2025/04/05 17:32:08.653 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:32:08.653 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:32:08.653 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:32:08.654 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:32:08.654 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:32:08.847 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.845 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:08.847 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.845 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 17:32:08.849 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.845 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.876 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=24.184118ms] [2025/04/05 17:32:08.876 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:32:08.880 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:08.880 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 17:32:08.880 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=28.027271ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.845 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.883 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.845 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.886 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 17:32:08.886 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 17:32:08.886 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 17:32:08.887 -05:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=UTC] [2025/04/05 17:32:08.890 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.888 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:08.890 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.888 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:32:08.892 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.888 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.897 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=738.122µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:08.898 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:08.898 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 17:32:08.899 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=2.972116ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.888 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.901 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.888 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.906 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 17:32:08.906 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:32:08.908 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.907 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:08.908 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.907 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2025/04/05 17:32:08.909 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.907 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.911 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=193.578µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:08.911 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:08.911 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 17:32:08.914 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=3.011565ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.907 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.915 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.907 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.916 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 17:32:08.917 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/05 17:32:08.918 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.917 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:08.918 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.917 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [2025/04/05 17:32:08.919 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.917 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.920 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=177.552µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:08.921 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:08.921 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 17:32:08.923 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.962322ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.917 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.924 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.917 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.926 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 17:32:08.926 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/05 17:32:08.929 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.927 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:08.929 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.927 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:32:08.930 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.927 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.933 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=435.59µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:08.933 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:08.933 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 17:32:08.934 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.292295ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.927 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.936 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.927 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.939 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 17:32:08.939 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:32:08.941 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.94 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:08.941 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.94 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:32:08.942 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.94 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.944 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=241.527µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:08.945 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:08.945 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 17:32:08.946 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.036436ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.94 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.947 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.94 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.949 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 17:32:08.949 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:32:08.951 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.95 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:08.951 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.95 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:32:08.952 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.95 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.954 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=233.112µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:08.955 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:08.955 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 17:32:08.956 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.488797ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.95 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.957 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.95 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.959 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 17:32:08.959 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:32:08.960 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.96 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:08.960 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.96 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/05 17:32:08.961 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.96 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.963 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=139.861µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:08.963 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:08.963 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 17:32:08.965 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=3.001694ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.96 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.967 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.96 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.968 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 17:32:08.968 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/05 17:32:08.970 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.969 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:08.970 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.969 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2025/04/05 17:32:08.971 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.969 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.972 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=223.033µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:08.973 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:08.973 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 17:32:08.974 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.202939ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.969 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.975 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.969 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.977 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 17:32:08.977 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/05 17:32:08.979 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.978 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:08.979 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.978 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/05 17:32:08.980 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.978 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.982 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=203.909µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:08.982 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:08.982 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 17:32:08.984 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.992034ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.978 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.985 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.978 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.987 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 17:32:08.987 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/05 17:32:08.989 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.988 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:08.989 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.988 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2025/04/05 17:32:08.990 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.988 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.991 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=202.236µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:08.992 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:08.992 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 17:32:08.994 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=3.041706ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.988 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.995 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.988 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:08.997 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 17:32:08.997 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/05 17:32:08.998 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:08.999 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.998 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:08.999 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.998 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:32:09.000 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.998 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.003 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=281.328µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.003 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.003 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 17:32:09.005 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.06416ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:08.998 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.006 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:08.998 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.008 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 17:32:09.008 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:32:09.010 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.009 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.010 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.009 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2025/04/05 17:32:09.011 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.009 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.013 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=283.172µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.014 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.014 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 17:32:09.015 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.201726ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.009 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.016 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.009 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.019 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 17:32:09.019 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/05 17:32:09.020 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.02 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.020 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.02 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2025/04/05 17:32:09.021 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.02 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.023 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=194.517µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.024 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.024 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 17:32:09.025 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.050015ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.02 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.026 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.02 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.028 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 17:32:09.028 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:32:09.029 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.028 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.029 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.028 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2025/04/05 17:32:09.030 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.028 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.032 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=185.403µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.033 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.033 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 17:32:09.035 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=3.016547ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.028 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.036 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.028 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.038 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 17:32:09.038 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:32:09.040 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.039 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.040 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.039 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:32:09.041 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.039 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.042 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=172.318µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.043 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.043 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 17:32:09.045 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=3.012944ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.039 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.047 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.039 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.048 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 17:32:09.049 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:32:09.050 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.049 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.050 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.049 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2025/04/05 17:32:09.051 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.049 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.053 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=197.824µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.053 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.053 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 17:32:09.055 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.317372ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.049 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.056 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.049 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.057 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 17:32:09.057 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/05 17:32:09.059 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.058 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.059 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.058 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [2025/04/05 17:32:09.060 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.058 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.062 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=189.16µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.062 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.062 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 17:32:09.065 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=3.013058ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.058 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.066 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.058 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.068 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 17:32:09.068 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/05 17:32:09.070 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.069 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.070 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.069 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:32:09.071 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.069 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.073 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=287.925µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.074 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.074 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 17:32:09.075 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.075542ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.069 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.076 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.069 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.078 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 17:32:09.078 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:32:09.080 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.08 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.080 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.08 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:32:09.081 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.08 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.083 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=202.573µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.083 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.083 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 17:32:09.086 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.982503ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.08 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.087 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.08 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.089 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 17:32:09.089 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:32:09.090 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.09 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.090 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.09 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2025/04/05 17:32:09.091 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.09 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.092 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=150.701µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.093 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.093 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 17:32:09.095 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.921632ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.09 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.096 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.09 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.098 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 17:32:09.098 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/05 17:32:09.100 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.099 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.100 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.099 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/05 17:32:09.100 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.099 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.102 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=109.247µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.102 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.102 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 17:32:09.105 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=3.224884ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.099 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.106 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.099 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.107 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 17:32:09.108 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/05 17:32:09.112 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.111 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.112 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.111 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2025/04/05 17:32:09.113 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.111 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.116 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=335.638µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.118 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.118 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 17:32:09.133 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=17.755836ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.111 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.135 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.111 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.137 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 17:32:09.137 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/05 17:32:09.139 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.138 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.139 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.138 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:32:09.140 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.138 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.142 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=182.917µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.143 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.143 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 17:32:09.144 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.006824ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.138 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.144 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.138 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.146 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 17:32:09.146 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:32:09.148 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.148 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [2025/04/05 17:32:09.149 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.151 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=289.703µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.152 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.152 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 17:32:09.153 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.011004ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.154 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.157 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 17:32:09.157 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/05 17:32:09.159 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.158 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.159 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.158 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2025/04/05 17:32:09.161 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.158 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.163 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=243.886µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.164 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.164 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 17:32:09.166 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.967175ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.158 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.168 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.158 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.170 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 17:32:09.170 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/05 17:32:09.172 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.172 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2025/04/05 17:32:09.173 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.175 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=252.717µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.176 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.176 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 17:32:09.177 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.239167ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.179 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.181 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 17:32:09.181 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:32:09.183 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.182 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.183 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.182 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2025/04/05 17:32:09.184 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.182 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.186 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=229.635µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.187 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.187 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 17:32:09.188 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.258324ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.182 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.190 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.182 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.192 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 17:32:09.192 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/05 17:32:09.192 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:09.195 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.194 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.195 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.194 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2025/04/05 17:32:09.196 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.194 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.198 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=276.153µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.199 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.199 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 17:32:09.200 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.269101ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.194 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.201 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.194 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.204 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 17:32:09.204 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:32:09.206 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.205 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.206 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.205 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:32:09.208 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.205 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.211 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=342.08µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.211 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.211 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 17:32:09.213 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.409389ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.205 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.214 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.205 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.217 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 17:32:09.217 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:32:09.219 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.218 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.219 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.218 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:32:09.220 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.218 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.223 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=342.583µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.223 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.223 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 17:32:09.225 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.412749ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.218 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.226 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.218 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.229 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 17:32:09.229 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:32:09.232 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.231 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.232 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.231 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/05 17:32:09.233 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.231 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.237 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=499.585µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.238 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.238 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 17:32:09.239 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.637709ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.231 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.240 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.231 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.244 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 17:32:09.244 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/05 17:32:09.246 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.245 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.246 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.245 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/05 17:32:09.247 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.245 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.249 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=181.012µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.249 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.249 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 17:32:09.251 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.190684ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.245 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.252 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.245 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.254 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 17:32:09.254 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/05 17:32:09.260 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.259 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.260 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.259 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/05 17:32:09.262 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.259 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.264 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=311.163µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:32:09.265 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.265 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 17:32:09.266 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.222631ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.259 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.267 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.259 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.269 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 17:32:09.271 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.27 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.271 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.27 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/05 17:32:09.272 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.27 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.273 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=193.043µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.274 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.274 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 17:32:09.276 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.974911ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.27 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.277 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.27 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.279 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 17:32:09.279 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/05 17:32:09.281 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:09.28 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.281 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.28 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:32:09.282 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.28 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.283 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=149.905µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.283 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.283 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 17:32:09.286 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.940131ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.28 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.287 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.28 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.288 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 17:32:09.288 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [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=] [2025/04/05 17:32:09.290 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:09.289 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.290 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.289 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:32:09.291 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.289 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.292 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=141.059µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.293 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.293 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 17:32:09.295 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.916684ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.289 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.296 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.289 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.297 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 17:32:09.297 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [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=] [2025/04/05 17:32:09.299 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:09.298 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.299 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.298 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:32:09.300 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.298 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.302 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=286.628µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.303 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.303 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 17:32:09.304 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.032862ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.298 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.305 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.298 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.308 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 17:32:09.308 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [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=] [2025/04/05 17:32:09.310 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:09.309 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.310 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.309 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:32:09.311 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.309 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.313 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=288.748µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.314 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.314 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 17:32:09.315 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.15565ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.309 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.316 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.309 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.319 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 17:32:09.319 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [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=] [2025/04/05 17:32:09.321 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:09.32 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.321 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.32 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:32:09.322 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.32 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.324 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=317.898µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.325 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.325 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 17:32:09.326 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.177052ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.32 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.327 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.32 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.329 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 17:32:09.329 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [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=] [2025/04/05 17:32:09.331 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:09.33 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.331 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.33 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:32:09.332 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.33 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.335 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=331.975µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.336 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.336 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 17:32:09.337 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.195674ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.33 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.338 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.33 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.341 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 17:32:09.341 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:32:09.343 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:09.342 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.343 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.342 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:32:09.344 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.342 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.346 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=331.845µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.347 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.347 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 17:32:09.348 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.180697ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.342 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.349 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.342 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.352 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 17:32:09.352 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:32:09.354 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:09.353 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.354 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.353 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:32:09.355 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.353 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.357 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=314.431µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.358 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.358 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 17:32:09.359 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.214089ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.353 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.360 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.353 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.363 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 17:32:09.363 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [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=] [2025/04/05 17:32:09.365 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:09.364 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.365 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.364 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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;"] [2025/04/05 17:32:09.366 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.364 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.368 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=251.124µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.368 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.368 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 17:32:09.369 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.068476ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.364 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.371 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.364 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.373 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 17:32:09.373 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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=] [2025/04/05 17:32:09.375 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:09.374 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.375 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.374 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:32:09.376 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.374 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.378 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=240.375µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.378 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.378 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 17:32:09.379 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.090181ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.374 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.381 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.374 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.383 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 17:32:09.383 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:32:09.385 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:09.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.385 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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)"] [2025/04/05 17:32:09.386 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.389 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=348.946µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.390 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.390 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 17:32:09.391 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.248907ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.392 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.395 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 17:32:09.395 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [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=] [2025/04/05 17:32:09.397 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:09.396 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.397 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.396 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:32:09.398 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.396 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.400 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=276.383µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.401 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.401 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 17:32:09.402 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.116834ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.396 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.403 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.396 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.405 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 17:32:09.405 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:32:09.408 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:09.407 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.408 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.407 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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 );"] [2025/04/05 17:32:09.409 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.407 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.411 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=173.652µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.411 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.411 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 17:32:09.414 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=3.000548ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.407 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.415 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.407 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.417 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 17:32:09.417 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [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=] [2025/04/05 17:32:09.418 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:09.418 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.418 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.418 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:32:09.419 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.418 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.421 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=195.083µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.422 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.422 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 17:32:09.423 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.03453ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.418 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.424 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.418 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.426 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 17:32:09.426 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [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=] [2025/04/05 17:32:09.426 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:09.428 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.427 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.428 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.427 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/05 17:32:09.429 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.427 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.430 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=204.147µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.431 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.431 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 17:32:09.432 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.021776ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.427 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.433 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.427 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.435 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 17:32:09.436 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/05 17:32:09.437 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.436 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.437 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.436 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 17:32:09.438 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.436 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.439 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=41.459µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 17:32:09.439 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.439 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 17:32:09.442 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.896931ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.436 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.443 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.436 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.444 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 17:32:09.444 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 17:32:09.446 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.446 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.446 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.446 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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;"] [2025/04/05 17:32:09.447 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.446 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.449 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=151.251µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:32:09.449 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.449 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 17:32:09.451 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.998289ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.446 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.452 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.446 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.454 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 17:32:09.456 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.456 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.456 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.456 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/05 17:32:09.458 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.456 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.460 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=318.351µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.461 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.461 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 17:32:09.462 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.161673ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.456 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.463 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.456 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.466 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 17:32:09.466 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/05 17:32:09.468 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.467 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.468 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.467 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/05 17:32:09.469 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.467 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.470 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=216.574µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.471 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.471 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 17:32:09.472 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.018127ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.467 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.473 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.467 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.475 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 17:32:09.475 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/05 17:32:09.477 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.476 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.477 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.476 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/05 17:32:09.478 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.476 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.480 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=212.002µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.480 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:09.480 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 17:32:09.482 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.067615ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.476 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.483 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.476 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.485 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 17:32:09.485 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/05 17:32:09.502 -05:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=869.541123ms] [2025/04/05 17:32:09.503 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:32:09.504 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=304c12b9-b42a-4a5e-8416-35d232ff6d6c] [2025/04/05 17:32:09.504 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:32:09.504 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:32:09.504 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=4.901µs] [2025/04/05 17:32:09.504 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.112µs] [2025/04/05 17:32:09.504 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.084µs] [2025/04/05 17:32:09.504 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=1.772µs] [2025/04/05 17:32:09.504 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.209µs] [2025/04/05 17:32:09.504 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=1.738µs] [2025/04/05 17:32:09.504 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=1.973µs] [2025/04/05 17:32:09.504 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.131µs] [2025/04/05 17:32:09.504 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=1.929µs] [2025/04/05 17:32:09.504 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=1.977µs] [2025/04/05 17:32:09.504 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=304c12b9-b42a-4a5e-8416-35d232ff6d6c] [2025/04/05 17:32:09.504 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:32:09.504 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:32:09.504 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=304c12b9-b42a-4a5e-8416-35d232ff6d6c] ["take time"=1.758228ms] [2025/04/05 17:32:09.504 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=304c12b9-b42a-4a5e-8416-35d232ff6d6c] [2025/04/05 17:32:09.505 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:32:09.505 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:32:09.505 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:32:09.505 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:32:09.505 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:32:09.505 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:32:09.505 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:32:09.506 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:32:09.506 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:32:09.506 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:32:09.506 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:32:09.506 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:32:09.506 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:32:09.506 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:32:09.506 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=2.980207ms] [2025/04/05 17:32:09.506 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=d97ab3ab-9a8f-4c67-8639-77c0d6f5b46a] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:32:09.510 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:32:09.510 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:32:09.531 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=20.049122ms] [2025/04/05 17:32:09.531 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:32:09.532 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [runWorker=true] [jobVersion=v2] [2025/04/05 17:32:09.532 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:32:09.532 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:32:09.532 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:32:09.532 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:32:09.532 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:32:09.532 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:32:09.532 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:32:09.532 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:32:09.532 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:32:09.532 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:32:09.532 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:32:09.532 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:32:09.532 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:32:09.545 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:32:09.545 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [2025/04/05 17:32:09.545 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:32:09.545 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:32:09.546 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:32:09.546 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:32:09.546 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:32:09.546 -05:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 17:32:09.547 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [2025/04/05 17:32:09.549 -05:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 17:32:09.549 -05:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 17:32:09.550 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:32:09.553 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:32:09.554 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:32:09.555 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:32:09.555 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:32:09.555 -05:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 17:32:09.555 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:32:09.555 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:32:09.555 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:32:09.555 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:32:09.555 -05:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=875.8GiB] [2025/04/05 17:32:09.556 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:32:09.558 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=test] [sql="drop table if exists t_regions"] [user=] [2025/04/05 17:32:09.558 -05:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 17:32:09.558 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [2025/04/05 17:32:09.559 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [ttl-worker=task-manager] [ttl-worker=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [originalCount=0] [newCount=4] [2025/04/05 17:32:09.559 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [ttl-worker=task-manager] [ttl-worker=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [originalCount=0] [newCount=4] [2025/04/05 17:32:09.559 -05:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [2025/04/05 17:32:09.564 -05:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 17:32:09.564 -05:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 17:32:09.567 -05:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_scatter_region] [val=table] [2025/04/05 17:32:09.569 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.568 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.569 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.568 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t_regions (a int key, b int, c int, index idx(b), index idx2(c))"] [2025/04/05 17:32:09.570 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.568 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.570 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t_regions)"] [2025/04/05 17:32:09.572 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=165.504µs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.573 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 17:32:09.574 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=2.009588ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.568 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.575 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.568 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.578 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 17:32:09.578 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t_regions (a int key, b int, c int, index idx(b), index idx2(c))"] [user=] [2025/04/05 17:32:09.578 -05:00] [WARN] [session.go:2137] ["compile SQL failed"] [error="[planner:1747]PARTITION () clause on non partitioned table"] [SQL="split partition table t_regions partition (p1,p2) index idx between (0) and (20000) regions 2;"] [2025/04/05 17:32:09.578 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=4] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=7480000000000000705f72] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=7480000000000000705f72] ["first new region left"="{Id:2 StartKey: EndKey:7480000000000000ff705f720000000000fa RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=4] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=2] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=7480000000000000705f72] ["new region left"="{Id:2 StartKey: EndKey:7480000000000000ff705f720000000000fa RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=4] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=7480000000000000705f727fffffffffffec78] ["new region left"="{Id:4 StartKey:7480000000000000ff705f720000000000fa EndKey:7480000000000000ff705f727fffffffffffffec780000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:5 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=6] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=7480000000000000705f728000000000000000] ["new region left"="{Id:6 StartKey:7480000000000000ff705f727fffffffffffffec780000000000fa EndKey:7480000000000000ff705f728000000000ff0000000000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:7 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=8] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=7480000000000000705f728000000000001388] ["new region left"="{Id:8 StartKey:7480000000000000ff705f728000000000ff0000000000000000fa EndKey:7480000000000000ff705f728000000000ff0013880000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:9 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=4] ["region IDs"="[2,4,6,8]"] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=2] [backoff(ms)=299999] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=2] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=4] [backoff(ms)=299999] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=4] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=6] [backoff(ms)=299999] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=6] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=8] [backoff(ms)=299999] [2025/04/05 17:32:09.579 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=8] [2025/04/05 17:32:09.580 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="drop table if exists t_regions_temporary_table"] [user=] [2025/04/05 17:32:09.580 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000000000000070] [2025/04/05 17:32:09.580 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=748000000000000070] ["first new region left"="{Id:2 StartKey: EndKey:7480000000000000ff7000000000000000f8 RegionEpoch:{ConfVer:1 Version:3} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:32:09.580 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/05 17:32:09.582 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.581 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.582 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.581 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create global temporary table t_regions_temporary_table (a int key, b int, c int, index idx(b), index idx2(c)) ON COMMIT DELETE ROWS;"] [2025/04/05 17:32:09.583 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.581 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.583 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 114, Table Name: t_regions_temporary_table)"] [2025/04/05 17:32:09.585 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=170.125µs] [gotSchemaVersion=57] [phyTblIDs="[114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.600 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2025/04/05 17:32:09.601 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=16.009431ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.581 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.602 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.581 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.605 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=115] [2025/04/05 17:32:09.605 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=57] [cur_db=test] [sql="create global temporary table t_regions_temporary_table (a int key, b int, c int, index idx(b), index idx2(c)) ON COMMIT DELETE ROWS;"] [user=] [2025/04/05 17:32:09.605 -05:00] [WARN] [session.go:2137] ["compile SQL failed"] [error="[planner:8006]`show table regions` is unsupported on temporary tables."] [errorVerbose="[planner:8006]`show table regions` is unsupported on temporary tables.\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildShow\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/core/planbuilder.go:3527\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/core/planbuilder.go:547\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:547\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:333\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/compiler.go:101\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:475\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustGetErrMsg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:519\ngithub.com/pingcap/tidb/pkg/executor/test/splittest.TestShowTableRegion\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/splittest/split_table_test.go:93\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [SQL="show table t_regions_temporary_table regions"] [2025/04/05 17:32:09.605 -05:00] [WARN] [session.go:2137] ["compile SQL failed"] [error="[planner:8006]`split table` is unsupported on temporary tables."] [errorVerbose="[planner:8006]`split table` is unsupported on temporary tables.\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildSplitRegion\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/core/planbuilder.go:4740\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/core/planbuilder.go:574\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:547\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:333\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/compiler.go:101\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:475\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustGetErrMsg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:519\ngithub.com/pingcap/tidb/pkg/executor/test/splittest.TestShowTableRegion\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/splittest/split_table_test.go:97\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [SQL="split table t_regions_temporary_table between (-10000) and (10000) regions 4;"] [2025/04/05 17:32:09.606 -05:00] [WARN] [session.go:2137] ["compile SQL failed"] [error="[planner:8006]`split table` is unsupported on temporary tables."] [errorVerbose="[planner:8006]`split table` is unsupported on temporary tables.\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildSplitRegion\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/core/planbuilder.go:4740\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/core/planbuilder.go:574\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:547\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:333\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/compiler.go:101\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:475\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustGetErrMsg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:519\ngithub.com/pingcap/tidb/pkg/executor/test/splittest.TestShowTableRegion\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/splittest/split_table_test.go:100\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [SQL="split partition table t_regions_temporary_table partition (p1,p2) index idx between (0) and (20000) regions 2;"] [2025/04/05 17:32:09.607 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:116, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.607 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:116, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="drop table if exists t_regions_temporary_table"] [2025/04/05 17:32:09.608 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=116] [conn=1] [job="ID:116, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.610 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=57] [neededSchemaVersion=58] ["elapsed time"=253.092µs] [gotSchemaVersion=58] [phyTblIDs="[114]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 17:32:09.632 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=116] [version=58] [2025/04/05 17:32:09.634 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=24.42031ms] [job="ID:116, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.635 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=116] [conn=1] [job="ID:116, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.636 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=58] [neededSchemaVersion=59] ["elapsed time"=255.669µs] [gotSchemaVersion=59] [phyTblIDs="[114]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 17:32:09.663 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=116] [version=59] [2025/04/05 17:32:09.665 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=28.42287ms] [job="ID:116, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.666 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=116] [conn=1] [job="ID:116, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.666 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: drop table, Old Table ID: 114, Old Table Name: t_regions_temporary_table)"] [2025/04/05 17:32:09.668 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=59] [neededSchemaVersion=60] ["elapsed time"=52.75µs] [gotSchemaVersion=60] [phyTblIDs="[114]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 17:32:09.693 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=116] [version=60] [2025/04/05 17:32:09.694 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=26.212432ms] [job="ID:116, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.695 -05:00] [INFO] [delete_range.go:473] ["insert into delete-range table"] [category=ddl] [jobID=116] [tableIDs="[114]"] [comment="drop table: table ID"] [2025/04/05 17:32:09.696 -05:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=116] [jobType="drop table"] [2025/04/05 17:32:09.697 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=116] [conn=1] [job="ID:116, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.701 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=116] [2025/04/05 17:32:09.701 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=60] [cur_db=test] [sql="drop table if exists t_regions_temporary_table"] [user=] [2025/04/05 17:32:09.702 -05:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 17:32:09.702 -05:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=60] [error="[ddl:8006]`pre split regions` is unsupported on temporary tables."] [errorVerbose="[ddl:8006]`pre split regions` is unsupported on temporary tables.\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.handleTableOptions\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/create_table.go:883\ngithub.com/pingcap/tidb/pkg/ddl.BuildTableInfoWithStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/create_table.go:753\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).CreateTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:1017\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeCreateTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:286\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:170\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:475\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustGetErrMsg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:519\ngithub.com/pingcap/tidb/pkg/executor/test/splittest.TestShowTableRegion\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/splittest/split_table_test.go:105\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"test\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 17:32:09.702 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=60] [cur_db=test] [sql="create global temporary table temporary_table_pre_split(id int ) pre_split_regions=2 ON COMMIT DELETE ROWS;"] [user=] [2025/04/05 17:32:09.702 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=60] [cur_db=test] [sql="drop table if exists t_regions_local_temporary_table"] [user=] [2025/04/05 17:32:09.702 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=60] [cur_db=test] [sql="create temporary table t_regions_local_temporary_table (a int key, b int, c int, index idx(b), index idx2(c));"] [user=] [2025/04/05 17:32:09.703 -05:00] [WARN] [session.go:2137] ["compile SQL failed"] [error="[planner:8006]`show table regions` is unsupported on temporary tables."] [errorVerbose="[planner:8006]`show table regions` is unsupported on temporary tables.\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildShow\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/core/planbuilder.go:3527\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/core/planbuilder.go:547\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:547\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:333\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/compiler.go:101\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:475\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustGetErrMsg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:519\ngithub.com/pingcap/tidb/pkg/executor/test/splittest.TestShowTableRegion\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/splittest/split_table_test.go:113\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [SQL="show table t_regions_local_temporary_table regions"] [2025/04/05 17:32:09.703 -05:00] [WARN] [session.go:2137] ["compile SQL failed"] [error="[planner:8006]`split table` is unsupported on temporary tables."] [errorVerbose="[planner:8006]`split table` is unsupported on temporary tables.\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildSplitRegion\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/core/planbuilder.go:4740\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/core/planbuilder.go:574\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:547\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:333\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/compiler.go:101\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:475\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustGetErrMsg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:519\ngithub.com/pingcap/tidb/pkg/executor/test/splittest.TestShowTableRegion\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/splittest/split_table_test.go:117\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [SQL="split table t_regions_local_temporary_table between (-10000) and (10000) regions 4;"] [2025/04/05 17:32:09.703 -05:00] [WARN] [session.go:2137] ["compile SQL failed"] [error="[planner:8006]`split table` is unsupported on temporary tables."] [errorVerbose="[planner:8006]`split table` is unsupported on temporary tables.\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildSplitRegion\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/core/planbuilder.go:4740\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/core/planbuilder.go:574\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:547\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/planner/optimize.go:333\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/compiler.go:101\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:475\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustGetErrMsg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:519\ngithub.com/pingcap/tidb/pkg/executor/test/splittest.TestShowTableRegion\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/splittest/split_table_test.go:120\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [SQL="split partition table t_regions_local_temporary_table partition (p1,p2) index idx between (0) and (20000) regions 2;"] [2025/04/05 17:32:09.703 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=60] [cur_db=test] [sql="drop table if exists t_regions_local_temporary_table"] [user=] [2025/04/05 17:32:09.703 -05:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 17:32:09.703 -05:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=60] [error="[ddl:8006]`pre split regions` is unsupported on temporary tables."] [errorVerbose="[ddl:8006]`pre split regions` is unsupported on temporary tables.\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.handleTableOptions\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/create_table.go:883\ngithub.com/pingcap/tidb/pkg/ddl.BuildTableInfoWithStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/create_table.go:753\ngithub.com/pingcap/tidb/pkg/ddl.buildTableInfoWithCheck\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/create_table.go:422\ngithub.com/pingcap/tidb/pkg/ddl.BuildSessionTemporaryTableInfo\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/create_table.go:704\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).createSessionTemporaryTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:310\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:109\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:392\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:475\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustGetErrMsg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:519\ngithub.com/pingcap/tidb/pkg/executor/test/splittest.TestShowTableRegion\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/splittest/split_table_test.go:125\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"test\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 17:32:09.703 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=60] [cur_db=test] [sql="create temporary table local_temporary_table_pre_split(id int ) pre_split_regions=2;"] [user=] [2025/04/05 17:32:09.703 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=4] ["batch count"=1] ["first batch, region ID"=12] ["first split key"=7480000000000000705f698000000000000002] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=12] ["first at"=7480000000000000705f698000000000000002] ["first new region left"="{Id:12 StartKey:7480000000000000ff7000000000000000f8 EndKey:7480000000000000ff705f698000000000ff000001037ffffffffffffffe0c00000000fb RegionEpoch:{ConfVer:1 Version:2} Peers:[id:13 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=4] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=12] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=12] [at=7480000000000000705f698000000000000002] ["new region left"="{Id:12 StartKey:7480000000000000ff7000000000000000f8 EndKey:7480000000000000ff705f698000000000ff000001037ffffffffffffffe0c00000000fb RegionEpoch:{ConfVer:1 Version:2} Peers:[id:13 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=14] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=12] [at=7480000000000000705f698000000000000001037ffffffffffffe0c] ["new region left"="{Id:14 StartKey:7480000000000000ff705f698000000000ff000001037ffffffffffffffe0c00000000fb EndKey:7480000000000000ff705f698000000000ff0000010380000000ff0000000000000000fb RegionEpoch:{ConfVer:1 Version:1} Peers:[id:15 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=16] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=12] [at=7480000000000000705f698000000000000001038000000000000000] ["new region left"="{Id:16 StartKey:7480000000000000ff705f698000000000ff0000010380000000ff0000000000000000fb EndKey:7480000000000000ff705f698000000000ff0000010380000000ff000001f400000000fb RegionEpoch:{ConfVer:1 Version:1} Peers:[id:17 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=18] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=12] [at=7480000000000000705f6980000000000000010380000000000001f4] ["new region left"="{Id:18 StartKey:7480000000000000ff705f698000000000ff0000010380000000ff000001f400000000fb EndKey:7480000000000000ff705f698000000000ff0000020000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:19 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=4] ["region IDs"="[12,14,16,18]"] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=12] [backoff(ms)=299999] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=12] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=14] [backoff(ms)=299999] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=14] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=16] [backoff(ms)=299999] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=16] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=18] [backoff(ms)=299999] [2025/04/05 17:32:09.704 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=18] [2025/04/05 17:32:09.707 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=116] [elementID=1] [startKey=748000000000000072] [endKey=748000000000000073] [2025/04/05 17:32:09.707 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:118, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.707 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:118, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="drop table if exists t_regions"] [2025/04/05 17:32:09.708 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=1] [job="ID:118, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.709 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=60] [neededSchemaVersion=61] ["elapsed time"=240.774µs] [gotSchemaVersion=61] [phyTblIDs="[112]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 17:32:09.732 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=61] [2025/04/05 17:32:09.733 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=61] ["take time"=24.176059ms] [job="ID:118, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.735 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=1] [job="ID:118, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.736 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=61] [neededSchemaVersion=62] ["elapsed time"=248.114µs] [gotSchemaVersion=62] [phyTblIDs="[112]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 17:32:09.750 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=62] [2025/04/05 17:32:09.750 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=62] ["take time"=14.586921ms] [job="ID:118, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.752 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=1] [job="ID:118, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.752 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: drop table, Old Table ID: 112, Old Table Name: t_regions)"] [2025/04/05 17:32:09.754 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=62] [neededSchemaVersion=63] ["elapsed time"=58.982µs] [gotSchemaVersion=63] [phyTblIDs="[112]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 17:32:09.775 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=63] [2025/04/05 17:32:09.785 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=63] ["take time"=31.355277ms] [job="ID:118, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.787 -05:00] [INFO] [delete_range.go:473] ["insert into delete-range table"] [category=ddl] [jobID=118] [tableIDs="[112]"] [comment="drop table: table ID"] [2025/04/05 17:32:09.787 -05:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=118] [jobType="drop table"] [2025/04/05 17:32:09.787 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=118] [conn=1] [job="ID:118, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.793 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=118] [2025/04/05 17:32:09.793 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=63] [cur_db=test] [sql="drop table if exists t_regions"] [user=] [2025/04/05 17:32:09.794 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=118] [elementID=1] [startKey=748000000000000070] [endKey=748000000000000071] [2025/04/05 17:32:09.794 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:120, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.794 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:09.795 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:120, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.794 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t_regions (a int unsigned key, b int, index idx(b))"] [2025/04/05 17:32:09.796 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=120] [conn=1] [job="ID:120, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.794 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.796 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 119, Table Name: t_regions)"] [2025/04/05 17:32:09.801 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=63] [neededSchemaVersion=64] ["elapsed time"=147.626µs] [gotSchemaVersion=64] [phyTblIDs="[119]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:09.801 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=120] [version=64] [2025/04/05 17:32:09.803 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=64] ["take time"=4.006493ms] [job="ID:120, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:09.794 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.804 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=120] [conn=1] [job="ID:120, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:09.794 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:09.806 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=120] [2025/04/05 17:32:09.806 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=64] [cur_db=test] [sql="create table t_regions (a int unsigned key, b int, index idx(b))"] [user=] [2025/04/05 17:32:09.806 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=3] ["batch count"=1] ["first batch, region ID"=10] ["first split key"=7480000000000000775f7280000000000009c4] [2025/04/05 17:32:09.806 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=10] ["first at"=7480000000000000775f7280000000000009c4] ["first new region left"="{Id:10 StartKey:7480000000000000ff705f728000000000ff0013880000000000fa EndKey:7480000000000000ff775f728000000000ff0009c40000000000fa RegionEpoch:{ConfVer:1 Version:2} Peers:[id:11 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=3] [2025/04/05 17:32:09.806 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=10] [2025/04/05 17:32:09.806 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=10] [at=7480000000000000775f7280000000000009c4] ["new region left"="{Id:10 StartKey:7480000000000000ff705f728000000000ff0013880000000000fa EndKey:7480000000000000ff775f728000000000ff0009c40000000000fa RegionEpoch:{ConfVer:1 Version:2} Peers:[id:11 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:09.806 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=22] [2025/04/05 17:32:09.806 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=10] [at=7480000000000000775f728000000000001388] ["new region left"="{Id:22 StartKey:7480000000000000ff775f728000000000ff0009c40000000000fa EndKey:7480000000000000ff775f728000000000ff0013880000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:23 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:09.806 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=24] [2025/04/05 17:32:09.806 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=10] [at=7480000000000000775f728000000000001d4c] ["new region left"="{Id:24 StartKey:7480000000000000ff775f728000000000ff0013880000000000fa EndKey:7480000000000000ff775f728000000000ff001d4c0000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:25 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:09.806 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=3] ["region IDs"="[10,22,24]"] [2025/04/05 17:32:09.806 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=10] [backoff(ms)=299999] [2025/04/05 17:32:09.806 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=10] [2025/04/05 17:32:09.806 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=22] [backoff(ms)=299999] [2025/04/05 17:32:09.806 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=22] [2025/04/05 17:32:09.806 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=24] [backoff(ms)=299999] [2025/04/05 17:32:09.806 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=24] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=4] ["batch count"=1] ["first batch, region ID"=10] ["first split key"=7480000000000000775f698000000000000002] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=10] ["first at"=7480000000000000775f698000000000000002] ["first new region left"="{Id:10 StartKey:7480000000000000ff705f728000000000ff0013880000000000fa EndKey:7480000000000000ff775f698000000000ff0000010380000000ff000000fa03000000ff0000000000000000fc RegionEpoch:{ConfVer:1 Version:3} Peers:[id:11 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=4] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=10] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=10] [at=7480000000000000775f698000000000000002] ["new region left"="{Id:10 StartKey:7480000000000000ff705f728000000000ff0013880000000000fa EndKey:7480000000000000ff775f698000000000ff0000010380000000ff000000fa03000000ff0000000000000000fc RegionEpoch:{ConfVer:1 Version:3} Peers:[id:11 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=28] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=10] [at=7480000000000000775f6980000000000000010380000000000000fa030000000000000000] ["new region left"="{Id:28 StartKey:7480000000000000ff775f698000000000ff0000010380000000ff000000fa03000000ff0000000000000000fc EndKey:7480000000000000ff775f698000000000ff0000010380000000ff000001f403000000ff0000000000000000fc RegionEpoch:{ConfVer:1 Version:1} Peers:[id:29 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=30] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=10] [at=7480000000000000775f6980000000000000010380000000000001f4030000000000000000] ["new region left"="{Id:30 StartKey:7480000000000000ff775f698000000000ff0000010380000000ff000001f403000000ff0000000000000000fc EndKey:7480000000000000ff775f698000000000ff0000010380000000ff000002ee03000000ff0000000000000000fc RegionEpoch:{ConfVer:1 Version:1} Peers:[id:31 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=32] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=10] [at=7480000000000000775f6980000000000000010380000000000002ee030000000000000000] ["new region left"="{Id:32 StartKey:7480000000000000ff775f698000000000ff0000010380000000ff000002ee03000000ff0000000000000000fc EndKey:7480000000000000ff775f698000000000ff0000020000000000fa RegionEpoch:{ConfVer:1 Version:1} Peers:[id:33 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=4] ["region IDs"="[10,28,30,32]"] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=10] [backoff(ms)=299999] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=10] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=28] [backoff(ms)=299999] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=28] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=30] [backoff(ms)=299999] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=30] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=32] [backoff(ms)=299999] [2025/04/05 17:32:09.807 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=32] [2025/04/05 17:32:09.808 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=10] ["first split key"=748000000000000077] [2025/04/05 17:32:09.808 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=10] ["first at"=748000000000000077] ["first new region left"="{Id:10 StartKey:7480000000000000ff705f728000000000ff0013880000000000fa EndKey:7480000000000000ff7700000000000000f8 RegionEpoch:{ConfVer:1 Version:4} Peers:[id:11 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:32:09.808 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[10]"] [2025/04/05 17:32:09.808 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [2025/04/05 17:32:09.808 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:32:09.808 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:32:09.808 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:32:09.808 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=2.593µs] [2025/04/05 17:32:09.808 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp general"] ["take time"=2.465µs] [2025/04/05 17:32:09.808 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 13, tp general"] ["take time"=2.726µs] [2025/04/05 17:32:09.808 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 14, tp general"] ["take time"=2.886µs] [2025/04/05 17:32:09.808 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 15, tp general"] ["take time"=1.634µs] [2025/04/05 17:32:09.808 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [2025/04/05 17:32:09.808 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:32:09.808 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:32:09.808 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=676830a8-1ebe-4619-a4cc-690d5b4cc18e] ["take time"=282.844µs] [2025/04/05 17:32:09.808 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [2025/04/05 17:32:09.808 -05:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 17:32:09.808 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [ttl-worker=task-manager] [ttl-worker=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [originalCount=4] [newCount=0] [2025/04/05 17:32:09.808 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:32:09.808 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:32:09.808 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:32:09.808 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:32:09.809 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [ttl-worker=task-manager] [ttl-worker=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [originalCount=4] [newCount=0] [2025/04/05 17:32:09.809 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:32:09.809 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:32:09.809 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:32:09.809 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:32:09.810 -05:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [2025/04/05 17:32:09.810 -05:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 17:32:09.810 -05:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 17:32:09.810 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:32:09.810 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:32:09.810 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:32:09.810 -05:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 17:32:09.810 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:32:09.810 -05:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 17:32:09.810 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:32:09.810 -05:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 17:32:09.810 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:32:09.810 -05:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 17:32:09.810 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:32:09.810 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:32:09.810 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:32:09.810 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:32:09.810 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:32:09.810 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:32:09.810 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:32:09.810 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:32:09.810 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:32:09.810 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:32:09.810 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:32:09.810 -05:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 17:32:09.810 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:32:09.810 -05:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 17:32:09.810 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:32:09.810 -05:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 17:32:09.810 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:32:09.810 -05:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 17:32:09.810 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:32:09.813 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:32:09.813 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:32:09.813 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:32:09.813 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:32:09.813 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:32:09.813 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:32:09.813 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:32:09.813 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:32:09.813 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:32:09.813 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:32:09.813 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:32:09.813 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [2025/04/05 17:32:09.813 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [2025/04/05 17:32:09.813 -05:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 17:32:09.813 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:32:09.813 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [2025/04/05 17:32:09.813 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=676830a8-1ebe-4619-a4cc-690d5b4cc18e] [2025/04/05 17:32:09.813 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:32:09.813 -05:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 17:32:09.813 -05:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 17:32:09.813 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:32:09.813 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=5.25184ms] [2025/04/05 17:32:09.814 -05:00] [INFO] [db.go:567] ["Closing database"] [2025/04/05 17:32:09.814 -05:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 17:32:09.814 -05:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 17:32:09.814 -05:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 17:32:09.814 -05:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 17:32:09.814 -05:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestShowTableRegion (1.25s) testkit.go:123: RefreshSession rand seed: 1743892329557239072 split_table_test.go:210: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/splittest/split_table_test.go:210 Error: Not equal: expected: "t_119_" actual : "t_112_5f728000000000001388" Diff: --- Expected +++ Actual @@ -1 +1 @@ -t_119_ +t_112_5f728000000000001388 Test: TestShowTableRegion FAIL coverage: [no statements] [FAIL] pkg/ddl/tests/partition TestMultiSchemaPartitionByGlobalIndex err=exit status 1 [2025/04/05 17:32:09.992 -05:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 17:32:09.992 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:09.992 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:09.993 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:09.993 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:09.993 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:09.995 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=12d44b7a-29dc-4fbf-a650-bd94de59c9b9] ["ddl lease"=15s] ["stats lease"=-1ns] [2025/04/05 17:32:10.002 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:32:10.002 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:32:10.002 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession4DistExecution\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3428\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap4DistExecution\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:239\ngithub.com/pingcap/tidb/pkg/testkit.NewDistExecutionContextWithLease\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:203\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.runMultiSchemaTestWithBackfillDML\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/multi_domain_test.go:822\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.runMultiSchemaTest\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/multi_domain_test.go:818\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestMultiSchemaPartitionByGlobalIndex\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/multi_domain_test.go:573\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:32:10.013 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=10.780522ms] [2025/04/05 17:32:10.013 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:32:10.013 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=681a298c-7afd-4cee-8729-3ddcf4ae9af3] [runWorker=true] [jobVersion=v2] [2025/04/05 17:32:10.013 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:32:10.013 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:32:10.013 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:32:10.013 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:32:10.013 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:32:10.013 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:32:10.013 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:32:10.013 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:32:10.013 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:32:10.013 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:32:10.013 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:32:10.013 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:32:10.013 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:32:10.017 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:32:10.017 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=681a298c-7afd-4cee-8729-3ddcf4ae9af3] [2025/04/05 17:32:10.017 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:32:10.017 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:32:10.017 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:32:10.017 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:32:10.017 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:32:10.217 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.216 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.217 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.216 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 17:32:10.219 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.216 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.243 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=22.6617ms] [2025/04/05 17:32:10.243 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:32:10.245 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.245 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 17:32:10.245 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=24.154702ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.216 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.247 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.216 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.250 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 17:32:10.250 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 17:32:10.250 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 17:32:10.251 -05:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=America/Los_Angeles] [2025/04/05 17:32:10.255 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.252 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.255 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.252 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:32:10.257 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.252 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.264 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=1.116332ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.265 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.265 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 17:32:10.268 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=5.020342ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.252 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.270 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.252 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.276 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 17:32:10.276 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:32:10.279 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.278 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.279 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.278 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2025/04/05 17:32:10.280 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.278 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.282 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=256.457µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.283 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.283 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 17:32:10.284 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.291103ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.278 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.286 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.278 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.288 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 17:32:10.288 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/05 17:32:10.291 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.29 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.291 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.29 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [2025/04/05 17:32:10.292 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.29 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.294 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=170.726µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.295 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.295 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 17:32:10.296 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.04139ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.29 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.297 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.29 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.300 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 17:32:10.300 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/05 17:32:10.303 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.302 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.303 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.302 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:32:10.305 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.302 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.309 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=418.152µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.310 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.310 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 17:32:10.311 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.3827ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.302 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.313 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.302 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.317 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 17:32:10.317 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:32:10.320 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.319 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.320 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.319 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:32:10.322 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.319 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.325 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=383.523µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.325 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.325 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 17:32:10.327 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.506664ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.319 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.328 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.319 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.331 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 17:32:10.331 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:32:10.334 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.333 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.334 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.333 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:32:10.335 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.333 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.338 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=356.735µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.339 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.339 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 17:32:10.340 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.491875ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.333 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.341 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.333 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.344 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 17:32:10.344 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:32:10.346 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.345 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.346 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.345 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/05 17:32:10.347 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.345 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.348 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=151.299µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.349 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.349 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 17:32:10.351 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.97318ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.345 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.352 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.345 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.354 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 17:32:10.354 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/05 17:32:10.355 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.354 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.355 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.354 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2025/04/05 17:32:10.356 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.354 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.358 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=153.747µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.358 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.358 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 17:32:10.360 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.991371ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.354 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.361 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.354 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.363 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 17:32:10.363 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/05 17:32:10.365 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.364 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.365 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.364 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/05 17:32:10.366 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.364 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.368 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=199.446µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.369 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.369 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 17:32:10.370 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.094503ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.364 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.371 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.364 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.373 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 17:32:10.373 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/05 17:32:10.375 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.374 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.375 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.374 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2025/04/05 17:32:10.376 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.374 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.377 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=252.351µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.378 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.378 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 17:32:10.379 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.045373ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.374 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.380 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.374 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.382 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 17:32:10.382 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/05 17:32:10.382 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:10.384 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.383 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.384 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.383 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:32:10.385 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.383 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.387 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=272.173µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.388 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.388 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 17:32:10.389 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.071397ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.383 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.390 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.383 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.392 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 17:32:10.393 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:32:10.394 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.394 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.394 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.394 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2025/04/05 17:32:10.395 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.394 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.397 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=247.068µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.398 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.398 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 17:32:10.399 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.104292ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.394 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.400 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.394 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.402 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 17:32:10.402 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/05 17:32:10.404 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.404 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2025/04/05 17:32:10.405 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.406 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=204.946µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.407 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.407 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 17:32:10.409 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=3.00404ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.410 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.403 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.412 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 17:32:10.412 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:32:10.414 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.413 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.414 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.413 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2025/04/05 17:32:10.415 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.413 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.417 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=209.562µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.417 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.418 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 17:32:10.419 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=2.446192ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.413 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.420 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.413 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.422 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 17:32:10.422 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:32:10.424 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.424 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:32:10.424 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.426 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=171.1µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.427 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.427 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 17:32:10.429 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.995433ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.430 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.432 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 17:32:10.432 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:32:10.434 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.434 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2025/04/05 17:32:10.435 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.436 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=199.487µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.437 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.437 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 17:32:10.439 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.992835ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.440 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.442 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 17:32:10.442 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/05 17:32:10.444 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.443 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.444 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.443 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [2025/04/05 17:32:10.445 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.443 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.446 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=205.666µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.447 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.447 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 17:32:10.449 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=3.014503ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.443 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.450 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.443 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.452 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 17:32:10.452 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/05 17:32:10.454 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.454 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.454 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.454 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:32:10.455 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.454 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.458 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=301.874µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.458 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.458 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 17:32:10.459 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.118197ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.454 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.461 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.454 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.463 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 17:32:10.463 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:32:10.465 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.465 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.465 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.465 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:32:10.466 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.465 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.468 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=189.266µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.469 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.469 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 17:32:10.470 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.121091ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.465 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.471 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.465 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.473 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 17:32:10.473 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:32:10.475 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.474 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.475 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.474 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2025/04/05 17:32:10.476 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.474 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.477 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=134.792µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.478 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.478 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 17:32:10.480 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.958328ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.474 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.481 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.474 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.483 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 17:32:10.483 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/05 17:32:10.484 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.484 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/05 17:32:10.485 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.486 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=117.854µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.487 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.487 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 17:32:10.489 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.920109ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.490 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.491 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 17:32:10.491 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/05 17:32:10.493 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.492 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.493 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.492 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2025/04/05 17:32:10.494 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.492 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.496 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=242.201µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.497 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.497 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 17:32:10.499 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=3.050426ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.492 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.500 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.492 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.502 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 17:32:10.502 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/05 17:32:10.504 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.504 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:32:10.505 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.506 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=188.112µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.507 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.507 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 17:32:10.509 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=3.050699ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.510 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.503 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.512 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 17:32:10.512 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:32:10.514 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.513 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.514 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.513 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [2025/04/05 17:32:10.515 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.513 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.517 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=204.001µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.518 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.518 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 17:32:10.519 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.481254ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.513 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.520 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.513 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.522 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 17:32:10.522 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/05 17:32:10.527 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.525 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.527 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.525 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2025/04/05 17:32:10.528 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.525 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.531 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=232.876µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.532 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.532 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 17:32:10.548 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=17.698191ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.525 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.550 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.525 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.552 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 17:32:10.552 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/05 17:32:10.553 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.553 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.553 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.553 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2025/04/05 17:32:10.554 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.553 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.556 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=172.576µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.556 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.556 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 17:32:10.558 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.006203ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.553 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.559 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.553 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.561 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 17:32:10.561 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:32:10.562 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.562 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.562 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.562 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2025/04/05 17:32:10.563 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.562 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.565 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=154.399µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.565 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.565 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 17:32:10.568 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=3.533806ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.562 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.569 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.562 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.571 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 17:32:10.571 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/05 17:32:10.571 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:10.573 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.572 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.573 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.572 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2025/04/05 17:32:10.574 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.572 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.576 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=184.75µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.576 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.577 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 17:32:10.579 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=3.051939ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.572 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.580 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.572 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.582 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 17:32:10.582 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:32:10.584 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.583 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.584 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.583 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:32:10.585 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.583 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.586 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=218.022µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.587 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.587 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 17:32:10.588 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.005472ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.583 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.589 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.583 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.591 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 17:32:10.591 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:32:10.593 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.592 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.593 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.592 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:32:10.594 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.592 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.596 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=221.583µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.596 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.596 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 17:32:10.598 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=3.043699ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.592 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.599 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.592 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.602 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 17:32:10.602 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:32:10.604 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.603 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.604 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.603 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/05 17:32:10.605 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.603 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.607 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=315.765µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.608 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.608 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 17:32:10.609 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.129779ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.603 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.610 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.603 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.612 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 17:32:10.613 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/05 17:32:10.614 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.613 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.614 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.613 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/05 17:32:10.615 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.613 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.616 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=118.581µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.617 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.617 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 17:32:10.618 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.270784ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.613 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.619 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.613 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.620 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 17:32:10.620 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/05 17:32:10.623 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.622 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.623 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.622 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/05 17:32:10.624 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.622 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.626 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=187.679µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:32:10.626 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.626 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 17:32:10.629 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=3.014626ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.622 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.630 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.622 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.632 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 17:32:10.634 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.632 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.634 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.632 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/05 17:32:10.635 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.632 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.636 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=176.988µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.637 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.637 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 17:32:10.639 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=3.004887ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.632 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.640 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.632 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.642 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 17:32:10.642 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/05 17:32:10.644 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:10.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.644 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:32:10.645 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.646 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=155.356µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.647 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.647 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 17:32:10.649 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.950357ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.650 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.651 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 17:32:10.651 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [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=] [2025/04/05 17:32:10.653 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:10.652 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.653 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.652 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:32:10.654 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.652 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.656 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=156.74µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.656 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.656 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 17:32:10.658 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.965369ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.652 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.659 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.652 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.661 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 17:32:10.661 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [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=] [2025/04/05 17:32:10.663 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:10.662 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.663 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.662 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:32:10.664 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.662 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.666 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=296.416µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.667 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.667 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 17:32:10.668 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.090333ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.662 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.669 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.662 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.672 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 17:32:10.672 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [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=] [2025/04/05 17:32:10.675 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:10.674 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.675 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.674 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:32:10.676 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.674 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.678 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=279.711µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.679 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.679 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 17:32:10.680 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.071939ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.674 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.681 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.674 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.683 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 17:32:10.683 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [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=] [2025/04/05 17:32:10.685 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:10.684 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.685 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.684 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:32:10.686 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.684 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.688 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=334.408µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.689 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.689 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 17:32:10.690 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.130767ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.684 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.691 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.684 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.694 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 17:32:10.694 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [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=] [2025/04/05 17:32:10.696 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:10.695 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.696 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.695 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:32:10.697 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.695 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.699 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=337.666µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.700 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.700 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 17:32:10.701 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.162484ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.695 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.702 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.695 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.705 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 17:32:10.705 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:32:10.707 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:10.706 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.707 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.706 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:32:10.708 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.706 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.710 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=337.993µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.711 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.711 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 17:32:10.712 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.149808ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.706 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.714 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.706 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.716 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 17:32:10.716 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:32:10.718 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:10.717 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.718 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.717 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:32:10.719 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.717 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.722 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=295.149µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.722 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.722 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 17:32:10.723 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.101816ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.717 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.725 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.717 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.727 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 17:32:10.727 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [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=] [2025/04/05 17:32:10.729 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:10.728 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.729 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.728 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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;"] [2025/04/05 17:32:10.730 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.728 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.732 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=246.98µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.732 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.732 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 17:32:10.733 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.029262ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.728 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.734 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.728 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.737 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 17:32:10.737 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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=] [2025/04/05 17:32:10.738 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:10.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.738 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:32:10.739 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.741 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=239.053µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.742 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.742 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 17:32:10.743 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.043409ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.744 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.746 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 17:32:10.746 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:32:10.748 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:10.747 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.748 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.747 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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)"] [2025/04/05 17:32:10.749 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.747 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.752 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=342.683µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.752 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.752 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 17:32:10.754 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.165832ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.747 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.755 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.747 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.757 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 17:32:10.757 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [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=] [2025/04/05 17:32:10.759 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:10.758 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.759 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.758 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:32:10.760 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.758 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.762 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=240.287µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.763 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.763 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 17:32:10.764 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.022646ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.758 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.765 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.758 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.767 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 17:32:10.767 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:32:10.769 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:10.768 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.769 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.768 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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 );"] [2025/04/05 17:32:10.770 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.768 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.772 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=165.317µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.772 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.772 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 17:32:10.774 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.984738ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.768 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.775 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.768 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.777 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 17:32:10.777 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [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=] [2025/04/05 17:32:10.779 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:32:10.778 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.779 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.778 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:32:10.780 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.778 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.781 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=197.844µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.782 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.782 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 17:32:10.784 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=3.025069ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.778 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.785 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.778 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.787 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 17:32:10.787 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [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=] [2025/04/05 17:32:10.788 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:32:10.789 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.788 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.789 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.788 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/05 17:32:10.790 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.788 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.791 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=195.947µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.792 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.792 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 17:32:10.794 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=3.01608ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.788 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.795 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.788 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.797 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 17:32:10.797 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/05 17:32:10.799 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.798 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.799 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.798 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 17:32:10.800 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.798 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.801 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=40.791µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 17:32:10.801 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.801 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 17:32:10.803 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.826314ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.798 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.804 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.798 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.806 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 17:32:10.806 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 17:32:10.808 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.807 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.808 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.807 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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;"] [2025/04/05 17:32:10.809 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.807 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.810 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=142.93µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:32:10.811 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.811 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 17:32:10.813 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=3.009384ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.807 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.814 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.807 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.816 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 17:32:10.818 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.817 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.818 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.817 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/05 17:32:10.820 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.817 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.822 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=289.192µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.823 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.823 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 17:32:10.824 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.184883ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.817 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.825 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.817 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.828 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 17:32:10.828 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/05 17:32:10.830 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.829 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.830 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.829 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/05 17:32:10.831 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.829 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.832 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=200.695µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.833 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.833 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 17:32:10.834 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.039177ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.829 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.835 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.829 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.838 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 17:32:10.838 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/05 17:32:10.839 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.838 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.839 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.838 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/05 17:32:10.840 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.838 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.842 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=228.019µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.843 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:32:10.843 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 17:32:10.844 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.025462ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.838 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.845 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.838 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.847 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 17:32:10.847 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/05 17:32:10.865 -05:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=851.550696ms] [2025/04/05 17:32:10.865 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:32:10.866 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=681a298c-7afd-4cee-8729-3ddcf4ae9af3] [2025/04/05 17:32:10.866 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:32:10.866 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:32:10.866 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=4.036µs] [2025/04/05 17:32:10.866 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.402µs] [2025/04/05 17:32:10.866 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.035µs] [2025/04/05 17:32:10.866 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.112µs] [2025/04/05 17:32:10.866 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=6.946µs] [2025/04/05 17:32:10.866 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=2.07µs] [2025/04/05 17:32:10.866 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=1.936µs] [2025/04/05 17:32:10.866 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.405µs] [2025/04/05 17:32:10.866 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.195µs] [2025/04/05 17:32:10.866 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=2.219µs] [2025/04/05 17:32:10.866 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=681a298c-7afd-4cee-8729-3ddcf4ae9af3] [2025/04/05 17:32:10.866 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:32:10.866 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:32:10.867 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=681a298c-7afd-4cee-8729-3ddcf4ae9af3] ["take time"=2.220064ms] [2025/04/05 17:32:10.867 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=681a298c-7afd-4cee-8729-3ddcf4ae9af3] [2025/04/05 17:32:10.868 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:32:10.868 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:32:10.868 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:32:10.868 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:32:10.868 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:32:10.868 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:32:10.868 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:32:10.868 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:32:10.868 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:32:10.868 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:32:10.868 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:32:10.868 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:32:10.868 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:32:10.868 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:32:10.868 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=3.202049ms] [2025/04/05 17:32:10.868 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=12d44b7a-29dc-4fbf-a650-bd94de59c9b9] ["ddl lease"=15s] ["stats lease"=-1ns] [2025/04/05 17:32:10.873 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:32:10.873 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:32:10.885 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.339145ms] [2025/04/05 17:32:10.885 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:32:10.886 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=2d76760f-110c-4562-b75c-c173aefd78eb] [runWorker=true] [jobVersion=v2] [2025/04/05 17:32:10.886 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:32:10.886 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:32:10.886 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:32:10.886 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:32:10.886 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:32:10.886 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:32:10.886 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:32:10.886 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:32:10.886 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:32:10.886 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:32:10.886 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:32:10.886 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:32:10.886 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:32:10.889 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:32:10.889 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=2d76760f-110c-4562-b75c-c173aefd78eb] [2025/04/05 17:32:10.889 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:32:10.889 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:32:10.889 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:32:10.889 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:32:10.889 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:32:10.889 -05:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 17:32:10.891 -05:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 17:32:10.891 -05:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 17:32:10.891 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:32:10.892 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=2d76760f-110c-4562-b75c-c173aefd78eb] [2025/04/05 17:32:10.893 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:32:10.894 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:32:10.895 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:32:10.895 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:32:10.895 -05:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 17:32:10.895 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:32:10.895 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:32:10.895 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:32:10.895 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:32:10.895 -05:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=875.8GiB] [2025/04/05 17:32:10.896 -05:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 17:32:10.896 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=2d76760f-110c-4562-b75c-c173aefd78eb] [2025/04/05 17:32:10.896 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=2d76760f-110c-4562-b75c-c173aefd78eb] [ttl-worker=task-manager] [ttl-worker=2d76760f-110c-4562-b75c-c173aefd78eb] [originalCount=0] [newCount=4] [2025/04/05 17:32:10.896 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=2d76760f-110c-4562-b75c-c173aefd78eb] [ttl-worker=task-manager] [ttl-worker=2d76760f-110c-4562-b75c-c173aefd78eb] [originalCount=0] [newCount=4] [2025/04/05 17:32:10.896 -05:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=2d76760f-110c-4562-b75c-c173aefd78eb] [2025/04/05 17:32:10.898 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:32:10.898 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=12d44b7a-29dc-4fbf-a650-bd94de59c9b9] ["ddl lease"=15s] ["stats lease"=-1ns] [2025/04/05 17:32:10.903 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:32:10.904 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:32:10.934 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=11.077124ms] [2025/04/05 17:32:10.934 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:32:10.935 -05:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 17:32:10.935 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=41f8caad-d17e-4238-be76-ce16d061970e] [runWorker=true] [jobVersion=v2] [2025/04/05 17:32:10.935 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:32:10.935 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:32:10.935 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:32:10.935 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:32:10.935 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:32:10.935 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:32:10.935 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:32:10.935 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:32:10.935 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:32:10.935 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:32:10.935 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:32:10.935 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:32:10.935 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:32:10.937 -05:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 17:32:10.937 -05:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 17:32:10.937 -05:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 17:32:10.941 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:32:10.941 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:32:10.941 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:32:10.942 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:32:10.942 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:32:10.944 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:32:10.945 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:32:10.945 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:32:10.945 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:32:10.945 -05:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 17:32:10.945 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:32:10.945 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:32:10.945 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:32:10.945 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:32:10.946 -05:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=875.8GiB] [2025/04/05 17:32:10.946 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:32:10.946 -05:00] [INFO] [mockstore.go:211] ["domain DDL IDs"] [IDs="[2d76760f-110c-4562-b75c-c173aefd78eb,41f8caad-d17e-4238-be76-ce16d061970e]"] [2025/04/05 17:32:10.947 -05:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 17:32:10.948 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=41f8caad-d17e-4238-be76-ce16d061970e] [ttl-worker=task-manager] [ttl-worker=41f8caad-d17e-4238-be76-ce16d061970e] [originalCount=0] [newCount=4] [2025/04/05 17:32:10.948 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=41f8caad-d17e-4238-be76-ce16d061970e] [ttl-worker=task-manager] [ttl-worker=41f8caad-d17e-4238-be76-ce16d061970e] [originalCount=0] [newCount=4] [2025/04/05 17:32:10.948 -05:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4001] [2025/04/05 17:32:10.948 -05:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 17:32:10.951 -05:00] [INFO] [set.go:172] ["set global var"] [conn=0] [name=tidb_txn_assertion_level] [val=off] [2025/04/05 17:32:10.953 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:116, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.953 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:32:10.954 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:116, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.953 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t (a int primary key nonclustered global, b varchar(255), c bigint, unique index idx_b_global (b) global, unique key idx_ba (b,a), unique key idx_ab (a,b) global, unique key idx_c_global (c) global, unique key idx_cab (c,a,b)) partition by key (a,b) partitions 3"] [2025/04/05 17:32:10.954 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=116] [job="ID:116, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.953 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.955 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t)"] [2025/04/05 17:32:10.957 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=283.221µs] [gotSchemaVersion=56] [phyTblIDs="[112,113,114,115]"] [actionTypes="[3,3,3,3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.958 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=116] [version=56] [2025/04/05 17:32:10.959 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=2.004846ms] [job="ID:116, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.953 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.960 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=116] [job="ID:116, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.953 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:32:10.963 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=116] [2025/04/05 17:32:10.963 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=56] [cur_db=test] [sql="create table t (a int primary key nonclustered global, b varchar(255), c bigint, unique index idx_b_global (b) global, unique key idx_ba (b,a), unique key idx_ab (a,b) global, unique key idx_c_global (c) global, unique key idx_cab (c,a,b)) partition by key (a,b) partitions 3"] [user=] [2025/04/05 17:32:10.963 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=262.824µs] [gotSchemaVersion=56] [phyTblIDs="[112,113,114,115]"] [actionTypes="[3,3,3,3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:32:10.964 -05:00] [INFO] [multi_domain_test.go:893] ["XXXXXXXXXXX DDL starting!"] [alterSQL="alter table t partition by key (b,a) partitions 5 update indexes (idx_ba global, idx_ab local)"] [2025/04/05 17:32:10.964 -05:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=test] [jobTable=t] [jobType="alter table partition by"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/05 17:32:10.966 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:123, Type:alter table partition by, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 17:32:10.966 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:123, Type:alter table partition by, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="alter table t partition by key (b,a) partitions 5 update indexes (idx_ba global, idx_ab local)"] [2025/04/05 17:32:10.967 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=123] [job="ID:123, Type:alter table partition by, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:32:10.967 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000000000000075] [2025/04/05 17:32:10.967 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=748000000000000075] ["first new region left"="{Id:2 StartKey: EndKey:7480000000000000ff7500000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:32:10.967 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=2] [2025/04/05 17:32:10.967 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=748000000000000075] ["new region left"="{Id:2 StartKey: EndKey:7480000000000000ff7500000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:10.967 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/05 17:32:10.967 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000000000000076] [2025/04/05 17:32:10.970 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=4] ["first at"=748000000000000076] ["first new region left"="{Id:4 StartKey:7480000000000000ff7500000000000000f8 EndKey:7480000000000000ff7600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:5 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:32:10.970 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=4] [2025/04/05 17:32:10.970 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=4] [at=748000000000000076] ["new region left"="{Id:4 StartKey:7480000000000000ff7500000000000000f8 EndKey:7480000000000000ff7600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:5 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:10.970 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[4]"] [2025/04/05 17:32:10.970 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=4] ["first split key"=748000000000000077] [2025/04/05 17:32:10.972 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=6] ["first at"=748000000000000077] ["first new region left"="{Id:6 StartKey:7480000000000000ff7600000000000000f8 EndKey:7480000000000000ff7700000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:7 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:32:10.972 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=6] [2025/04/05 17:32:10.972 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=6] [at=748000000000000077] ["new region left"="{Id:6 StartKey:7480000000000000ff7600000000000000f8 EndKey:7480000000000000ff7700000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:7 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:10.972 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[6]"] [2025/04/05 17:32:10.972 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=6] ["first split key"=748000000000000078] [2025/04/05 17:32:10.974 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=8] ["first at"=748000000000000078] ["first new region left"="{Id:8 StartKey:7480000000000000ff7700000000000000f8 EndKey:7480000000000000ff7800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:9 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:32:10.974 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=8] [2025/04/05 17:32:10.974 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=8] [at=748000000000000078] ["new region left"="{Id:8 StartKey:7480000000000000ff7700000000000000f8 EndKey:7480000000000000ff7800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:9 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:10.974 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[8]"] [2025/04/05 17:32:10.974 -05:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=8] ["first split key"=748000000000000079] [2025/04/05 17:32:10.977 -05:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=10] ["first at"=748000000000000079] ["first new region left"="{Id:10 StartKey:7480000000000000ff7800000000000000f8 EndKey:7480000000000000ff7900000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:11 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/05 17:32:10.977 -05:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=10] [2025/04/05 17:32:10.977 -05:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=10] [at=748000000000000079] ["new region left"="{Id:10 StartKey:7480000000000000ff7800000000000000f8 EndKey:7480000000000000ff7900000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:11 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/05 17:32:10.977 -05:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[10]"] [2025/04/05 17:32:10.977 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=2] [backoff(ms)=120000] [2025/04/05 17:32:10.977 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=2] [2025/04/05 17:32:10.977 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=4] [backoff(ms)=120000] [2025/04/05 17:32:10.977 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=4] [2025/04/05 17:32:10.977 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=6] [backoff(ms)=120000] [2025/04/05 17:32:10.977 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=6] [2025/04/05 17:32:10.977 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=8] [backoff(ms)=120000] [2025/04/05 17:32:10.977 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=8] [2025/04/05 17:32:10.977 -05:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=10] [backoff(ms)=120000] [2025/04/05 17:32:10.977 -05:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=10] [2025/04/05 17:32:10.977 -05:00] [INFO] [multi_domain_test.go:877] ["XXXXXXXXXXX Hook now waiting"] [job.State=running] [job.SchemaStage="delete only"] [2025/04/05 17:32:10.977 -05:00] [INFO] [multi_domain_test.go:879] ["XXXXXXXXXXX Hook released"] [job.State=running] [job.SchemaStage="delete only"] [2025/04/05 17:32:10.979 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=455.964µs] [gotSchemaVersion=57] [phyTblIDs="[112,113,114,115]"] [actionTypes="[71,71,71,71]"] [diffTypes="[\"alter table partition by\"]"] [2025/04/05 17:32:10.996 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=123] [version=57] [2025/04/05 17:32:10.996 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=18.01728ms] [job="ID:123, Type:alter table partition by, State:running, SchemaState:delete only, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:32:10.998 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=123] [job="ID:123, Type:alter table partition by, State:running, SchemaState:delete only, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:32:10.999 -05:00] [INFO] [multi_domain_test.go:877] ["XXXXXXXXXXX Hook now waiting"] [job.State=running] [job.SchemaStage="write only"] [2025/04/05 17:32:10.999 -05:00] [INFO] [multi_domain_test.go:927] ["XXXXXXXXXXX states loop"] [verCurr=57] ["NonOwner ver"=56] ["Owner ver"=57] [2025/04/05 17:32:11.013 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=449.682µs] [gotSchemaVersion=57] [phyTblIDs="[112,113,114,115]"] [actionTypes="[71,71,71,71]"] [diffTypes="[\"alter table partition by\"]"] [2025/04/05 17:32:11.013 -05:00] [INFO] [multi_domain_test.go:879] ["XXXXXXXXXXX Hook released"] [job.State=running] [job.SchemaStage="write only"] [2025/04/05 17:32:11.014 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=57] [neededSchemaVersion=58] ["elapsed time"=415.085µs] [gotSchemaVersion=58] [phyTblIDs="[112,113,114,115]"] [actionTypes="[71,71,71,71]"] [diffTypes="[\"alter table partition by\"]"] [2025/04/05 17:32:11.036 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=123] [version=58] [2025/04/05 17:32:11.037 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=22.676918ms] [job="ID:123, Type:alter table partition by, State:running, SchemaState:write only, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:32:11.038 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=123] [job="ID:123, Type:alter table partition by, State:running, SchemaState:write only, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:32:11.038 -05:00] [INFO] [multi_domain_test.go:877] ["XXXXXXXXXXX Hook now waiting"] [job.State=running] [job.SchemaStage="write reorganization"] [2025/04/05 17:32:11.038 -05:00] [INFO] [multi_domain_test.go:927] ["XXXXXXXXXXX states loop"] [verCurr=58] ["NonOwner ver"=57] ["Owner ver"=58] [2025/04/05 17:32:11.045 -05:00] [INFO] [multi_domain_test.go:487] ["insert into t values (5,5,5)"] [2025/04/05 17:32:11.048 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=57] [neededSchemaVersion=58] ["elapsed time"=456.119µs] [gotSchemaVersion=58] [phyTblIDs="[112,113,114,115]"] [actionTypes="[71,71,71,71]"] [diffTypes="[\"alter table partition by\"]"] [2025/04/05 17:32:11.048 -05:00] [INFO] [multi_domain_test.go:879] ["XXXXXXXXXXX Hook released"] [job.State=running] [job.SchemaStage="write reorganization"] [2025/04/05 17:32:11.049 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=58] [neededSchemaVersion=59] ["elapsed time"=400.968µs] [gotSchemaVersion=59] [phyTblIDs="[112,113,114,115]"] [actionTypes="[71,71,71,71]"] [diffTypes="[\"alter table partition by\"]"] [2025/04/05 17:32:11.064 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=123] [version=59] [2025/04/05 17:32:11.065 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=16.630275ms] [job="ID:123, Type:alter table partition by, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:32:11.066 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=123] [job="ID:123, Type:alter table partition by, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:32:11.067 -05:00] [INFO] [reorg.go:999] ["job get table range"] [category=ddl] ["job ID"=123] ["physical table ID"=113] ["start key"=7480000000000000715f728000000000000001] ["end key"=7480000000000000715f72800000000000000100] [2025/04/05 17:32:11.068 -05:00] [INFO] [column.go:481] ["start to update table row"] [category=ddl] [job="ID:123, Type:alter table partition by, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150911235227648, Version: v2, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:1,StartKey:7480000000000000715f728000000000000001,EndKey:7480000000000000715f72800000000000000100,First:true,PhysicalTableID:113,Ingest mode:false"] [2025/04/05 17:32:11.069 -05:00] [INFO] [backfilling.go:519] ["load table ranges from PD"] [category=ddl] [physicalTableID=113] ["start key"=7480000000000000715f728000000000000001] ["end key"=7480000000000000715f72800000000000000100] [2025/04/05 17:32:11.069 -05:00] [INFO] [backfilling.go:546] ["load table ranges from PD done"] [category=ddl] [physicalTableID=113] ["range start"=7480000000000000715f728000000000000001] ["range end"=7480000000000000715f72800000000000000100] ["range count"=1] [2025/04/05 17:32:11.069 -05:00] [INFO] [backfilling.go:1056] ["start backfill workers to reorg record"] [category=ddl] [type="reorganize partition"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000715f728000000000000001] [endKey=7480000000000000715f72800000000000000100] [2025/04/05 17:32:11.069 -05:00] [INFO] [backfilling.go:653] ["get backfill range task, change end key"] [category=ddl] [id=0] [pTbl=113] ["end key"=7480000000000000715f72800000000000000100] ["current end key"=7480000000000000715f72800000000000000100] [2025/04/05 17:32:11.069 -05:00] [INFO] [backfilling.go:398] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp reorganize partition"] [task="taskID: 0, physicalTableID: 113, range: [7480000000000000715f728000000000000001, 7480000000000000715f72800000000000000100), jobID: 123"] ["added count"=1] ["scan count"=1] ["next key"=7480000000000000715f7280000000000000010000] ["take time"=315.746µs] [2025/04/05 17:32:11.069 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp reorganize partition"] [jobID=123] [2025/04/05 17:32:11.069 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp reorganize partition"] [jobID=123] [2025/04/05 17:32:11.069 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp reorganize partition"] [jobID=123] [2025/04/05 17:32:11.069 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp reorganize partition"] [jobID=123] [2025/04/05 17:32:11.069 -05:00] [INFO] [backfilling.go:1002] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_col_] ["total added count"=1] ["start key"=7480000000000000715f728000000000000001] [2025/04/05 17:32:11.070 -05:00] [INFO] [index.go:3007] ["job update reorgInfo"] [category=ddl] [jobID=123] [element=ID:1,TypeKey:_col_] [partitionTableID=114] [startKey=7480000000000000725f728000000000000003] [endKey=7480000000000000725f72800000000000753600] [] [2025/04/05 17:32:11.071 -05:00] [INFO] [backfilling.go:519] ["load table ranges from PD"] [category=ddl] [physicalTableID=114] ["start key"=7480000000000000725f728000000000000003] ["end key"=7480000000000000725f72800000000000753600] [2025/04/05 17:32:11.071 -05:00] [INFO] [backfilling.go:546] ["load table ranges from PD done"] [category=ddl] [physicalTableID=114] ["range start"=7480000000000000725f728000000000000003] ["range end"=7480000000000000725f72800000000000753600] ["range count"=1] [2025/04/05 17:32:11.071 -05:00] [INFO] [backfilling.go:1056] ["start backfill workers to reorg record"] [category=ddl] [type="reorganize partition"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000725f728000000000000003] [endKey=7480000000000000725f72800000000000753600] [2025/04/05 17:32:11.071 -05:00] [INFO] [backfilling.go:653] ["get backfill range task, change end key"] [category=ddl] [id=0] [pTbl=114] ["end key"=7480000000000000725f72800000000000753600] ["current end key"=7480000000000000725f72800000000000753600] [2025/04/05 17:32:11.071 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp reorganize partition"] [jobID=123] [2025/04/05 17:32:11.071 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp reorganize partition"] [jobID=123] [2025/04/05 17:32:11.071 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp reorganize partition"] [jobID=123] [2025/04/05 17:32:11.071 -05:00] [INFO] [backfilling.go:398] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp reorganize partition"] [task="taskID: 0, physicalTableID: 114, range: [7480000000000000725f728000000000000003, 7480000000000000725f72800000000000753600), jobID: 123"] ["added count"=2] ["scan count"=2] ["next key"=7480000000000000725f7280000000000075360000] ["take time"=285.409µs] [2025/04/05 17:32:11.071 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp reorganize partition"] [jobID=123] [2025/04/05 17:32:11.071 -05:00] [INFO] [backfilling.go:1002] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_col_] ["total added count"=2] ["start key"=7480000000000000725f728000000000000003] [2025/04/05 17:32:11.072 -05:00] [INFO] [index.go:3007] ["job update reorgInfo"] [category=ddl] [jobID=123] [element=ID:1,TypeKey:_col_] [partitionTableID=115] [startKey=7480000000000000735f728000000000000002] [endKey=7480000000000000735f72800000000000753300] [] [2025/04/05 17:32:11.073 -05:00] [INFO] [backfilling.go:519] ["load table ranges from PD"] [category=ddl] [physicalTableID=115] ["start key"=7480000000000000735f728000000000000002] ["end key"=7480000000000000735f72800000000000753300] [2025/04/05 17:32:11.073 -05:00] [INFO] [backfilling.go:546] ["load table ranges from PD done"] [category=ddl] [physicalTableID=115] ["range start"=7480000000000000735f728000000000000002] ["range end"=7480000000000000735f72800000000000753300] ["range count"=1] [2025/04/05 17:32:11.073 -05:00] [INFO] [backfilling.go:1056] ["start backfill workers to reorg record"] [category=ddl] [type="reorganize partition"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000735f728000000000000002] [endKey=7480000000000000735f72800000000000753300] [2025/04/05 17:32:11.073 -05:00] [INFO] [backfilling.go:653] ["get backfill range task, change end key"] [category=ddl] [id=0] [pTbl=115] ["end key"=7480000000000000735f72800000000000753300] ["current end key"=7480000000000000735f72800000000000753300] [2025/04/05 17:32:11.073 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp reorganize partition"] [jobID=123] [2025/04/05 17:32:11.073 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp reorganize partition"] [jobID=123] [2025/04/05 17:32:11.073 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp reorganize partition"] [jobID=123] [2025/04/05 17:32:11.073 -05:00] [INFO] [backfilling.go:398] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp reorganize partition"] [task="taskID: 0, physicalTableID: 115, range: [7480000000000000735f728000000000000002, 7480000000000000735f72800000000000753300), jobID: 123"] ["added count"=4] ["scan count"=5] ["next key"=7480000000000000735f7280000000000075330000] ["take time"=354.039µs] [2025/04/05 17:32:11.073 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp reorganize partition"] [jobID=123] [2025/04/05 17:32:11.074 -05:00] [INFO] [backfilling.go:1002] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_col_] ["total added count"=4] ["start key"=7480000000000000735f728000000000000002] [2025/04/05 17:32:11.075 -05:00] [INFO] [partition.go:4033] ["update column and indexes"] [category=ddl] [jobID=123] [elementType=_idx_] [elementID=5] [partitionTableId=117] [startHandle=7480000000000000755f72800000000000ea63] [endHandle=7480000000000000755f72800000000000ea6700] [2025/04/05 17:32:11.075 -05:00] [INFO] [index.go:2404] ["start to add table index"] [category=ddl] [job="ID:123, Type:alter table partition by, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150911235227648, Version: v2, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:5,StartKey:7480000000000000755f72800000000000ea63,EndKey:7480000000000000755f72800000000000ea6700,First:true,PhysicalTableID:117,Ingest mode:false"] [2025/04/05 17:32:11.075 -05:00] [INFO] [backfilling.go:519] ["load table ranges from PD"] [category=ddl] [physicalTableID=117] ["start key"=7480000000000000755f72800000000000ea63] ["end key"=7480000000000000755f72800000000000ea6700] [2025/04/05 17:32:11.075 -05:00] [INFO] [backfilling.go:546] ["load table ranges from PD done"] [category=ddl] [physicalTableID=117] ["range start"=7480000000000000755f72800000000000ea63] ["range end"=7480000000000000755f72800000000000ea6700] ["range count"=1] [2025/04/05 17:32:11.075 -05:00] [INFO] [backfilling.go:1056] ["start backfill workers to reorg record"] [category=ddl] [type="add index"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000755f72800000000000ea63] [endKey=7480000000000000755f72800000000000ea6700] [2025/04/05 17:32:11.075 -05:00] [INFO] [backfilling.go:653] ["get backfill range task, change end key"] [category=ddl] [id=0] [pTbl=117] ["end key"=7480000000000000755f72800000000000ea6700] ["current end key"=7480000000000000755f72800000000000ea6700] [2025/04/05 17:32:11.075 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=123] [2025/04/05 17:32:11.075 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=123] [2025/04/05 17:32:11.075 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=123] [2025/04/05 17:32:11.076 -05:00] [INFO] [backfilling.go:398] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp add index"] [task="taskID: 0, physicalTableID: 117, range: [7480000000000000755f72800000000000ea63, 7480000000000000755f72800000000000ea6700), jobID: 123"] ["added count"=12] ["scan count"=12] ["next key"=7480000000000000755f72800000000000ea6700] ["take time"=368.156µs] [2025/04/05 17:32:11.076 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=123] [2025/04/05 17:32:11.076 -05:00] [INFO] [backfilling.go:1002] ["backfill workers successfully processed"] [category=ddl] [element=ID:5,TypeKey:_idx_] ["total added count"=12] ["start key"=7480000000000000755f72800000000000ea63] [2025/04/05 17:32:11.076 -05:00] [INFO] [reorg.go:831] ["get noop table range"] [category=ddl] [table="&{112 t utf8mb4 utf8mb4_bin [0xc0078a8b00 0xc0078a8c60 0xc0078a8dc0] [0xc0083a0090 0xc0083a0120 0xc0083a01b0 0xc0083a0240 0xc0083a02d0 0xc0083a0360 0xc0083a03f0 0xc0083a0480 0xc0083a0510 0xc0083a05a0 0xc0083a0630] [] [] public false false 0 0 0 0 0 3 11 0 0 457150911227625472 0 0 0 0 0 0 0xc0082fc8c0 5 false disable 3 2 Normal}"] ["table/partition ID"=118] ["start key"=] ["end key"=] ["is empty table"=true] [2025/04/05 17:32:11.076 -05:00] [INFO] [index.go:3007] ["job update reorgInfo"] [category=ddl] [jobID=123] [element=ID:5,TypeKey:_idx_] [partitionTableID=118] [startKey=] [endKey=] [] [2025/04/05 17:32:11.076 -05:00] [INFO] [index.go:2404] ["start to add table index"] [category=ddl] [job="ID:123, Type:alter table partition by, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:12, ArgLen:1, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150911235227648, Version: v2, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:5,StartKey:,EndKey:,First:true,PhysicalTableID:118,Ingest mode:false"] [2025/04/05 17:32:11.076 -05:00] [INFO] [backfilling.go:491] ["load noop table range"] [category=ddl] [physicalTableID=118] [2025/04/05 17:32:11.076 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=123] [2025/04/05 17:32:11.076 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=123] [2025/04/05 17:32:11.076 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=123] [2025/04/05 17:32:11.076 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=123] [2025/04/05 17:32:11.076 -05:00] [INFO] [backfilling.go:1002] ["backfill workers successfully processed"] [category=ddl] [element=ID:5,TypeKey:_idx_] ["total added count"=12] ["start key"=] [2025/04/05 17:32:11.077 -05:00] [INFO] [index.go:3007] ["job update reorgInfo"] [category=ddl] [jobID=123] [element=ID:5,TypeKey:_idx_] [partitionTableID=119] [startKey=7480000000000000775f72800000000000ea66] [endKey=7480000000000000775f72800000000000ea6600] [] [2025/04/05 17:32:11.077 -05:00] [INFO] [index.go:2404] ["start to add table index"] [category=ddl] [job="ID:123, Type:alter table partition by, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:12, ArgLen:1, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150911235227648, Version: v2, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:5,StartKey:7480000000000000775f72800000000000ea66,EndKey:7480000000000000775f72800000000000ea6600,First:true,PhysicalTableID:119,Ingest mode:false"] [2025/04/05 17:32:11.078 -05:00] [INFO] [backfilling.go:519] ["load table ranges from PD"] [category=ddl] [physicalTableID=119] ["start key"=7480000000000000775f72800000000000ea66] ["end key"=7480000000000000775f72800000000000ea6600] [2025/04/05 17:32:11.078 -05:00] [INFO] [backfilling.go:546] ["load table ranges from PD done"] [category=ddl] [physicalTableID=119] ["range start"=7480000000000000775f72800000000000ea66] ["range end"=7480000000000000775f72800000000000ea6600] ["range count"=1] [2025/04/05 17:32:11.078 -05:00] [INFO] [backfilling.go:1056] ["start backfill workers to reorg record"] [category=ddl] [type="add index"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000775f72800000000000ea66] [endKey=7480000000000000775f72800000000000ea6600] [2025/04/05 17:32:11.078 -05:00] [INFO] [backfilling.go:653] ["get backfill range task, change end key"] [category=ddl] [id=0] [pTbl=119] ["end key"=7480000000000000775f72800000000000ea6600] ["current end key"=7480000000000000775f72800000000000ea6600] [2025/04/05 17:32:11.078 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=123] [2025/04/05 17:32:11.078 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=123] [2025/04/05 17:32:11.078 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=123] [2025/04/05 17:32:11.078 -05:00] [INFO] [backfilling.go:398] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp add index"] [task="taskID: 0, physicalTableID: 119, range: [7480000000000000775f72800000000000ea66, 7480000000000000775f72800000000000ea6600), jobID: 123"] ["added count"=6] ["scan count"=6] ["next key"=7480000000000000775f72800000000000ea6600] ["take time"=344.631µs] [2025/04/05 17:32:11.078 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=123] [2025/04/05 17:32:11.078 -05:00] [INFO] [backfilling.go:1002] ["backfill workers successfully processed"] [category=ddl] [element=ID:5,TypeKey:_idx_] ["total added count"=18] ["start key"=7480000000000000775f72800000000000ea66] [2025/04/05 17:32:11.079 -05:00] [INFO] [index.go:3007] ["job update reorgInfo"] [category=ddl] [jobID=123] [element=ID:5,TypeKey:_idx_] [partitionTableID=120] [startKey=7480000000000000785f72800000000000000a] [endKey=7480000000000000785f72800000000000ea6500] [] [2025/04/05 17:32:11.079 -05:00] [INFO] [index.go:2404] ["start to add table index"] [category=ddl] [job="ID:123, Type:alter table partition by, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:18, ArgLen:1, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150911235227648, Version: v2, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:5,StartKey:7480000000000000785f72800000000000000a,EndKey:7480000000000000785f72800000000000ea6500,First:true,PhysicalTableID:120,Ingest mode:false"] [2025/04/05 17:32:11.079 -05:00] [INFO] [backfilling.go:519] ["load table ranges from PD"] [category=ddl] [physicalTableID=120] ["start key"=7480000000000000785f72800000000000000a] ["end key"=7480000000000000785f72800000000000ea6500] [2025/04/05 17:32:11.079 -05:00] [INFO] [backfilling.go:546] ["load table ranges from PD done"] [category=ddl] [physicalTableID=120] ["range start"=7480000000000000785f72800000000000000a] ["range end"=7480000000000000785f72800000000000ea6500] ["range count"=1] [2025/04/05 17:32:11.079 -05:00] [INFO] [backfilling.go:1056] ["start backfill workers to reorg record"] [category=ddl] [type="add index"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000785f72800000000000000a] [endKey=7480000000000000785f72800000000000ea6500] [2025/04/05 17:32:11.079 -05:00] [INFO] [backfilling.go:653] ["get backfill range task, change end key"] [category=ddl] [id=0] [pTbl=120] ["end key"=7480000000000000785f72800000000000ea6500] ["current end key"=7480000000000000785f72800000000000ea6500] [2025/04/05 17:32:11.080 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=123] [2025/04/05 17:32:11.080 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=123] [2025/04/05 17:32:11.080 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=123] [2025/04/05 17:32:11.080 -05:00] [INFO] [backfilling.go:398] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp add index"] [task="taskID: 0, physicalTableID: 120, range: [7480000000000000785f72800000000000000a, 7480000000000000785f72800000000000ea6500), jobID: 123"] ["added count"=12] ["scan count"=18] ["next key"=7480000000000000785f72800000000000ea6500] ["take time"=475.704µs] [2025/04/05 17:32:11.080 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=123] [2025/04/05 17:32:11.080 -05:00] [INFO] [backfilling.go:1002] ["backfill workers successfully processed"] [category=ddl] [element=ID:5,TypeKey:_idx_] ["total added count"=30] ["start key"=7480000000000000785f72800000000000000a] [2025/04/05 17:32:11.081 -05:00] [INFO] [index.go:3007] ["job update reorgInfo"] [category=ddl] [jobID=123] [element=ID:5,TypeKey:_idx_] [partitionTableID=121] [startKey=7480000000000000795f72800000000000ea61] [endKey=7480000000000000795f72800000000000ea6200] [] [2025/04/05 17:32:11.081 -05:00] [INFO] [index.go:2404] ["start to add table index"] [category=ddl] [job="ID:123, Type:alter table partition by, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:30, ArgLen:1, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150911235227648, Version: v2, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:5,StartKey:7480000000000000795f72800000000000ea61,EndKey:7480000000000000795f72800000000000ea6200,First:true,PhysicalTableID:121,Ingest mode:false"] [2025/04/05 17:32:11.081 -05:00] [INFO] [backfilling.go:519] ["load table ranges from PD"] [category=ddl] [physicalTableID=121] ["start key"=7480000000000000795f72800000000000ea61] ["end key"=7480000000000000795f72800000000000ea6200] [2025/04/05 17:32:11.081 -05:00] [INFO] [backfilling.go:546] ["load table ranges from PD done"] [category=ddl] [physicalTableID=121] ["range start"=7480000000000000795f72800000000000ea61] ["range end"=7480000000000000795f72800000000000ea6200] ["range count"=1] [2025/04/05 17:32:11.081 -05:00] [INFO] [backfilling.go:1056] ["start backfill workers to reorg record"] [category=ddl] [type="add index"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000795f72800000000000ea61] [endKey=7480000000000000795f72800000000000ea6200] [2025/04/05 17:32:11.081 -05:00] [INFO] [backfilling.go:653] ["get backfill range task, change end key"] [category=ddl] [id=0] [pTbl=121] ["end key"=7480000000000000795f72800000000000ea6200] ["current end key"=7480000000000000795f72800000000000ea6200] [2025/04/05 17:32:11.081 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=123] [2025/04/05 17:32:11.082 -05:00] [INFO] [backfilling.go:398] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp add index"] [task="taskID: 0, physicalTableID: 121, range: [7480000000000000795f72800000000000ea61, 7480000000000000795f72800000000000ea6200), jobID: 123"] ["added count"=12] ["scan count"=12] ["next key"=7480000000000000795f72800000000000ea6200] ["take time"=279.85µs] [2025/04/05 17:32:11.082 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=123] [2025/04/05 17:32:11.082 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=123] [2025/04/05 17:32:11.082 -05:00] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=123] [2025/04/05 17:32:11.082 -05:00] [INFO] [backfilling.go:1002] ["backfill workers successfully processed"] [category=ddl] [element=ID:5,TypeKey:_idx_] ["total added count"=42] ["start key"=7480000000000000795f72800000000000ea61] [2025/04/05 17:32:11.083 -05:00] [INFO] [partition.go:4101] ["update column and indexes"] [category=ddl] [jobID=123] [elementType=_idx_] [elementID=7] [startHandle=7480000000000000795f72800000000000ea61] [endHandle=7480000000000000795f72800000000000ea6200] [2025/04/05 17:32:11.083 -05:00] [INFO] [reorg.go:409] ["run reorg job done"] [category=ddl] ["handled rows"=42] [2025/04/05 17:32:11.086 -05:00] [INFO] [multi_domain_test.go:877] ["XXXXXXXXXXX Hook now waiting"] [job.State=running] [job.SchemaStage="delete reorganization"] [2025/04/05 17:32:11.086 -05:00] [INFO] [multi_domain_test.go:927] ["XXXXXXXXXXX states loop"] [verCurr=59] ["NonOwner ver"=58] ["Owner ver"=59] [2025/04/05 17:32:11.093 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=58] [neededSchemaVersion=59] ["elapsed time"=431.517µs] [gotSchemaVersion=59] [phyTblIDs="[112,113,114,115]"] [actionTypes="[71,71,71,71]"] [diffTypes="[\"alter table partition by\"]"] [2025/04/05 17:32:11.093 -05:00] [INFO] [multi_domain_test.go:879] ["XXXXXXXXXXX Hook released"] [job.State=running] [job.SchemaStage="delete reorganization"] [2025/04/05 17:32:11.095 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=59] [neededSchemaVersion=60] ["elapsed time"=414.93µs] [gotSchemaVersion=60] [phyTblIDs="[112,117,118,119,120,121]"] [actionTypes="[71,71,71,71,71,71]"] [diffTypes="[\"alter table partition by\"]"] [2025/04/05 17:32:11.116 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=123] [version=60] [2025/04/05 17:32:11.117 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=22.993366ms] [job="ID:123, Type:alter table partition by, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:112, RowCount:42, ArgLen:1, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150911235227648, Version: v2, UniqueWarnings:0"] [2025/04/05 17:32:11.118 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=123] [job="ID:123, Type:alter table partition by, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:112, RowCount:42, ArgLen:0, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150911235227648, Version: v2, UniqueWarnings:0"] [2025/04/05 17:32:11.119 -05:00] [INFO] [multi_domain_test.go:877] ["XXXXXXXXXXX Hook now waiting"] [job.State=running] [job.SchemaStage=public] [2025/04/05 17:32:11.119 -05:00] [INFO] [multi_domain_test.go:927] ["XXXXXXXXXXX states loop"] [verCurr=60] ["NonOwner ver"=59] ["Owner ver"=60] [2025/04/05 17:32:11.127 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=59] [neededSchemaVersion=60] ["elapsed time"=460.201µs] [gotSchemaVersion=60] [phyTblIDs="[112,117,118,119,120,121]"] [actionTypes="[71,71,71,71,71,71]"] [diffTypes="[\"alter table partition by\"]"] [2025/04/05 17:32:11.127 -05:00] [INFO] [multi_domain_test.go:879] ["XXXXXXXXXXX Hook released"] [job.State=running] [job.SchemaStage=public] [2025/04/05 17:32:11.128 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=60] [neededSchemaVersion=61] ["elapsed time"=397.638µs] [gotSchemaVersion=61] [phyTblIDs="[112,117,118,119,120,121]"] [actionTypes="[71,71,71,71,71,71]"] [diffTypes="[\"alter table partition by\"]"] [2025/04/05 17:32:11.146 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=123] [version=61] [2025/04/05 17:32:11.148 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=61] ["take time"=20.42818ms] [job="ID:123, Type:alter table partition by, State:running, SchemaState:public, SchemaID:2, TableID:112, RowCount:42, ArgLen:1, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150911235227648, Version: v2, UniqueWarnings:0"] [2025/04/05 17:32:11.149 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=123] [job="ID:123, Type:alter table partition by, State:running, SchemaState:public, SchemaID:2, TableID:112, RowCount:42, ArgLen:0, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150911235227648, Version: v2, UniqueWarnings:0"] [2025/04/05 17:32:11.150 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: alter table partition by, Table ID: 122, Table Name: t, Old Table ID for Partition: 112, Partition Name: p0, Partition ID: 117, Partition Name: p1, Partition ID: 118, Partition Name: p2, Partition ID: 119, Partition Name: p3, Partition ID: 120, Partition Name: p4, Partition ID: 121)"] [2025/04/05 17:32:11.150 -05:00] [INFO] [multi_domain_test.go:877] ["XXXXXXXXXXX Hook now waiting"] [job.State=done] [job.SchemaStage=none] [2025/04/05 17:32:11.150 -05:00] [INFO] [multi_domain_test.go:927] ["XXXXXXXXXXX states loop"] [verCurr=61] ["NonOwner ver"=60] ["Owner ver"=61] [2025/04/05 17:32:11.157 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=60] [neededSchemaVersion=61] ["elapsed time"=500.42µs] [gotSchemaVersion=61] [phyTblIDs="[112,117,118,119,120,121]"] [actionTypes="[71,71,71,71,71,71]"] [diffTypes="[\"alter table partition by\"]"] [2025/04/05 17:32:11.157 -05:00] [INFO] [multi_domain_test.go:879] ["XXXXXXXXXXX Hook released"] [job.State=done] [job.SchemaStage=none] [2025/04/05 17:32:11.159 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=61] [neededSchemaVersion=62] ["elapsed time"=332.998µs] [gotSchemaVersion=62] [phyTblIDs="[112,117,118,119,120,121,122,117,118,119,120,121]"] [actionTypes="[71,71,71,71,71,71,71,71,71,71,71,71]"] [diffTypes="[\"alter table partition by\"]"] [2025/04/05 17:32:11.204 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=123] [version=62] [2025/04/05 17:32:11.205 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=62] ["take time"=46.012675ms] [job="ID:123, Type:alter table partition by, State:done, SchemaState:none, SchemaID:2, TableID:112, RowCount:42, ArgLen:1, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150911235227648, Version: v2, UniqueWarnings:0"] [2025/04/05 17:32:11.207 -05:00] [INFO] [delete_range.go:448] ["insert into delete-range indices"] [category=ddl] [jobID=123] [tableID=112] [indexIDs="[1]"] [comment="reorganize partition, replaced global indexes"] [2025/04/05 17:32:11.208 -05:00] [INFO] [delete_range.go:448] ["insert into delete-range indices"] [category=ddl] [jobID=123] [tableID=112] [indexIDs="[3]"] [comment="reorganize partition, replaced global indexes"] [2025/04/05 17:32:11.208 -05:00] [INFO] [delete_range.go:448] ["insert into delete-range indices"] [category=ddl] [jobID=123] [tableID=112] [indexIDs="[4]"] [comment="reorganize partition, replaced global indexes"] [2025/04/05 17:32:11.208 -05:00] [INFO] [delete_range.go:448] ["insert into delete-range indices"] [category=ddl] [jobID=123] [tableID=112] [indexIDs="[6]"] [comment="reorganize partition, replaced global indexes"] [2025/04/05 17:32:11.208 -05:00] [INFO] [delete_range.go:473] ["insert into delete-range table"] [category=ddl] [jobID=123] [tableIDs="[113,114,115,112]"] [comment="reorganize partition: physical table ID(s)"] [2025/04/05 17:32:11.209 -05:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=123] [jobType="alter table partition by"] [2025/04/05 17:32:11.209 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=123] [job="ID:123, Type:alter table partition by, State:synced, SchemaState:none, SchemaID:2, TableID:112, RowCount:42, ArgLen:1, start time: 2025-04-05 17:32:10.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:457150911235227648, Version: v2, UniqueWarnings:0"] [2025/04/05 17:32:11.215 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=123] [2025/04/05 17:32:11.215 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=62] [cur_db=test] [sql="alter table t partition by key (b,a) partitions 5 update indexes (idx_ba global, idx_ab local)"] [user=] [2025/04/05 17:32:11.215 -05:00] [INFO] [multi_domain_test.go:895] ["XXXXXXXXXXX DDL done!"] [alterSQL="alter table t partition by key (b,a) partitions 5 update indexes (idx_ba global, idx_ab local)"] [2025/04/05 17:32:11.215 -05:00] [INFO] [multi_domain_test.go:915] ["XXXXXXXXXXX release hook"] [2025/04/05 17:32:11.216 -05:00] [INFO] [multi_domain_test.go:927] ["XXXXXXXXXXX states loop"] [verCurr=62] ["NonOwner ver"=61] ["Owner ver"=62] [2025/04/05 17:32:11.218 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=123] [elementID=1] [startKey=7480000000000000705f698000000000000001] [endKey=7480000000000000705f698000000000000002] [2025/04/05 17:32:11.221 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=123] [elementID=2] [startKey=7480000000000000705f698000000000000003] [endKey=7480000000000000705f698000000000000004] [2025/04/05 17:32:11.223 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=123] [elementID=3] [startKey=7480000000000000705f698000000000000004] [endKey=7480000000000000705f698000000000000005] [2025/04/05 17:32:11.226 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=123] [elementID=4] [startKey=7480000000000000705f698000000000000006] [endKey=7480000000000000705f698000000000000007] [2025/04/05 17:32:11.229 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=123] [elementID=5] [startKey=748000000000000071] [endKey=748000000000000072] [2025/04/05 17:32:11.230 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=123] [elementID=6] [startKey=748000000000000072] [endKey=748000000000000073] [2025/04/05 17:32:11.232 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=123] [elementID=7] [startKey=748000000000000073] [endKey=748000000000000074] [2025/04/05 17:32:11.236 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=61] [neededSchemaVersion=62] ["elapsed time"=337.574µs] [gotSchemaVersion=62] [phyTblIDs="[112,117,118,119,120,121,122,117,118,119,120,121]"] [actionTypes="[71,71,71,71,71,71,71,71,71,71,71,71]"] [diffTypes="[\"alter table partition by\"]"] [2025/04/05 17:32:11.236 -05:00] [INFO] [multi_domain_test.go:942] ["XXXXXXXXXXX states loop done"] [2025/04/05 17:32:11.236 -05:00] [ERROR] [gc_worker.go:1864] ["deleteRanges is called"] [stack="github.com/pingcap/tidb/pkg/store/gcworker.(*MockGCWorker).DeleteRanges\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/gcworker/gc_worker.go:1864\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.runMultiSchemaTestWithBackfillDML\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/multi_domain_test.go:946\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.runMultiSchemaTest\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/multi_domain_test.go:818\ngithub.com/pingcap/tidb/pkg/ddl/tests/partition.TestMultiSchemaPartitionByGlobalIndex\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/multi_domain_test.go:573\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690"] [2025/04/05 17:32:11.236 -05:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=123] [elementID=8] [startKey=748000000000000070] [endKey=748000000000000071] [2025/04/05 17:32:11.237 -05:00] [INFO] [gc_worker.go:833] ["start delete ranges"] [category="gc worker"] [uuid=6582054eb900000] [ranges=0] [2025/04/05 17:32:11.237 -05:00] [INFO] [gc_worker.go:907] ["finish delete ranges"] [category="gc worker"] [uuid=6582054eb900000] ["num of ranges"=0] ["cost time"=690ns] [2025/04/05 17:32:11.238 -05:00] [INFO] [multi_domain_test.go:961] [gc_delete_range_done] [rows="123 1 7480000000000000705f698000000000000001013800000000000000f800 7480000000000000705f698000000000000002 457150911271927808\n123 2 7480000000000000705f698000000000000003038000000000000066013130320000000000fa00 7480000000000000705f698000000000000004 457150911271927808\n123 3 7480000000000000705f69800000000000000403800000000000006600 7480000000000000705f698000000000000005 457150911271927808\n123 4 7480000000000000705f69800000000000000603800000000000006600 7480000000000000705f698000000000000007 457150911271927808\n123 5 7480000000000000715f72800000000000753800 748000000000000072 457150911271927808\n123 6 7480000000000000725f72800000000000753700 748000000000000073 457150911271927808\n123 7 7480000000000000735f72800000000000753900 748000000000000074 457150911271927808\n123 8 7480000000000000705f69800000000000000b03800000000000000e00 748000000000000071 457150911271927808"] [2025/04/05 17:32:11.238 -05:00] [INFO] [multi_domain_test.go:1036] [HaveEntriesForTableIndex] [key=7480000000000000705f698000000000000007013134000000000000f9] [value=087e80000000000000778000010000000202003134000000000000753a] [2025/04/05 17:32:11.238 -05:00] [INFO] [multi_domain_test.go:1036] [HaveEntriesForTableIndex] [key=7480000000000000705f698000000000000008013134000000000000f903800000000000000e] [value=087e80000000000000778000020000000102010003000e3134000000000000753a] [2025/04/05 17:32:11.238 -05:00] [INFO] [multi_domain_test.go:1036] [HaveEntriesForTableIndex] [key=7480000000000000705f69800000000000000a03800000000000000e] [value=087e8000000000000077000000000000753a] [2025/04/05 17:32:11.238 -05:00] [INFO] [multi_domain_test.go:1041] [HaveEntriesForTableIndex] [tableID=112] [indexID=0] [count=3] --- FAIL: TestMultiSchemaPartitionByGlobalIndex (1.27s) multi_domain_test.go:969: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/multi_domain_test.go:969 /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/multi_domain_test.go:818 /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/tests/partition/multi_domain_test.go:573 Error: Should be false Test: TestMultiSchemaPartitionByGlobalIndex Messages: Old table id 112 has still entries! FAIL coverage: [no statements] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.750105ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.80219ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.797787ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.792181ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.77831ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.77267ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.755679ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.749494ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.739822ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.731923ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.716014ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.704251ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.690113ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.679801ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.662446ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.655455ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.647577ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.640914ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.627835ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.62076ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.609447ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.60589ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.595084ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.584142ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.568191ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.561189ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.549637ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.542248ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.534863ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.529156ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.521962ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.511726ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.495627ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.487732ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.479846ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.47434ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.462232ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.456014ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.445187ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.438687ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.430168ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.423748ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.404471ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.39925ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.388332ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.383742ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.37212ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.36561ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.346568ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.335308ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.323903ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.305549ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.296566ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.29336ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.28324ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.276435ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.262305ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.252447ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.240303ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.234833ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.228419ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.770953ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.240529ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.231597ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.221145ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.208507ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.196586ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.184789ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.178571ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.168337ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.162432ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.150235ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.144208ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.13765ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.123099ms, waitCnt 1"] [2025/04/05 17:32:11.254 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.11066ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.103082ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.094057ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.0882ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.077041ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.071013ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.055923ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.050111ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.036717ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.030857ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.017011ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.013256ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.004133ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 61.00021ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.990694ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.980664ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.971281ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.962567ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.952875ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.945925ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.931307ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.923987ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.911241ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.903262ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.893533ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.860389ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.849037ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.842495ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.834642ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.824349ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.790578ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.783844ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.760266ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.750311ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.732252ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.725987ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.71605ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.708763ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.699532ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.693471ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 57.570262ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.677395ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.66317ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.655944ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.646245ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.638228ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.627011ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.432122ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.631763ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.622691ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.617126ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.604037ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.596416ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.582724ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.569179ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.55754ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.522591ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.518861ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.511559ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.499079ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.483074ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.471492ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.461612ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.449238ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.44657ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.43513ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.42884ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.413747ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.407154ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.396752ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.389334ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.374756ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.364941ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.353896ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.342717ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.328075ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.317357ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.312787ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.312402ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.300383ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.291811ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.271017ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.265242ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.255492ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.247513ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.238644ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.226563ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.221227ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.216912ms, waitCnt 1"] [2025/04/05 17:32:11.255 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.207757ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.193399ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.178675ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.166333ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.150929ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.145424ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.128755ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.119164ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.110082ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.104086ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.093075ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.082565ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.071724ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.064678ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.047324ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.038928ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.023645ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.021485ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.01281ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 60.007245ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.987678ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.98281ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.978741ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.971802ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.96127ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.95118ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.944824ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.940041ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.929316ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.91971ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.908454ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.904711ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.89577ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.883112ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.875891ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.868268ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.857254ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.838146ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.830391ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.817725ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.808891ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.804139ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.789914ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.784964ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.774703ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.768257ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.458453ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.302842ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.290124ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.28545ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.274063ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.269381ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.254183ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.247957ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.241923ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.239406ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.230832ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.223558ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.208717ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.202038ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.19018ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.180922ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.164615ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.158591ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.147186ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.119368ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.120016ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.103371ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.092721ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.08326ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.072274ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.067885ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.058967ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.053488ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.043151ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.03543ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.025076ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.013401ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 59.002938ms, waitCnt 1"] [2025/04/05 17:32:11.256 -05:00] [WARN] [region.go:257] ["region 12 acquire 1 locks takes 56.241031ms, waitCnt 1"] [FAIL] pkg/infoschema/test/clustertablestest TestMDLViewIDConflict err=exit status 1 [2025/04/05 17:33:04.918 -05:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 17:33:04.920 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:33:04.920 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:33:04.921 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:33:04.921 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:33:04.921 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:33:04.923 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=24c9e99d-cc88-481f-966b-6994d9c02f65] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:33:04.929 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:33:04.929 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:33:04.930 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/infoschema/test/clustertablestest.TestMDLViewIDConflict\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest/cluster_tables_test.go:1955\ntesting.tRunner\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/testing/testing.go:1690\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:33:04.940 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=10.704056ms] [2025/04/05 17:33:04.940 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:33:04.941 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=a015f04a-2982-4287-b75e-f1ca89b3c0e4] [runWorker=true] [jobVersion=v2] [2025/04/05 17:33:04.941 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:33:04.941 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:33:04.941 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:33:04.941 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:33:04.941 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:33:04.941 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:33:04.941 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:33:04.941 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:33:04.941 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:33:04.941 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:33:04.941 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:33:04.941 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:33:04.941 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:33:04.943 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:33:04.943 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=a015f04a-2982-4287-b75e-f1ca89b3c0e4] [2025/04/05 17:33:04.943 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:33:04.943 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:33:04.946 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:33:04.946 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:33:04.946 -05:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 17:33:04.946 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:04.945 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:04.946 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:04.945 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 17:33:04.947 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:04.945 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:04.963 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=14.8733ms] [2025/04/05 17:33:04.963 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:33:04.964 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:04.965 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 17:33:04.967 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=18.564911ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:04.945 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:04.968 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:04.945 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:04.971 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 17:33:04.971 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 17:33:04.971 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 17:33:04.971 -05:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=America/Los_Angeles] [2025/04/05 17:33:04.974 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:04.972 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:04.974 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:04.972 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:33:04.976 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:04.972 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:04.981 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=699.906µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:04.982 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:04.982 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 17:33:04.983 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=2.701443ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:04.972 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:04.985 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:04.972 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:04.989 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 17:33:04.989 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:33:04.991 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:04.99 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:04.991 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:04.99 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2025/04/05 17:33:04.992 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:04.99 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:04.994 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=215.523µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:04.994 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:04.994 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 17:33:04.996 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.032502ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:04.99 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:04.997 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:04.99 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:04.999 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 17:33:04.999 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/05 17:33:05.000 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.000 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [2025/04/05 17:33:05.002 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.003 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=187.501µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.004 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.004 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 17:33:05.005 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.136942ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.006 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.008 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 17:33:05.008 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/05 17:33:05.011 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.01 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.011 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.01 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [2025/04/05 17:33:05.012 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.01 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.015 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=441.031µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.016 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.016 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 17:33:05.017 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.404961ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.01 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.019 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.01 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.022 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 17:33:05.022 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:33:05.024 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.023 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.024 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.023 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:33:05.026 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.023 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.028 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=262.708µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.028 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.029 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 17:33:05.030 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.299848ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.023 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.031 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.023 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.033 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 17:33:05.033 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:33:05.036 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.035 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.036 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.035 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [2025/04/05 17:33:05.037 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.035 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.039 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=249.95µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.040 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.040 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 17:33:05.041 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.148806ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.035 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.042 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.035 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.044 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 17:33:05.044 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 17:33:05.046 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.045 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.046 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.045 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/05 17:33:05.047 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.045 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.049 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=137.314µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.050 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.050 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 17:33:05.052 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=3.069809ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.045 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.053 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.045 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.055 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 17:33:05.055 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/05 17:33:05.057 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.057 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.057 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.057 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2025/04/05 17:33:05.058 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.057 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.060 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=171.693µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.061 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.061 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 17:33:05.062 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.119644ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.057 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.063 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.057 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.066 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 17:33:05.066 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/05 17:33:05.068 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.067 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.068 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.067 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/05 17:33:05.069 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.067 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.070 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=207.715µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.071 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.071 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 17:33:05.073 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=3.058915ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.067 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.074 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.067 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.076 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 17:33:05.077 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/05 17:33:05.078 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.077 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.078 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.077 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2025/04/05 17:33:05.079 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.077 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.081 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=207.737µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.081 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.081 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 17:33:05.083 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=3.011997ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.077 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.085 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.077 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.087 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 17:33:05.087 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/05 17:33:05.087 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:33:05.089 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.088 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.089 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.088 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:33:05.090 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.088 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.092 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=326.964µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.093 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.093 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 17:33:05.094 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.151577ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.088 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.095 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.088 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.098 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 17:33:05.098 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:33:05.100 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.099 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.100 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.099 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2025/04/05 17:33:05.101 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.099 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.103 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=230.257µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.104 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.104 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 17:33:05.105 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.085568ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.099 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.106 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.099 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.108 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 17:33:05.108 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/05 17:33:05.110 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.109 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.110 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.109 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2025/04/05 17:33:05.111 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.109 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.113 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=201.787µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.113 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.113 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 17:33:05.115 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.039573ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.109 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.116 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.109 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.118 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 17:33:05.118 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:33:05.119 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.119 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.120 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.119 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2025/04/05 17:33:05.120 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.119 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.122 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=188.973µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.123 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.123 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 17:33:05.124 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=2.057931ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.119 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.125 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.119 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.127 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 17:33:05.127 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 17:33:05.129 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.128 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.129 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.128 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:33:05.130 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.128 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.132 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=197.03µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.132 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.132 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 17:33:05.133 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.03087ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.128 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.135 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.128 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.137 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 17:33:05.137 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:33:05.138 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.138 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.138 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.138 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2025/04/05 17:33:05.139 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.138 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.141 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=205.007µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.142 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.142 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 17:33:05.143 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.028905ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.138 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.144 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.138 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.146 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 17:33:05.146 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/05 17:33:05.148 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.148 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [2025/04/05 17:33:05.149 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.151 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=204.284µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.151 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.152 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 17:33:05.153 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.010023ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.154 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.156 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 17:33:05.156 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/05 17:33:05.158 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.157 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.158 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.157 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:33:05.159 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.157 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.161 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=292.13µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.162 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.162 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 17:33:05.163 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.179818ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.157 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.164 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.157 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.167 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 17:33:05.167 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:33:05.169 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.169 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.170 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.169 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:33:05.170 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.169 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.172 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=207.75µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.173 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.173 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 17:33:05.174 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.024699ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.169 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.175 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.169 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.177 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 17:33:05.177 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:33:05.179 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.178 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.179 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.178 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2025/04/05 17:33:05.180 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.178 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.181 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=144.642µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.182 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.182 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 17:33:05.184 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.997358ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.178 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.185 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.178 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.187 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 17:33:05.187 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/05 17:33:05.189 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.187 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.189 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.187 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/05 17:33:05.190 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.187 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.192 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=206.813µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.194 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.194 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 17:33:05.212 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=19.378929ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.187 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.213 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.187 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.217 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 17:33:05.217 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/05 17:33:05.219 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.218 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.219 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.218 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2025/04/05 17:33:05.220 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.218 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.222 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=239.418µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.223 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.223 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 17:33:05.224 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.005602ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.218 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.225 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.218 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.227 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 17:33:05.227 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/05 17:33:05.229 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.228 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.229 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.228 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 17:33:05.230 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.228 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.231 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=172.509µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.232 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.232 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 17:33:05.234 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.932726ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.228 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.235 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.228 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.237 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 17:33:05.237 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 17:33:05.239 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.238 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.239 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.238 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [2025/04/05 17:33:05.240 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.238 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.241 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=189.686µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.242 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.242 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 17:33:05.243 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.020031ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.238 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.244 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.238 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.246 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 17:33:05.246 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/05 17:33:05.247 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.247 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.247 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.247 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2025/04/05 17:33:05.249 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.247 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.250 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=179.628µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.251 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.251 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 17:33:05.253 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.561819ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.247 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.254 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.247 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.256 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 17:33:05.256 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/05 17:33:05.257 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.257 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.257 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.257 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2025/04/05 17:33:05.258 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.257 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.260 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=172.462µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.260 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.260 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 17:33:05.263 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=3.018487ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.257 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.264 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.257 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.265 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 17:33:05.266 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:33:05.267 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.267 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2025/04/05 17:33:05.268 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.270 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=148.886µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.270 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.270 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 17:33:05.272 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=3.004261ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.273 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.266 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.275 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 17:33:05.275 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/05 17:33:05.276 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:33:05.277 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.277 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.277 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.277 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2025/04/05 17:33:05.278 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.277 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.280 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=186.799µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.281 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.281 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 17:33:05.283 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=3.037869ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.277 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.284 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.277 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.286 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 17:33:05.286 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/05 17:33:05.288 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.287 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.288 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.287 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:33:05.289 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.287 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.290 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=209.309µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.291 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.291 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 17:33:05.293 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=3.047337ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.287 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.294 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.287 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.296 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 17:33:05.296 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:33:05.298 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.298 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 17:33:05.299 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.301 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=215.625µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.302 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.302 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 17:33:05.303 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.025007ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.304 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.297 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.306 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 17:33:05.306 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 17:33:05.308 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.307 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.308 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.307 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/05 17:33:05.309 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.307 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.311 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=307.917µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.312 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.312 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 17:33:05.313 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.108415ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.307 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.314 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.307 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.317 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 17:33:05.317 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/05 17:33:05.318 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.317 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.318 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.317 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/05 17:33:05.319 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.317 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.320 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=135.574µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.321 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.321 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 17:33:05.323 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.98917ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.317 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.324 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.317 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.326 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 17:33:05.326 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/05 17:33:05.328 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.327 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.328 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.327 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/05 17:33:05.329 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.327 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.330 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=197.533µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:33:05.331 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.331 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 17:33:05.333 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=3.035093ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.327 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.334 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.327 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.336 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 17:33:05.338 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.337 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.338 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.337 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/05 17:33:05.339 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.337 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.341 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=217.77µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.341 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.341 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 17:33:05.343 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=3.031716ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.337 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.344 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.337 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.346 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 17:33:05.346 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/05 17:33:05.348 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:33:05.347 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.348 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.347 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:33:05.349 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.347 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.351 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=160.751µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.352 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.352 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 17:33:05.353 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.008488ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.347 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.354 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.347 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.356 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 17:33:05.356 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [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=] [2025/04/05 17:33:05.357 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:33:05.357 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.357 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.357 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:33:05.358 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.357 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.360 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=143.208µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.360 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.360 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 17:33:05.363 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=3.010543ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.357 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.364 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.357 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.366 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 17:33:05.366 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [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=] [2025/04/05 17:33:05.367 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:33:05.367 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.367 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.367 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:33:05.368 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.367 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.371 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=308.883µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.371 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.371 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 17:33:05.373 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.135355ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.367 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.374 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.367 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.376 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 17:33:05.376 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [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=] [2025/04/05 17:33:05.378 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:33:05.377 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.378 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.377 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:33:05.379 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.377 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.381 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=282.017µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.382 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.382 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 17:33:05.383 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.139702ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.377 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.384 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.377 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.387 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 17:33:05.387 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [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=] [2025/04/05 17:33:05.389 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:33:05.388 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.389 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.388 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:33:05.390 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.388 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.392 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=322.819µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.393 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.393 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 17:33:05.394 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.156603ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.388 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.395 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.388 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.397 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 17:33:05.397 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [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=] [2025/04/05 17:33:05.399 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:33:05.399 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.399 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.399 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:33:05.401 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.399 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.403 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=330.405µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.404 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.404 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 17:33:05.405 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.146772ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.399 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.406 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.399 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.409 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 17:33:05.409 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:33:05.411 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:33:05.41 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.411 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.41 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 17:33:05.412 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.41 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.414 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=328.858µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.415 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.415 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 17:33:05.416 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.259518ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.41 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.417 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.41 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.420 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 17:33:05.420 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [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\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 17:33:05.422 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:33:05.421 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.422 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.421 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/05 17:33:05.423 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.421 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.425 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=294.744µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.426 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.426 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 17:33:05.427 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.116395ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.421 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.428 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.421 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.430 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 17:33:05.430 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [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=] [2025/04/05 17:33:05.432 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:33:05.431 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.432 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.431 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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;"] [2025/04/05 17:33:05.433 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.431 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.435 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=261.398µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.436 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.436 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 17:33:05.437 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.04011ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.431 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.438 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.431 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.440 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 17:33:05.440 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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=] [2025/04/05 17:33:05.442 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:33:05.441 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.442 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.441 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:33:05.443 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.441 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.445 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=270.291µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.447 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.447 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 17:33:05.450 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=4.52929ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.441 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.451 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.441 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.454 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 17:33:05.454 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:33:05.456 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:33:05.455 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.456 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.455 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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)"] [2025/04/05 17:33:05.458 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.455 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.461 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=379.966µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.462 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.462 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 17:33:05.463 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.385972ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.455 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.464 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.455 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.467 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 17:33:05.467 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [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=] [2025/04/05 17:33:05.470 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:33:05.469 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.470 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.469 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 17:33:05.471 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.469 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.473 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=266.932µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.474 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.474 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 17:33:05.475 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.205055ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.469 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.477 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.469 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.480 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 17:33:05.480 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 17:33:05.484 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:33:05.482 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.484 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.482 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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 );"] [2025/04/05 17:33:05.485 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.482 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.487 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=179.572µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.487 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.487 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 17:33:05.488 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.151388ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.482 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.490 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.482 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.492 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 17:33:05.492 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [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=] [2025/04/05 17:33:05.494 -05:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-05 17:33:05.493 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.494 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.493 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/05 17:33:05.495 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.493 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.497 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=205.247µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.498 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.498 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 17:33:05.499 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.276282ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.493 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.500 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.493 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.503 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 17:33:05.503 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [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=] [2025/04/05 17:33:05.503 -05:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 17:33:05.505 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.504 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.505 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.504 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/05 17:33:05.506 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.504 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.508 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=210.134µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.509 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.509 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 17:33:05.510 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.17192ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.504 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.511 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.504 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.513 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 17:33:05.513 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/05 17:33:05.515 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.514 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.515 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.514 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 17:33:05.516 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.514 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.517 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=53.887µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 17:33:05.518 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.518 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 17:33:05.519 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.086347ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.514 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.520 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.514 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.522 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 17:33:05.522 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 17:33:05.524 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.523 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.524 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.523 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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;"] [2025/04/05 17:33:05.525 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.523 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.526 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=164.181µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 17:33:05.527 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.527 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 17:33:05.528 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.012729ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.523 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.529 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.523 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.531 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 17:33:05.533 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.533 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.534 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.533 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/05 17:33:05.535 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.533 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.537 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=301.541µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.538 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.538 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 17:33:05.539 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.339434ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.533 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.542 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.533 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.545 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 17:33:05.545 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/05 17:33:05.548 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.547 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.548 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.547 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/05 17:33:05.550 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.547 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.553 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=272.959µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.554 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.554 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 17:33:05.556 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=4.057554ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.547 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.558 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.547 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.561 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 17:33:05.561 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/05 17:33:05.562 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.562 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.563 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.562 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/05 17:33:05.564 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.562 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.566 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=237.123µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.566 -05:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 17:33:05.566 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 17:33:05.567 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.118521ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.562 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.569 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.562 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.571 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 17:33:05.571 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/05 17:33:05.588 -05:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=647.468482ms] [2025/04/05 17:33:05.588 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:33:05.590 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=a015f04a-2982-4287-b75e-f1ca89b3c0e4] [2025/04/05 17:33:05.590 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:33:05.590 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:33:05.590 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=11.008µs] [2025/04/05 17:33:05.590 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.744µs] [2025/04/05 17:33:05.590 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.265µs] [2025/04/05 17:33:05.590 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.057µs] [2025/04/05 17:33:05.590 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=1.912µs] [2025/04/05 17:33:05.590 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=1.896µs] [2025/04/05 17:33:05.590 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=2.341µs] [2025/04/05 17:33:05.590 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=1.915µs] [2025/04/05 17:33:05.590 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.488µs] [2025/04/05 17:33:05.590 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=1.764µs] [2025/04/05 17:33:05.590 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=a015f04a-2982-4287-b75e-f1ca89b3c0e4] [2025/04/05 17:33:05.590 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:33:05.590 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:33:05.590 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=a015f04a-2982-4287-b75e-f1ca89b3c0e4] ["take time"=2.018883ms] [2025/04/05 17:33:05.590 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=a015f04a-2982-4287-b75e-f1ca89b3c0e4] [2025/04/05 17:33:05.591 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:33:05.591 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:33:05.591 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:33:05.591 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:33:05.591 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:33:05.591 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:33:05.591 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:33:05.591 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:33:05.591 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:33:05.591 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:33:05.591 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:33:05.591 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:33:05.591 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:33:05.591 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:33:05.591 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=2.872697ms] [2025/04/05 17:33:05.591 -05:00] [INFO] [tidb.go:92] ["new domain"] [store=24c9e99d-cc88-481f-966b-6994d9c02f65] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 17:33:05.598 -05:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 17:33:05.598 -05:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [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\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 17:33:05.626 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=27.731225ms] [2025/04/05 17:33:05.626 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:33:05.627 -05:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [runWorker=true] [jobVersion=v2] [2025/04/05 17:33:05.627 -05:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 17:33:05.627 -05:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 17:33:05.627 -05:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 17:33:05.627 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:33:05.627 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:33:05.627 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:33:05.627 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:33:05.627 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:33:05.627 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:33:05.627 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:33:05.627 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:33:05.627 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:33:05.627 -05:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 17:33:05.630 -05:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 17:33:05.630 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [2025/04/05 17:33:05.630 -05:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 17:33:05.630 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 17:33:05.630 -05:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 17:33:05.631 -05:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 17:33:05.631 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:33:05.631 -05:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 17:33:05.632 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [2025/04/05 17:33:05.637 -05:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 17:33:05.638 -05:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 17:33:05.638 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:33:05.641 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:33:05.643 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:33:05.645 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:33:05.645 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:33:05.645 -05:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 17:33:05.645 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:33:05.645 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:33:05.645 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:33:05.645 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:33:05.645 -05:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=875.8GiB] [2025/04/05 17:33:05.646 -05:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 17:33:05.646 -05:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [2025/04/05 17:33:05.646 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [ttl-worker=task-manager] [ttl-worker=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [originalCount=0] [newCount=4] [2025/04/05 17:33:05.647 -05:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [ttl-worker=task-manager] [ttl-worker=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [originalCount=0] [newCount=4] [2025/04/05 17:33:05.647 -05:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [2025/04/05 17:33:05.649 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:33:05.652 -05:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 17:33:05.652 -05:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 17:33:05.653 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.653 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.654 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.653 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t(a int);"] [2025/04/05 17:33:05.654 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.653 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.655 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t)"] [2025/04/05 17:33:05.656 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=115.72µs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.657 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 17:33:05.658 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=2.010226ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.653 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.659 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.653 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.662 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 17:33:05.662 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t(a int);"] [user=root@%] [2025/04/05 17:33:05.664 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.664 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.664 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.664 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t0(a int);"] [2025/04/05 17:33:05.665 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.664 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.665 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 114, Table Name: t0)"] [2025/04/05 17:33:05.667 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=115.881µs] [gotSchemaVersion=57] [phyTblIDs="[114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.667 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2025/04/05 17:33:05.669 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=2.010494ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.664 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.670 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.664 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.672 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=115] [2025/04/05 17:33:05.672 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=57] [cur_db=test] [sql="create table t0(a int);"] [user=root@%] [2025/04/05 17:33:05.674 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:117, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.673 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.674 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:117, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.673 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t1(a int);"] [2025/04/05 17:33:05.674 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=117] [conn=1] [job="ID:117, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.673 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.675 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 116, Table Name: t1)"] [2025/04/05 17:33:05.676 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=57] [neededSchemaVersion=58] ["elapsed time"=116.377µs] [gotSchemaVersion=58] [phyTblIDs="[116]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.677 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=117] [version=58] [2025/04/05 17:33:05.678 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=2.006689ms] [job="ID:117, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.673 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.679 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=117] [conn=1] [job="ID:117, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.673 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.680 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=117] [2025/04/05 17:33:05.681 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=58] [cur_db=test] [sql="create table t1(a int);"] [user=root@%] [2025/04/05 17:33:05.682 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:118, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.681 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.682 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:118, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.681 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t2(a int);"] [2025/04/05 17:33:05.683 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=119] [conn=1] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:118, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.681 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.683 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 118, Table Name: t2)"] [2025/04/05 17:33:05.685 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=58] [neededSchemaVersion=59] ["elapsed time"=114.565µs] [gotSchemaVersion=59] [phyTblIDs="[118]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.685 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=119] [version=59] [2025/04/05 17:33:05.687 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=2.87266ms] [job="ID:119, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:118, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.681 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.689 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=119] [conn=1] [job="ID:119, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:118, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.681 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.690 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=119] [2025/04/05 17:33:05.690 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=59] [cur_db=test] [sql="create table t2(a int);"] [user=root@%] [2025/04/05 17:33:05.692 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:121, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:120, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.691 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.692 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:121, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:120, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.691 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t3(a int);"] [2025/04/05 17:33:05.693 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=121] [conn=1] [job="ID:121, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:120, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.691 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.693 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 120, Table Name: t3)"] [2025/04/05 17:33:05.694 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=59] [neededSchemaVersion=60] ["elapsed time"=103.086µs] [gotSchemaVersion=60] [phyTblIDs="[120]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.695 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=121] [version=60] [2025/04/05 17:33:05.697 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=2.999946ms] [job="ID:121, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:120, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.691 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.698 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=121] [conn=1] [job="ID:121, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:120, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.691 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.700 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=121] [2025/04/05 17:33:05.700 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=60] [cur_db=test] [sql="create table t3(a int);"] [user=root@%] [2025/04/05 17:33:05.702 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:123, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.701 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.702 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:123, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.701 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t4(a int);"] [2025/04/05 17:33:05.703 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=123] [conn=1] [job="ID:123, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.701 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.703 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 122, Table Name: t4)"] [2025/04/05 17:33:05.704 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=60] [neededSchemaVersion=61] ["elapsed time"=110.243µs] [gotSchemaVersion=61] [phyTblIDs="[122]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.705 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=123] [version=61] [2025/04/05 17:33:05.707 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=61] ["take time"=3.026025ms] [job="ID:123, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.701 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.708 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=123] [conn=1] [job="ID:123, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.701 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.710 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=123] [2025/04/05 17:33:05.710 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=61] [cur_db=test] [sql="create table t4(a int);"] [user=root@%] [2025/04/05 17:33:05.712 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:125, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.711 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.712 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:125, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.711 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t5(a int);"] [2025/04/05 17:33:05.713 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=125] [conn=1] [job="ID:125, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.711 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.713 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 124, Table Name: t5)"] [2025/04/05 17:33:05.714 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=61] [neededSchemaVersion=62] ["elapsed time"=110.144µs] [gotSchemaVersion=62] [phyTblIDs="[124]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.715 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=125] [version=62] [2025/04/05 17:33:05.717 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=62] ["take time"=2.983295ms] [job="ID:125, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.711 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.718 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=125] [conn=1] [job="ID:125, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.711 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.720 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=125] [2025/04/05 17:33:05.720 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=62] [cur_db=test] [sql="create table t5(a int);"] [user=root@%] [2025/04/05 17:33:05.722 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:127, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:126, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.721 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.722 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:127, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:126, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.721 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t6(a int);"] [2025/04/05 17:33:05.723 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=127] [conn=1] [job="ID:127, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:126, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.721 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.723 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 126, Table Name: t6)"] [2025/04/05 17:33:05.724 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=62] [neededSchemaVersion=63] ["elapsed time"=108.593µs] [gotSchemaVersion=63] [phyTblIDs="[126]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.725 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=127] [version=63] [2025/04/05 17:33:05.727 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=63] ["take time"=2.970508ms] [job="ID:127, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:126, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.721 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.728 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=127] [conn=1] [job="ID:127, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:126, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.721 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.730 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=127] [2025/04/05 17:33:05.730 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=63] [cur_db=test] [sql="create table t6(a int);"] [user=root@%] [2025/04/05 17:33:05.732 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:129, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.731 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.732 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:129, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.731 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t7(a int);"] [2025/04/05 17:33:05.733 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=129] [conn=1] [job="ID:129, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.731 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.733 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 128, Table Name: t7)"] [2025/04/05 17:33:05.734 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=63] [neededSchemaVersion=64] ["elapsed time"=104.076µs] [gotSchemaVersion=64] [phyTblIDs="[128]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.735 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=129] [version=64] [2025/04/05 17:33:05.737 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=64] ["take time"=3.050383ms] [job="ID:129, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:128, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.731 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.738 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=129] [conn=1] [job="ID:129, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:128, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.731 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.740 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=129] [2025/04/05 17:33:05.740 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=64] [cur_db=test] [sql="create table t7(a int);"] [user=root@%] [2025/04/05 17:33:05.742 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:131, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:130, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.741 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.742 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:131, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:130, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.741 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t8(a int);"] [2025/04/05 17:33:05.742 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=131] [conn=1] [job="ID:131, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:130, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.741 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.743 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 130, Table Name: t8)"] [2025/04/05 17:33:05.744 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=64] [neededSchemaVersion=65] ["elapsed time"=106.947µs] [gotSchemaVersion=65] [phyTblIDs="[130]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.744 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=131] [version=65] [2025/04/05 17:33:05.747 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=65] ["take time"=2.960629ms] [job="ID:131, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:130, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.741 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.748 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=131] [conn=1] [job="ID:131, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:130, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.741 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.750 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=131] [2025/04/05 17:33:05.750 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=65] [cur_db=test] [sql="create table t8(a int);"] [user=root@%] [2025/04/05 17:33:05.752 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:133, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:132, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.752 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:133, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:132, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t9(a int);"] [2025/04/05 17:33:05.753 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=133] [conn=1] [job="ID:133, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:132, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.753 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 132, Table Name: t9)"] [2025/04/05 17:33:05.754 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=65] [neededSchemaVersion=66] ["elapsed time"=104.712µs] [gotSchemaVersion=66] [phyTblIDs="[132]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.755 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=133] [version=66] [2025/04/05 17:33:05.757 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=66] ["take time"=2.933259ms] [job="ID:133, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:132, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.758 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=133] [conn=1] [job="ID:133, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:132, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.760 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=133] [2025/04/05 17:33:05.760 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=66] [cur_db=test] [sql="create table t9(a int);"] [user=root@%] [2025/04/05 17:33:05.762 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:135, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:134, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.761 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.762 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:135, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:134, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.761 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t10(a int);"] [2025/04/05 17:33:05.763 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=135] [conn=1] [job="ID:135, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:134, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.761 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.763 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 134, Table Name: t10)"] [2025/04/05 17:33:05.764 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=66] [neededSchemaVersion=67] ["elapsed time"=106.856µs] [gotSchemaVersion=67] [phyTblIDs="[134]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.765 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=135] [version=67] [2025/04/05 17:33:05.767 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=67] ["take time"=2.963224ms] [job="ID:135, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:134, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.761 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.768 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=135] [conn=1] [job="ID:135, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:134, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.761 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.770 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=135] [2025/04/05 17:33:05.770 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=67] [cur_db=test] [sql="create table t10(a int);"] [user=root@%] [2025/04/05 17:33:05.771 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:137, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:136, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.771 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.771 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:137, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:136, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.771 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t11(a int);"] [2025/04/05 17:33:05.772 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=137] [conn=1] [job="ID:137, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:136, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.771 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.773 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 136, Table Name: t11)"] [2025/04/05 17:33:05.774 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=67] [neededSchemaVersion=68] ["elapsed time"=105.381µs] [gotSchemaVersion=68] [phyTblIDs="[136]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.774 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=137] [version=68] [2025/04/05 17:33:05.777 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=68] ["take time"=2.962819ms] [job="ID:137, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:136, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.771 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.778 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=137] [conn=1] [job="ID:137, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:136, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.771 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.780 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=137] [2025/04/05 17:33:05.780 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=68] [cur_db=test] [sql="create table t11(a int);"] [user=root@%] [2025/04/05 17:33:05.781 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:139, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:138, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.781 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.781 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:139, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:138, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.781 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t12(a int);"] [2025/04/05 17:33:05.782 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=139] [conn=1] [job="ID:139, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:138, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.781 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.783 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 138, Table Name: t12)"] [2025/04/05 17:33:05.784 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=68] [neededSchemaVersion=69] ["elapsed time"=116.674µs] [gotSchemaVersion=69] [phyTblIDs="[138]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.784 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=139] [version=69] [2025/04/05 17:33:05.787 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=69] ["take time"=2.985996ms] [job="ID:139, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:138, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.781 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.788 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=139] [conn=1] [job="ID:139, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:138, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.781 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.790 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=139] [2025/04/05 17:33:05.790 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=69] [cur_db=test] [sql="create table t12(a int);"] [user=root@%] [2025/04/05 17:33:05.791 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:141, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.791 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.791 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:141, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.791 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t13(a int);"] [2025/04/05 17:33:05.792 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=141] [conn=1] [job="ID:141, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.791 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.792 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 140, Table Name: t13)"] [2025/04/05 17:33:05.793 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=69] [neededSchemaVersion=70] ["elapsed time"=104.721µs] [gotSchemaVersion=70] [phyTblIDs="[140]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.794 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=141] [version=70] [2025/04/05 17:33:05.796 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=70] ["take time"=2.949363ms] [job="ID:141, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:140, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.791 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.797 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=141] [conn=1] [job="ID:141, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:140, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.791 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.799 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=141] [2025/04/05 17:33:05.799 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=70] [cur_db=test] [sql="create table t13(a int);"] [user=root@%] [2025/04/05 17:33:05.801 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:143, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:142, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.8 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.801 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:143, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:142, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.8 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t14(a int);"] [2025/04/05 17:33:05.801 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=143] [conn=1] [job="ID:143, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:142, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.8 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.802 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 142, Table Name: t14)"] [2025/04/05 17:33:05.803 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=70] [neededSchemaVersion=71] ["elapsed time"=107.618µs] [gotSchemaVersion=71] [phyTblIDs="[142]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.803 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=143] [version=71] [2025/04/05 17:33:05.806 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=71] ["take time"=2.927685ms] [job="ID:143, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:142, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.8 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.807 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=143] [conn=1] [job="ID:143, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:142, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.8 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.809 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=143] [2025/04/05 17:33:05.809 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=71] [cur_db=test] [sql="create table t14(a int);"] [user=root@%] [2025/04/05 17:33:05.810 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:145, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:144, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.809 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.810 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:145, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:144, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.809 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t15(a int);"] [2025/04/05 17:33:05.811 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=145] [conn=1] [job="ID:145, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:144, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.809 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.811 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 144, Table Name: t15)"] [2025/04/05 17:33:05.812 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=71] [neededSchemaVersion=72] ["elapsed time"=104.938µs] [gotSchemaVersion=72] [phyTblIDs="[144]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.813 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=145] [version=72] [2025/04/05 17:33:05.815 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=72] ["take time"=2.92077ms] [job="ID:145, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:144, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.809 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.816 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=145] [conn=1] [job="ID:145, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:144, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.809 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.818 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=145] [2025/04/05 17:33:05.818 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=72] [cur_db=test] [sql="create table t15(a int);"] [user=root@%] [2025/04/05 17:33:05.820 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:147, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:146, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.819 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.820 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:147, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:146, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.819 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t16(a int);"] [2025/04/05 17:33:05.821 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=147] [conn=1] [job="ID:147, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:146, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.819 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.821 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 146, Table Name: t16)"] [2025/04/05 17:33:05.822 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=72] [neededSchemaVersion=73] ["elapsed time"=104.795µs] [gotSchemaVersion=73] [phyTblIDs="[146]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.823 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=147] [version=73] [2025/04/05 17:33:05.825 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=73] ["take time"=2.913705ms] [job="ID:147, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:146, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.819 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.826 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=147] [conn=1] [job="ID:147, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:146, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.819 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.828 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=147] [2025/04/05 17:33:05.828 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=73] [cur_db=test] [sql="create table t16(a int);"] [user=root@%] [2025/04/05 17:33:05.829 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:149, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:148, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.829 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.829 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:149, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:148, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.829 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t17(a int);"] [2025/04/05 17:33:05.830 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=149] [conn=1] [job="ID:149, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:148, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.829 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.830 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 148, Table Name: t17)"] [2025/04/05 17:33:05.832 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=73] [neededSchemaVersion=74] ["elapsed time"=103.909µs] [gotSchemaVersion=74] [phyTblIDs="[148]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.832 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=149] [version=74] [2025/04/05 17:33:05.834 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=74] ["take time"=2.015458ms] [job="ID:149, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:148, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.829 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.835 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=149] [conn=1] [job="ID:149, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:148, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.829 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.836 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=149] [2025/04/05 17:33:05.837 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=74] [cur_db=test] [sql="create table t17(a int);"] [user=root@%] [2025/04/05 17:33:05.838 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:151, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:150, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.837 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.838 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:151, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:150, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.837 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t18(a int);"] [2025/04/05 17:33:05.839 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=151] [conn=1] [job="ID:151, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:150, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.837 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.839 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 150, Table Name: t18)"] [2025/04/05 17:33:05.840 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=74] [neededSchemaVersion=75] ["elapsed time"=105.288µs] [gotSchemaVersion=75] [phyTblIDs="[150]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.841 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=151] [version=75] [2025/04/05 17:33:05.843 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=75] ["take time"=2.922854ms] [job="ID:151, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:150, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.837 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.844 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=151] [conn=1] [job="ID:151, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:150, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.837 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.846 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=151] [2025/04/05 17:33:05.846 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=75] [cur_db=test] [sql="create table t18(a int);"] [user=root@%] [2025/04/05 17:33:05.847 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:153, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.847 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.848 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:153, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.847 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t19(a int);"] [2025/04/05 17:33:05.848 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=153] [conn=1] [job="ID:153, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.847 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.849 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 152, Table Name: t19)"] [2025/04/05 17:33:05.850 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=75] [neededSchemaVersion=76] ["elapsed time"=104.448µs] [gotSchemaVersion=76] [phyTblIDs="[152]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.850 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=153] [version=76] [2025/04/05 17:33:05.852 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=76] ["take time"=2.930059ms] [job="ID:153, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:152, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.847 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.854 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=153] [conn=1] [job="ID:153, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:152, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.847 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.855 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=153] [2025/04/05 17:33:05.855 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=76] [cur_db=test] [sql="create table t19(a int);"] [user=root@%] [2025/04/05 17:33:05.857 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:155, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:154, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.856 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.857 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:155, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:154, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.856 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t20(a int);"] [2025/04/05 17:33:05.858 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=155] [conn=1] [job="ID:155, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:154, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.856 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.858 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 154, Table Name: t20)"] [2025/04/05 17:33:05.859 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=76] [neededSchemaVersion=77] ["elapsed time"=106.125µs] [gotSchemaVersion=77] [phyTblIDs="[154]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.860 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=155] [version=77] [2025/04/05 17:33:05.862 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=77] ["take time"=2.931921ms] [job="ID:155, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:154, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.856 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.863 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=155] [conn=1] [job="ID:155, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:154, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.856 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.864 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=155] [2025/04/05 17:33:05.864 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=77] [cur_db=test] [sql="create table t20(a int);"] [user=root@%] [2025/04/05 17:33:05.866 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:157, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:156, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.865 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.866 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:157, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:156, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.865 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t21(a int);"] [2025/04/05 17:33:05.867 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=157] [conn=1] [job="ID:157, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:156, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.865 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.867 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 156, Table Name: t21)"] [2025/04/05 17:33:05.869 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=77] [neededSchemaVersion=78] ["elapsed time"=102.835µs] [gotSchemaVersion=78] [phyTblIDs="[156]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.869 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=157] [version=78] [2025/04/05 17:33:05.872 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=78] ["take time"=2.957514ms] [job="ID:157, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:156, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.865 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.873 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=157] [conn=1] [job="ID:157, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:156, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.865 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.876 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=157] [2025/04/05 17:33:05.876 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=78] [cur_db=test] [sql="create table t21(a int);"] [user=root@%] [2025/04/05 17:33:05.878 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:159, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:158, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.877 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.878 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:159, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:158, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.877 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t22(a int);"] [2025/04/05 17:33:05.879 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=159] [conn=1] [job="ID:159, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:158, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.877 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.879 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 158, Table Name: t22)"] [2025/04/05 17:33:05.881 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=78] [neededSchemaVersion=79] ["elapsed time"=156.936µs] [gotSchemaVersion=79] [phyTblIDs="[158]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.883 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=159] [version=79] [2025/04/05 17:33:05.883 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=79] ["take time"=2.009714ms] [job="ID:159, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:158, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.877 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.885 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=159] [conn=1] [job="ID:159, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:158, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.877 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.887 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=159] [2025/04/05 17:33:05.887 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=79] [cur_db=test] [sql="create table t22(a int);"] [user=root@%] [2025/04/05 17:33:05.889 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:161, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:160, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.889 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.889 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:161, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:160, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.889 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t23(a int);"] [2025/04/05 17:33:05.891 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=161] [conn=1] [job="ID:161, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:160, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.889 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.891 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 160, Table Name: t23)"] [2025/04/05 17:33:05.892 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=79] [neededSchemaVersion=80] ["elapsed time"=164.866µs] [gotSchemaVersion=80] [phyTblIDs="[160]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.893 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=161] [version=80] [2025/04/05 17:33:05.894 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=80] ["take time"=2.23437ms] [job="ID:161, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:160, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.889 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.896 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=161] [conn=1] [job="ID:161, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:160, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.889 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.899 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=161] [2025/04/05 17:33:05.899 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=80] [cur_db=test] [sql="create table t23(a int);"] [user=root@%] [2025/04/05 17:33:05.901 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:163, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:162, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.9 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.901 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:163, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:162, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.9 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t24(a int);"] [2025/04/05 17:33:05.902 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=163] [conn=1] [job="ID:163, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:162, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.9 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.902 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 162, Table Name: t24)"] [2025/04/05 17:33:05.904 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=80] [neededSchemaVersion=81] ["elapsed time"=148.912µs] [gotSchemaVersion=81] [phyTblIDs="[162]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.905 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=163] [version=81] [2025/04/05 17:33:05.906 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=81] ["take time"=2.217204ms] [job="ID:163, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:162, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.9 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.908 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=163] [conn=1] [job="ID:163, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:162, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.9 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.910 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=163] [2025/04/05 17:33:05.910 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=81] [cur_db=test] [sql="create table t24(a int);"] [user=root@%] [2025/04/05 17:33:05.912 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:165, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.912 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.912 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:165, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.912 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t25(a int);"] [2025/04/05 17:33:05.913 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=165] [conn=1] [job="ID:165, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.912 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.914 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 164, Table Name: t25)"] [2025/04/05 17:33:05.915 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=81] [neededSchemaVersion=82] ["elapsed time"=167.286µs] [gotSchemaVersion=82] [phyTblIDs="[164]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.916 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=165] [version=82] [2025/04/05 17:33:05.917 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=82] ["take time"=2.206537ms] [job="ID:165, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:164, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.912 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.919 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=165] [conn=1] [job="ID:165, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:164, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.912 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.921 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=165] [2025/04/05 17:33:05.921 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=82] [cur_db=test] [sql="create table t25(a int);"] [user=root@%] [2025/04/05 17:33:05.923 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:167, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:166, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.923 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:167, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:166, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t26(a int);"] [2025/04/05 17:33:05.924 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=167] [conn=1] [job="ID:167, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:166, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.925 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 166, Table Name: t26)"] [2025/04/05 17:33:05.926 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=82] [neededSchemaVersion=83] ["elapsed time"=152.217µs] [gotSchemaVersion=83] [phyTblIDs="[166]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.927 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=167] [version=83] [2025/04/05 17:33:05.928 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=83] ["take time"=2.02531ms] [job="ID:167, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:166, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.929 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=167] [conn=1] [job="ID:167, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:166, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.931 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=167] [2025/04/05 17:33:05.931 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=83] [cur_db=test] [sql="create table t26(a int);"] [user=root@%] [2025/04/05 17:33:05.933 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:169, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:168, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.932 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.933 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:169, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:168, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.932 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t27(a int);"] [2025/04/05 17:33:05.934 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=169] [conn=1] [job="ID:169, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:168, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.932 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.934 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 168, Table Name: t27)"] [2025/04/05 17:33:05.935 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=83] [neededSchemaVersion=84] ["elapsed time"=107.479µs] [gotSchemaVersion=84] [phyTblIDs="[168]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.936 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=169] [version=84] [2025/04/05 17:33:05.938 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=84] ["take time"=2.971709ms] [job="ID:169, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:168, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.932 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.939 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=169] [conn=1] [job="ID:169, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:168, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.932 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.941 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=169] [2025/04/05 17:33:05.941 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=84] [cur_db=test] [sql="create table t27(a int);"] [user=root@%] [2025/04/05 17:33:05.943 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:171, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:170, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.942 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.943 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:171, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:170, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.942 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t28(a int);"] [2025/04/05 17:33:05.944 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=171] [conn=1] [job="ID:171, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:170, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.942 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.944 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 170, Table Name: t28)"] [2025/04/05 17:33:05.945 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=84] [neededSchemaVersion=85] ["elapsed time"=106.686µs] [gotSchemaVersion=85] [phyTblIDs="[170]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.946 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=171] [version=85] [2025/04/05 17:33:05.948 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=85] ["take time"=2.942314ms] [job="ID:171, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:170, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.942 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.949 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=171] [conn=1] [job="ID:171, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:170, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.942 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.950 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=171] [2025/04/05 17:33:05.950 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=85] [cur_db=test] [sql="create table t28(a int);"] [user=root@%] [2025/04/05 17:33:05.952 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:173, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:172, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.951 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.952 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:173, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:172, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.951 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t29(a int);"] [2025/04/05 17:33:05.953 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=173] [conn=1] [job="ID:173, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:172, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.951 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.953 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 172, Table Name: t29)"] [2025/04/05 17:33:05.955 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=85] [neededSchemaVersion=86] ["elapsed time"=107.938µs] [gotSchemaVersion=86] [phyTblIDs="[172]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.955 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=173] [version=86] [2025/04/05 17:33:05.957 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=86] ["take time"=2.083192ms] [job="ID:173, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:172, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.951 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.958 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=173] [conn=1] [job="ID:173, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:172, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.951 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.959 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=173] [2025/04/05 17:33:05.959 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=86] [cur_db=test] [sql="create table t29(a int);"] [user=root@%] [2025/04/05 17:33:05.961 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:175, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:174, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.96 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.961 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:175, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:174, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.96 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t30(a int);"] [2025/04/05 17:33:05.962 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=175] [conn=1] [job="ID:175, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:174, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.96 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.962 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 174, Table Name: t30)"] [2025/04/05 17:33:05.963 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=86] [neededSchemaVersion=87] ["elapsed time"=105.564µs] [gotSchemaVersion=87] [phyTblIDs="[174]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.964 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=175] [version=87] [2025/04/05 17:33:05.966 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=87] ["take time"=2.934281ms] [job="ID:175, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:174, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.96 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.967 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=175] [conn=1] [job="ID:175, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:174, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.96 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.969 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=175] [2025/04/05 17:33:05.969 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=87] [cur_db=test] [sql="create table t30(a int);"] [user=root@%] [2025/04/05 17:33:05.970 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:177, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:176, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.97 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.970 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:177, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:176, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.97 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t31(a int);"] [2025/04/05 17:33:05.971 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=177] [conn=1] [job="ID:177, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:176, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.97 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.971 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 176, Table Name: t31)"] [2025/04/05 17:33:05.973 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=87] [neededSchemaVersion=88] ["elapsed time"=104.105µs] [gotSchemaVersion=88] [phyTblIDs="[176]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.973 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=177] [version=88] [2025/04/05 17:33:05.976 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=88] ["take time"=2.956474ms] [job="ID:177, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:176, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.97 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.977 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=177] [conn=1] [job="ID:177, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:176, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.97 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.978 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=177] [2025/04/05 17:33:05.978 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=88] [cur_db=test] [sql="create table t31(a int);"] [user=root@%] [2025/04/05 17:33:05.980 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:179, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:178, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.979 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.980 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:179, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:178, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.979 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t32(a int);"] [2025/04/05 17:33:05.981 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=179] [conn=1] [job="ID:179, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:178, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.979 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.981 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 178, Table Name: t32)"] [2025/04/05 17:33:05.983 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=88] [neededSchemaVersion=89] ["elapsed time"=107.473µs] [gotSchemaVersion=89] [phyTblIDs="[178]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.983 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=179] [version=89] [2025/04/05 17:33:05.985 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=89] ["take time"=2.932655ms] [job="ID:179, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:178, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.979 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.986 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=179] [conn=1] [job="ID:179, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:178, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.979 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.988 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=179] [2025/04/05 17:33:05.988 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=89] [cur_db=test] [sql="create table t32(a int);"] [user=root@%] [2025/04/05 17:33:05.990 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:181, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:180, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.989 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.990 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:181, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:180, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.989 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t33(a int);"] [2025/04/05 17:33:05.991 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=181] [conn=1] [job="ID:181, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:180, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.989 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.991 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 180, Table Name: t33)"] [2025/04/05 17:33:05.992 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=89] [neededSchemaVersion=90] ["elapsed time"=104.122µs] [gotSchemaVersion=90] [phyTblIDs="[180]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:05.992 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=181] [version=90] [2025/04/05 17:33:05.995 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=90] ["take time"=2.917781ms] [job="ID:181, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:180, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.989 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.996 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=181] [conn=1] [job="ID:181, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:180, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.989 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:05.997 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=181] [2025/04/05 17:33:05.998 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=90] [cur_db=test] [sql="create table t33(a int);"] [user=root@%] [2025/04/05 17:33:05.999 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:183, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:182, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.998 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:05.999 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:183, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:182, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.998 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t34(a int);"] [2025/04/05 17:33:06.000 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=183] [conn=1] [job="ID:183, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:182, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.998 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.000 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 182, Table Name: t34)"] [2025/04/05 17:33:06.001 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=90] [neededSchemaVersion=91] ["elapsed time"=127.79µs] [gotSchemaVersion=91] [phyTblIDs="[182]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.002 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=183] [version=91] [2025/04/05 17:33:06.004 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=91] ["take time"=2.943187ms] [job="ID:183, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:182, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:05.998 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.005 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=183] [conn=1] [job="ID:183, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:182, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:05.998 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.007 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=183] [2025/04/05 17:33:06.007 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=91] [cur_db=test] [sql="create table t34(a int);"] [user=root@%] [2025/04/05 17:33:06.008 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:185, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.007 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.008 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:185, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.007 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t35(a int);"] [2025/04/05 17:33:06.009 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=185] [conn=1] [job="ID:185, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.007 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.009 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 184, Table Name: t35)"] [2025/04/05 17:33:06.011 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=91] [neededSchemaVersion=92] ["elapsed time"=108.714µs] [gotSchemaVersion=92] [phyTblIDs="[184]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.011 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=185] [version=92] [2025/04/05 17:33:06.013 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=92] ["take time"=2.952418ms] [job="ID:185, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:184, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.007 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.015 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=185] [conn=1] [job="ID:185, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:184, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.007 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.016 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=185] [2025/04/05 17:33:06.016 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=92] [cur_db=test] [sql="create table t35(a int);"] [user=root@%] [2025/04/05 17:33:06.018 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:187, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:186, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.017 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.018 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:187, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:186, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.017 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t36(a int);"] [2025/04/05 17:33:06.019 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=187] [conn=1] [job="ID:187, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:186, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.017 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.019 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 186, Table Name: t36)"] [2025/04/05 17:33:06.020 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=92] [neededSchemaVersion=93] ["elapsed time"=105.638µs] [gotSchemaVersion=93] [phyTblIDs="[186]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.021 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=187] [version=93] [2025/04/05 17:33:06.023 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=93] ["take time"=2.987054ms] [job="ID:187, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:186, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.017 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.024 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=187] [conn=1] [job="ID:187, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:186, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.017 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.026 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=187] [2025/04/05 17:33:06.026 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=93] [cur_db=test] [sql="create table t36(a int);"] [user=root@%] [2025/04/05 17:33:06.027 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:189, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:188, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.027 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.028 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:189, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:188, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.027 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t37(a int);"] [2025/04/05 17:33:06.028 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=189] [conn=1] [job="ID:189, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:188, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.027 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.029 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 188, Table Name: t37)"] [2025/04/05 17:33:06.030 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=93] [neededSchemaVersion=94] ["elapsed time"=102.202µs] [gotSchemaVersion=94] [phyTblIDs="[188]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.030 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=189] [version=94] [2025/04/05 17:33:06.032 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=94] ["take time"=2.221304ms] [job="ID:189, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:188, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.027 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.033 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=189] [conn=1] [job="ID:189, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:188, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.027 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.034 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=189] [2025/04/05 17:33:06.035 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=94] [cur_db=test] [sql="create table t37(a int);"] [user=root@%] [2025/04/05 17:33:06.036 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:191, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:190, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.035 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.036 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:191, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:190, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.035 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t38(a int);"] [2025/04/05 17:33:06.037 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=191] [conn=1] [job="ID:191, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:190, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.035 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.037 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 190, Table Name: t38)"] [2025/04/05 17:33:06.039 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=94] [neededSchemaVersion=95] ["elapsed time"=104.203µs] [gotSchemaVersion=95] [phyTblIDs="[190]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.039 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=191] [version=95] [2025/04/05 17:33:06.041 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=95] ["take time"=2.942898ms] [job="ID:191, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:190, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.035 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.043 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=191] [conn=1] [job="ID:191, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:190, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.035 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.044 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=191] [2025/04/05 17:33:06.044 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=95] [cur_db=test] [sql="create table t38(a int);"] [user=root@%] [2025/04/05 17:33:06.046 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:193, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:192, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.045 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.046 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:193, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:192, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.045 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t39(a int);"] [2025/04/05 17:33:06.047 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=193] [conn=1] [job="ID:193, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:192, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.045 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.047 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 192, Table Name: t39)"] [2025/04/05 17:33:06.048 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=95] [neededSchemaVersion=96] ["elapsed time"=100.283µs] [gotSchemaVersion=96] [phyTblIDs="[192]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.049 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=193] [version=96] [2025/04/05 17:33:06.051 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=96] ["take time"=2.947711ms] [job="ID:193, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:192, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.045 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.052 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=193] [conn=1] [job="ID:193, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:192, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.045 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.054 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=193] [2025/04/05 17:33:06.054 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=96] [cur_db=test] [sql="create table t39(a int);"] [user=root@%] [2025/04/05 17:33:06.055 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:195, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:194, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.055 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:195, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:194, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t40(a int);"] [2025/04/05 17:33:06.056 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=195] [conn=1] [job="ID:195, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:194, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.056 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 194, Table Name: t40)"] [2025/04/05 17:33:06.057 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=96] [neededSchemaVersion=97] ["elapsed time"=101.477µs] [gotSchemaVersion=97] [phyTblIDs="[194]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.058 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=195] [version=97] [2025/04/05 17:33:06.060 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=97] ["take time"=2.948999ms] [job="ID:195, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:194, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.061 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=195] [conn=1] [job="ID:195, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:194, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.063 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=195] [2025/04/05 17:33:06.063 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=97] [cur_db=test] [sql="create table t40(a int);"] [user=root@%] [2025/04/05 17:33:06.065 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:197, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:196, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.064 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.065 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:197, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:196, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.064 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t41(a int);"] [2025/04/05 17:33:06.065 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=197] [conn=1] [job="ID:197, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:196, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.064 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.066 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 196, Table Name: t41)"] [2025/04/05 17:33:06.067 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=97] [neededSchemaVersion=98] ["elapsed time"=103.561µs] [gotSchemaVersion=98] [phyTblIDs="[196]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.067 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=197] [version=98] [2025/04/05 17:33:06.069 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=98] ["take time"=2.922543ms] [job="ID:197, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:196, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.064 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.071 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=197] [conn=1] [job="ID:197, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:196, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.064 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.072 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=197] [2025/04/05 17:33:06.072 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=98] [cur_db=test] [sql="create table t41(a int);"] [user=root@%] [2025/04/05 17:33:06.074 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:199, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:198, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.074 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:199, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:198, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t42(a int);"] [2025/04/05 17:33:06.075 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=199] [conn=1] [job="ID:199, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:198, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.075 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 198, Table Name: t42)"] [2025/04/05 17:33:06.076 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=98] [neededSchemaVersion=99] ["elapsed time"=137.729µs] [gotSchemaVersion=99] [phyTblIDs="[198]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.077 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=199] [version=99] [2025/04/05 17:33:06.079 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=99] ["take time"=2.94583ms] [job="ID:199, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:198, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.083 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=199] [conn=1] [job="ID:199, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:198, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.085 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=199] [2025/04/05 17:33:06.086 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=99] [cur_db=test] [sql="create table t42(a int);"] [user=root@%] [2025/04/05 17:33:06.087 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:201, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:200, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.087 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.087 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:201, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:200, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.087 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t43(a int);"] [2025/04/05 17:33:06.089 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=201] [conn=1] [job="ID:201, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:200, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.087 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.089 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 200, Table Name: t43)"] [2025/04/05 17:33:06.090 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=99] [neededSchemaVersion=100] ["elapsed time"=129.762µs] [gotSchemaVersion=100] [phyTblIDs="[200]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.091 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=201] [version=100] [2025/04/05 17:33:06.092 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=100] ["take time"=2.212424ms] [job="ID:201, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:200, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.087 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.093 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=201] [conn=1] [job="ID:201, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:200, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.087 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.095 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=201] [2025/04/05 17:33:06.095 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=100] [cur_db=test] [sql="create table t43(a int);"] [user=root@%] [2025/04/05 17:33:06.097 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:203, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:202, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.096 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.097 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:203, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:202, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.096 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t44(a int);"] [2025/04/05 17:33:06.098 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=203] [conn=1] [job="ID:203, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:202, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.096 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.098 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 202, Table Name: t44)"] [2025/04/05 17:33:06.099 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=100] [neededSchemaVersion=101] ["elapsed time"=128.407µs] [gotSchemaVersion=101] [phyTblIDs="[202]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.100 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=203] [version=101] [2025/04/05 17:33:06.102 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=101] ["take time"=3.00154ms] [job="ID:203, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:202, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.096 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.103 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=203] [conn=1] [job="ID:203, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:202, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.096 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.105 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=203] [2025/04/05 17:33:06.105 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=101] [cur_db=test] [sql="create table t44(a int);"] [user=root@%] [2025/04/05 17:33:06.107 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:205, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.107 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.107 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:205, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.107 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t45(a int);"] [2025/04/05 17:33:06.108 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=205] [conn=1] [job="ID:205, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.107 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.108 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 204, Table Name: t45)"] [2025/04/05 17:33:06.109 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=101] [neededSchemaVersion=102] ["elapsed time"=113.068µs] [gotSchemaVersion=102] [phyTblIDs="[204]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.110 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=205] [version=102] [2025/04/05 17:33:06.112 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=102] ["take time"=3.036929ms] [job="ID:205, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:204, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.107 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.114 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=205] [conn=1] [job="ID:205, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:204, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.107 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.115 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=205] [2025/04/05 17:33:06.115 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=102] [cur_db=test] [sql="create table t45(a int);"] [user=root@%] [2025/04/05 17:33:06.117 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:207, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:206, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.116 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.117 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:207, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:206, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.116 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t46(a int);"] [2025/04/05 17:33:06.118 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=207] [conn=1] [job="ID:207, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:206, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.116 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.118 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 206, Table Name: t46)"] [2025/04/05 17:33:06.119 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=102] [neededSchemaVersion=103] ["elapsed time"=114.508µs] [gotSchemaVersion=103] [phyTblIDs="[206]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.120 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=207] [version=103] [2025/04/05 17:33:06.122 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=103] ["take time"=2.996602ms] [job="ID:207, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:206, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.116 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.123 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=207] [conn=1] [job="ID:207, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:206, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.116 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.125 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=207] [2025/04/05 17:33:06.125 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=103] [cur_db=test] [sql="create table t46(a int);"] [user=root@%] [2025/04/05 17:33:06.127 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:209, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:208, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.126 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.127 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:209, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:208, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.126 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t47(a int);"] [2025/04/05 17:33:06.128 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=209] [conn=1] [job="ID:209, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:208, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.126 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.128 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 208, Table Name: t47)"] [2025/04/05 17:33:06.129 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=103] [neededSchemaVersion=104] ["elapsed time"=112.612µs] [gotSchemaVersion=104] [phyTblIDs="[208]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.130 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=209] [version=104] [2025/04/05 17:33:06.132 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=104] ["take time"=2.393039ms] [job="ID:209, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:208, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.126 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.133 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=209] [conn=1] [job="ID:209, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:208, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.126 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.134 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=209] [2025/04/05 17:33:06.134 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=104] [cur_db=test] [sql="create table t47(a int);"] [user=root@%] [2025/04/05 17:33:06.137 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:211, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:210, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.135 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.137 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:211, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:210, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.135 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t48(a int);"] [2025/04/05 17:33:06.138 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=211] [conn=1] [job="ID:211, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:210, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.135 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.138 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 210, Table Name: t48)"] [2025/04/05 17:33:06.140 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=104] [neededSchemaVersion=105] ["elapsed time"=109.845µs] [gotSchemaVersion=105] [phyTblIDs="[210]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.140 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=211] [version=105] [2025/04/05 17:33:06.142 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=105] ["take time"=3.050842ms] [job="ID:211, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:210, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.135 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.144 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=211] [conn=1] [job="ID:211, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:210, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.135 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.146 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=211] [2025/04/05 17:33:06.146 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=105] [cur_db=test] [sql="create table t48(a int);"] [user=root@%] [2025/04/05 17:33:06.148 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:213, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:212, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.148 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:213, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:212, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t49(a int);"] [2025/04/05 17:33:06.149 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=213] [conn=1] [job="ID:213, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:212, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.149 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 212, Table Name: t49)"] [2025/04/05 17:33:06.151 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=105] [neededSchemaVersion=106] ["elapsed time"=151.058µs] [gotSchemaVersion=106] [phyTblIDs="[212]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.152 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=213] [version=106] [2025/04/05 17:33:06.153 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=106] ["take time"=2.253335ms] [job="ID:213, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:212, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.155 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=213] [conn=1] [job="ID:213, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:212, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.147 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.157 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=213] [2025/04/05 17:33:06.157 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=106] [cur_db=test] [sql="create table t49(a int);"] [user=root@%] [2025/04/05 17:33:06.159 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:215, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:214, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.159 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.159 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:215, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:214, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.159 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t50(a int);"] [2025/04/05 17:33:06.161 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=215] [conn=1] [job="ID:215, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:214, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.159 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.161 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 214, Table Name: t50)"] [2025/04/05 17:33:06.163 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=106] [neededSchemaVersion=107] ["elapsed time"=175.071µs] [gotSchemaVersion=107] [phyTblIDs="[214]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.164 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=215] [version=107] [2025/04/05 17:33:06.165 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=107] ["take time"=2.335842ms] [job="ID:215, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:214, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.159 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.167 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=215] [conn=1] [job="ID:215, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:214, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.159 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.169 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=215] [2025/04/05 17:33:06.170 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=107] [cur_db=test] [sql="create table t50(a int);"] [user=root@%] [2025/04/05 17:33:06.172 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:217, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:216, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.172 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:217, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:216, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t51(a int);"] [2025/04/05 17:33:06.173 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=217] [conn=1] [job="ID:217, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:216, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.173 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 216, Table Name: t51)"] [2025/04/05 17:33:06.175 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=107] [neededSchemaVersion=108] ["elapsed time"=172.509µs] [gotSchemaVersion=108] [phyTblIDs="[216]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.176 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=217] [version=108] [2025/04/05 17:33:06.177 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=108] ["take time"=2.38293ms] [job="ID:217, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:216, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.179 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=217] [conn=1] [job="ID:217, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:216, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.171 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.182 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=217] [2025/04/05 17:33:06.182 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=108] [cur_db=test] [sql="create table t51(a int);"] [user=root@%] [2025/04/05 17:33:06.184 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:219, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:218, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.183 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.184 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:219, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:218, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.183 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t52(a int);"] [2025/04/05 17:33:06.186 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=219] [conn=1] [job="ID:219, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:218, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.183 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.187 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 218, Table Name: t52)"] [2025/04/05 17:33:06.188 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=108] [neededSchemaVersion=109] ["elapsed time"=115.06µs] [gotSchemaVersion=109] [phyTblIDs="[218]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.189 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=219] [version=109] [2025/04/05 17:33:06.190 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=109] ["take time"=2.103709ms] [job="ID:219, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:218, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.183 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.191 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=219] [conn=1] [job="ID:219, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:218, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.183 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.194 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=219] [2025/04/05 17:33:06.194 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=109] [cur_db=test] [sql="create table t52(a int);"] [user=root@%] [2025/04/05 17:33:06.197 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:221, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:220, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.196 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.197 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:221, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:220, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.196 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t53(a int);"] [2025/04/05 17:33:06.198 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=221] [conn=1] [job="ID:221, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:220, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.196 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.198 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 220, Table Name: t53)"] [2025/04/05 17:33:06.200 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=109] [neededSchemaVersion=110] ["elapsed time"=165.555µs] [gotSchemaVersion=110] [phyTblIDs="[220]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.201 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=221] [version=110] [2025/04/05 17:33:06.202 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=110] ["take time"=2.334707ms] [job="ID:221, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:220, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.196 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.204 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=221] [conn=1] [job="ID:221, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:220, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.196 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.207 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=221] [2025/04/05 17:33:06.207 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=110] [cur_db=test] [sql="create table t53(a int);"] [user=root@%] [2025/04/05 17:33:06.209 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:223, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:222, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.209 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:223, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:222, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t54(a int);"] [2025/04/05 17:33:06.210 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=223] [conn=1] [job="ID:223, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:222, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.211 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 222, Table Name: t54)"] [2025/04/05 17:33:06.212 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=110] [neededSchemaVersion=111] ["elapsed time"=131.828µs] [gotSchemaVersion=111] [phyTblIDs="[222]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.213 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=223] [version=111] [2025/04/05 17:33:06.214 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=111] ["take time"=2.139626ms] [job="ID:223, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:222, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.216 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=223] [conn=1] [job="ID:223, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:222, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.208 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.218 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=223] [2025/04/05 17:33:06.218 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=111] [cur_db=test] [sql="create table t54(a int);"] [user=root@%] [2025/04/05 17:33:06.219 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:225, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.219 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.219 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:225, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.219 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t55(a int);"] [2025/04/05 17:33:06.220 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=225] [conn=1] [job="ID:225, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.219 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.221 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 224, Table Name: t55)"] [2025/04/05 17:33:06.222 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=111] [neededSchemaVersion=112] ["elapsed time"=145.524µs] [gotSchemaVersion=112] [phyTblIDs="[224]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.223 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=225] [version=112] [2025/04/05 17:33:06.224 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=112] ["take time"=2.028038ms] [job="ID:225, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:224, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.219 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.225 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=225] [conn=1] [job="ID:225, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:224, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.219 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.229 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=225] [2025/04/05 17:33:06.229 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=112] [cur_db=test] [sql="create table t55(a int);"] [user=root@%] [2025/04/05 17:33:06.233 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:227, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:226, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.231 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.233 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:227, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:226, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.231 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t56(a int);"] [2025/04/05 17:33:06.236 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=227] [conn=1] [job="ID:227, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:226, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.231 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.236 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 226, Table Name: t56)"] [2025/04/05 17:33:06.239 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=112] [neededSchemaVersion=113] ["elapsed time"=200.069µs] [gotSchemaVersion=113] [phyTblIDs="[226]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.240 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=227] [version=113] [2025/04/05 17:33:06.263 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=113] ["take time"=24.101737ms] [job="ID:227, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:226, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.231 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.264 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=227] [conn=1] [job="ID:227, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:226, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.231 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.267 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=227] [2025/04/05 17:33:06.267 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=113] [cur_db=test] [sql="create table t56(a int);"] [user=root@%] [2025/04/05 17:33:06.273 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:229, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.272 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.273 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:229, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.272 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t57(a int);"] [2025/04/05 17:33:06.274 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=229] [conn=1] [job="ID:229, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.272 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.275 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 228, Table Name: t57)"] [2025/04/05 17:33:06.276 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=113] [neededSchemaVersion=114] ["elapsed time"=176.57µs] [gotSchemaVersion=114] [phyTblIDs="[228]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.277 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=229] [version=114] [2025/04/05 17:33:06.290 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=114] ["take time"=13.881711ms] [job="ID:229, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:228, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.272 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.292 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=229] [conn=1] [job="ID:229, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:228, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.272 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.293 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=229] [2025/04/05 17:33:06.294 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=114] [cur_db=test] [sql="create table t57(a int);"] [user=root@%] [2025/04/05 17:33:06.296 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:231, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:230, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.295 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.296 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:231, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:230, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.295 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t58(a int);"] [2025/04/05 17:33:06.297 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=231] [conn=1] [job="ID:231, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:230, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.295 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.297 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 230, Table Name: t58)"] [2025/04/05 17:33:06.298 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=114] [neededSchemaVersion=115] ["elapsed time"=134.396µs] [gotSchemaVersion=115] [phyTblIDs="[230]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.299 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=231] [version=115] [2025/04/05 17:33:06.300 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=115] ["take time"=2.008737ms] [job="ID:231, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:230, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.295 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.302 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=231] [conn=1] [job="ID:231, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:230, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.295 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.304 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=231] [2025/04/05 17:33:06.304 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=115] [cur_db=test] [sql="create table t58(a int);"] [user=root@%] [2025/04/05 17:33:06.305 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:233, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:232, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.305 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.305 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:233, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:232, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.305 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t59(a int);"] [2025/04/05 17:33:06.306 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=233] [conn=1] [job="ID:233, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:232, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.305 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.307 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 232, Table Name: t59)"] [2025/04/05 17:33:06.308 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=115] [neededSchemaVersion=116] ["elapsed time"=117.737µs] [gotSchemaVersion=116] [phyTblIDs="[232]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.308 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=233] [version=116] [2025/04/05 17:33:06.310 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=116] ["take time"=2.011773ms] [job="ID:233, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:232, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.305 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.311 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=233] [conn=1] [job="ID:233, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:232, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.305 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.313 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=233] [2025/04/05 17:33:06.313 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=116] [cur_db=test] [sql="create table t59(a int);"] [user=root@%] [2025/04/05 17:33:06.314 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:235, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:234, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.314 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.315 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:235, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:234, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.314 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t60(a int);"] [2025/04/05 17:33:06.315 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=235] [conn=1] [job="ID:235, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:234, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.314 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.316 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 234, Table Name: t60)"] [2025/04/05 17:33:06.317 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=116] [neededSchemaVersion=117] ["elapsed time"=121.229µs] [gotSchemaVersion=117] [phyTblIDs="[234]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.318 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=235] [version=117] [2025/04/05 17:33:06.319 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=117] ["take time"=2.008249ms] [job="ID:235, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:234, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.314 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.320 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=235] [conn=1] [job="ID:235, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:234, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.314 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.322 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=235] [2025/04/05 17:33:06.322 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=117] [cur_db=test] [sql="create table t60(a int);"] [user=root@%] [2025/04/05 17:33:06.324 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:237, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:236, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.323 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.324 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:237, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:236, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.323 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t61(a int);"] [2025/04/05 17:33:06.325 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=237] [conn=1] [job="ID:237, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:236, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.323 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.325 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 236, Table Name: t61)"] [2025/04/05 17:33:06.327 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=117] [neededSchemaVersion=118] ["elapsed time"=118.087µs] [gotSchemaVersion=118] [phyTblIDs="[236]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.327 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=237] [version=118] [2025/04/05 17:33:06.329 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=118] ["take time"=3.051819ms] [job="ID:237, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:236, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.323 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.331 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=237] [conn=1] [job="ID:237, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:236, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.323 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.333 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=237] [2025/04/05 17:33:06.333 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=118] [cur_db=test] [sql="create table t61(a int);"] [user=root@%] [2025/04/05 17:33:06.335 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:239, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:238, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.334 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.335 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:239, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:238, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.334 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t62(a int);"] [2025/04/05 17:33:06.336 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=239] [conn=1] [job="ID:239, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:238, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.334 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.337 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 238, Table Name: t62)"] [2025/04/05 17:33:06.338 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=118] [neededSchemaVersion=119] ["elapsed time"=118.242µs] [gotSchemaVersion=119] [phyTblIDs="[238]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.339 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=239] [version=119] [2025/04/05 17:33:06.340 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=119] ["take time"=2.030046ms] [job="ID:239, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:238, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.334 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.341 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=239] [conn=1] [job="ID:239, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:238, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.334 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.343 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=239] [2025/04/05 17:33:06.343 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=119] [cur_db=test] [sql="create table t62(a int);"] [user=root@%] [2025/04/05 17:33:06.344 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:241, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.344 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.344 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:241, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.344 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t63(a int);"] [2025/04/05 17:33:06.345 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=241] [conn=1] [job="ID:241, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.344 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.346 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 240, Table Name: t63)"] [2025/04/05 17:33:06.347 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=119] [neededSchemaVersion=120] ["elapsed time"=122.024µs] [gotSchemaVersion=120] [phyTblIDs="[240]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.348 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=241] [version=120] [2025/04/05 17:33:06.349 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=120] ["take time"=2.103161ms] [job="ID:241, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:240, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.344 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.351 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=241] [conn=1] [job="ID:241, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:240, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.344 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.352 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=241] [2025/04/05 17:33:06.352 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=120] [cur_db=test] [sql="create table t63(a int);"] [user=root@%] [2025/04/05 17:33:06.354 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:243, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:242, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.353 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.354 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:243, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:242, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.353 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t64(a int);"] [2025/04/05 17:33:06.355 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=243] [conn=1] [job="ID:243, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:242, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.353 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.356 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 242, Table Name: t64)"] [2025/04/05 17:33:06.357 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=120] [neededSchemaVersion=121] ["elapsed time"=114.055µs] [gotSchemaVersion=121] [phyTblIDs="[242]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.358 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=243] [version=121] [2025/04/05 17:33:06.359 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=121] ["take time"=2.020949ms] [job="ID:243, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:242, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.353 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.360 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=243] [conn=1] [job="ID:243, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:242, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.353 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.362 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=243] [2025/04/05 17:33:06.362 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=121] [cur_db=test] [sql="create table t64(a int);"] [user=root@%] [2025/04/05 17:33:06.364 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:245, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:244, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.363 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.364 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:245, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:244, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.363 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t65(a int);"] [2025/04/05 17:33:06.365 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=245] [conn=1] [job="ID:245, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:244, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.363 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.365 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 244, Table Name: t65)"] [2025/04/05 17:33:06.366 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=121] [neededSchemaVersion=122] ["elapsed time"=109.912µs] [gotSchemaVersion=122] [phyTblIDs="[244]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.367 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=245] [version=122] [2025/04/05 17:33:06.369 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=122] ["take time"=3.034164ms] [job="ID:245, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:244, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.363 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.370 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=245] [conn=1] [job="ID:245, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:244, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.363 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.372 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=245] [2025/04/05 17:33:06.373 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=122] [cur_db=test] [sql="create table t65(a int);"] [user=root@%] [2025/04/05 17:33:06.374 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:247, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:246, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.373 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.374 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:247, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:246, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.373 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t66(a int);"] [2025/04/05 17:33:06.375 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=247] [conn=1] [job="ID:247, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:246, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.373 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.375 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 246, Table Name: t66)"] [2025/04/05 17:33:06.377 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=122] [neededSchemaVersion=123] ["elapsed time"=128.501µs] [gotSchemaVersion=123] [phyTblIDs="[246]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.377 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=247] [version=123] [2025/04/05 17:33:06.379 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=123] ["take time"=2.044413ms] [job="ID:247, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:246, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.373 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.380 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=247] [conn=1] [job="ID:247, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:246, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.373 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.383 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=247] [2025/04/05 17:33:06.383 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=123] [cur_db=test] [sql="create table t66(a int);"] [user=root@%] [2025/04/05 17:33:06.384 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:249, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:248, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.384 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:249, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:248, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t67(a int);"] [2025/04/05 17:33:06.386 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=249] [conn=1] [job="ID:249, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:248, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.386 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 248, Table Name: t67)"] [2025/04/05 17:33:06.387 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=123] [neededSchemaVersion=124] ["elapsed time"=126.509µs] [gotSchemaVersion=124] [phyTblIDs="[248]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.388 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=249] [version=124] [2025/04/05 17:33:06.390 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=124] ["take time"=3.04929ms] [job="ID:249, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:248, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.392 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=249] [conn=1] [job="ID:249, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:248, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.384 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.394 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=249] [2025/04/05 17:33:06.394 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=124] [cur_db=test] [sql="create table t67(a int);"] [user=root@%] [2025/04/05 17:33:06.395 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:251, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:250, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.395 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:251, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:250, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t68(a int);"] [2025/04/05 17:33:06.396 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=251] [conn=1] [job="ID:251, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:250, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.397 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 250, Table Name: t68)"] [2025/04/05 17:33:06.398 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=124] [neededSchemaVersion=125] ["elapsed time"=115.043µs] [gotSchemaVersion=125] [phyTblIDs="[250]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.398 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=251] [version=125] [2025/04/05 17:33:06.401 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=125] ["take time"=3.019159ms] [job="ID:251, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:250, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.402 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=251] [conn=1] [job="ID:251, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:250, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.404 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=251] [2025/04/05 17:33:06.404 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=125] [cur_db=test] [sql="create table t68(a int);"] [user=root@%] [2025/04/05 17:33:06.405 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:253, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.406 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:253, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t69(a int);"] [2025/04/05 17:33:06.406 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=253] [conn=1] [job="ID:253, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.407 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 252, Table Name: t69)"] [2025/04/05 17:33:06.408 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=125] [neededSchemaVersion=126] ["elapsed time"=120.32µs] [gotSchemaVersion=126] [phyTblIDs="[252]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.409 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=253] [version=126] [2025/04/05 17:33:06.410 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=126] ["take time"=2.007682ms] [job="ID:253, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:252, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.411 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=253] [conn=1] [job="ID:253, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:252, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.413 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=253] [2025/04/05 17:33:06.413 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=126] [cur_db=test] [sql="create table t69(a int);"] [user=root@%] [2025/04/05 17:33:06.415 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:255, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:254, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.414 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.415 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:255, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:254, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.414 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t70(a int);"] [2025/04/05 17:33:06.416 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=255] [conn=1] [job="ID:255, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:254, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.414 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.416 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 254, Table Name: t70)"] [2025/04/05 17:33:06.417 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=126] [neededSchemaVersion=127] ["elapsed time"=110.689µs] [gotSchemaVersion=127] [phyTblIDs="[254]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.418 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=255] [version=127] [2025/04/05 17:33:06.419 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=127] ["take time"=2.023481ms] [job="ID:255, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:254, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.414 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.420 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=255] [conn=1] [job="ID:255, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:254, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.414 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.422 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=255] [2025/04/05 17:33:06.422 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=127] [cur_db=test] [sql="create table t70(a int);"] [user=root@%] [2025/04/05 17:33:06.424 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:257, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:256, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.424 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:257, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:256, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t71(a int);"] [2025/04/05 17:33:06.425 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=257] [conn=1] [job="ID:257, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:256, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.425 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 256, Table Name: t71)"] [2025/04/05 17:33:06.427 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=127] [neededSchemaVersion=128] ["elapsed time"=115.352µs] [gotSchemaVersion=128] [phyTblIDs="[256]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.427 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=257] [version=128] [2025/04/05 17:33:06.428 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=128] ["take time"=2.103565ms] [job="ID:257, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:256, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.430 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=257] [conn=1] [job="ID:257, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:256, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.432 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=257] [2025/04/05 17:33:06.432 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=128] [cur_db=test] [sql="create table t71(a int);"] [user=root@%] [2025/04/05 17:33:06.433 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:259, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:258, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.433 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:259, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:258, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t72(a int);"] [2025/04/05 17:33:06.435 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=259] [conn=1] [job="ID:259, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:258, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.435 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 258, Table Name: t72)"] [2025/04/05 17:33:06.436 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=128] [neededSchemaVersion=129] ["elapsed time"=120.359µs] [gotSchemaVersion=129] [phyTblIDs="[258]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.437 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=259] [version=129] [2025/04/05 17:33:06.438 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=129] ["take time"=2.192631ms] [job="ID:259, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:258, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.439 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=259] [conn=1] [job="ID:259, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:258, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.441 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=259] [2025/04/05 17:33:06.441 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=129] [cur_db=test] [sql="create table t72(a int);"] [user=root@%] [2025/04/05 17:33:06.443 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:261, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:260, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.443 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:261, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:260, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t73(a int);"] [2025/04/05 17:33:06.444 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=261] [conn=1] [job="ID:261, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:260, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.444 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 260, Table Name: t73)"] [2025/04/05 17:33:06.445 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=129] [neededSchemaVersion=130] ["elapsed time"=121.21µs] [gotSchemaVersion=130] [phyTblIDs="[260]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.446 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=261] [version=130] [2025/04/05 17:33:06.447 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=130] ["take time"=2.03448ms] [job="ID:261, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:260, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.449 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=261] [conn=1] [job="ID:261, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:260, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.450 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=261] [2025/04/05 17:33:06.450 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=130] [cur_db=test] [sql="create table t73(a int);"] [user=root@%] [2025/04/05 17:33:06.452 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:263, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:262, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.451 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.452 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:263, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:262, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.451 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t74(a int);"] [2025/04/05 17:33:06.453 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=263] [conn=1] [job="ID:263, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:262, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.451 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.453 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 262, Table Name: t74)"] [2025/04/05 17:33:06.455 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=130] [neededSchemaVersion=131] ["elapsed time"=113.438µs] [gotSchemaVersion=131] [phyTblIDs="[262]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.455 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=263] [version=131] [2025/04/05 17:33:06.457 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=131] ["take time"=3.038524ms] [job="ID:263, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:262, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.451 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.459 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=263] [conn=1] [job="ID:263, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:262, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.451 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.460 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=263] [2025/04/05 17:33:06.461 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=131] [cur_db=test] [sql="create table t74(a int);"] [user=root@%] [2025/04/05 17:33:06.462 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:265, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.461 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.462 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:265, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.461 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t75(a int);"] [2025/04/05 17:33:06.463 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=265] [conn=1] [job="ID:265, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.461 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.464 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 264, Table Name: t75)"] [2025/04/05 17:33:06.465 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=131] [neededSchemaVersion=132] ["elapsed time"=118.864µs] [gotSchemaVersion=132] [phyTblIDs="[264]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.466 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=265] [version=132] [2025/04/05 17:33:06.467 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=132] ["take time"=2.148693ms] [job="ID:265, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:264, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.461 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.468 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=265] [conn=1] [job="ID:265, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:264, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.461 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.470 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=265] [2025/04/05 17:33:06.470 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=132] [cur_db=test] [sql="create table t75(a int);"] [user=root@%] [2025/04/05 17:33:06.472 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:267, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:266, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.471 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.472 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:267, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:266, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.471 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t76(a int);"] [2025/04/05 17:33:06.473 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=267] [conn=1] [job="ID:267, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:266, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.471 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.473 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 266, Table Name: t76)"] [2025/04/05 17:33:06.474 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=132] [neededSchemaVersion=133] ["elapsed time"=109.131µs] [gotSchemaVersion=133] [phyTblIDs="[266]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.475 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=267] [version=133] [2025/04/05 17:33:06.477 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=133] ["take time"=3.11976ms] [job="ID:267, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:266, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.471 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.479 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=267] [conn=1] [job="ID:267, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:266, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.471 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.481 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=267] [2025/04/05 17:33:06.481 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=133] [cur_db=test] [sql="create table t76(a int);"] [user=root@%] [2025/04/05 17:33:06.483 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:269, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:268, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.482 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.483 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:269, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:268, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.482 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t77(a int);"] [2025/04/05 17:33:06.484 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=269] [conn=1] [job="ID:269, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:268, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.482 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.484 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 268, Table Name: t77)"] [2025/04/05 17:33:06.486 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=133] [neededSchemaVersion=134] ["elapsed time"=125.197µs] [gotSchemaVersion=134] [phyTblIDs="[268]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.487 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=269] [version=134] [2025/04/05 17:33:06.488 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=134] ["take time"=2.090111ms] [job="ID:269, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:268, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.482 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.489 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=269] [conn=1] [job="ID:269, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:268, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.482 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.490 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=269] [2025/04/05 17:33:06.491 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=134] [cur_db=test] [sql="create table t77(a int);"] [user=root@%] [2025/04/05 17:33:06.492 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:271, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:270, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.492 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.493 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:271, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:270, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.492 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t78(a int);"] [2025/04/05 17:33:06.494 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=271] [conn=1] [job="ID:271, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:270, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.492 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.494 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 270, Table Name: t78)"] [2025/04/05 17:33:06.495 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=134] [neededSchemaVersion=135] ["elapsed time"=128.815µs] [gotSchemaVersion=135] [phyTblIDs="[270]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.496 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=271] [version=135] [2025/04/05 17:33:06.497 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=135] ["take time"=2.104154ms] [job="ID:271, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:270, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.492 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.499 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=271] [conn=1] [job="ID:271, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:270, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.492 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.501 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=271] [2025/04/05 17:33:06.501 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=135] [cur_db=test] [sql="create table t78(a int);"] [user=root@%] [2025/04/05 17:33:06.502 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:273, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:272, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.502 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.502 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:273, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:272, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.502 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t79(a int);"] [2025/04/05 17:33:06.503 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=273] [conn=1] [job="ID:273, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:272, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.502 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.504 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 272, Table Name: t79)"] [2025/04/05 17:33:06.505 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=135] [neededSchemaVersion=136] ["elapsed time"=119.072µs] [gotSchemaVersion=136] [phyTblIDs="[272]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.506 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=273] [version=136] [2025/04/05 17:33:06.507 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=136] ["take time"=2.079118ms] [job="ID:273, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:272, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.502 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.508 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=273] [conn=1] [job="ID:273, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:272, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.502 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.510 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=273] [2025/04/05 17:33:06.510 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=136] [cur_db=test] [sql="create table t79(a int);"] [user=root@%] [2025/04/05 17:33:06.512 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:275, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:274, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.511 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.512 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:275, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:274, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.511 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t80(a int);"] [2025/04/05 17:33:06.513 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=275] [conn=1] [job="ID:275, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:274, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.511 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.514 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 274, Table Name: t80)"] [2025/04/05 17:33:06.515 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=136] [neededSchemaVersion=137] ["elapsed time"=122.472µs] [gotSchemaVersion=137] [phyTblIDs="[274]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.516 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=275] [version=137] [2025/04/05 17:33:06.517 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=137] ["take time"=2.052096ms] [job="ID:275, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:274, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.511 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.518 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=275] [conn=1] [job="ID:275, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:274, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.511 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.520 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=275] [2025/04/05 17:33:06.520 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=137] [cur_db=test] [sql="create table t80(a int);"] [user=root@%] [2025/04/05 17:33:06.522 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:277, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:276, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.521 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.522 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:277, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:276, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.521 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t81(a int);"] [2025/04/05 17:33:06.523 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=277] [conn=1] [job="ID:277, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:276, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.521 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.523 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 276, Table Name: t81)"] [2025/04/05 17:33:06.525 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=137] [neededSchemaVersion=138] ["elapsed time"=132.194µs] [gotSchemaVersion=138] [phyTblIDs="[276]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.526 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=277] [version=138] [2025/04/05 17:33:06.527 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=138] ["take time"=2.102214ms] [job="ID:277, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:276, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.521 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.528 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=277] [conn=1] [job="ID:277, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:276, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.521 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.530 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=277] [2025/04/05 17:33:06.530 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=138] [cur_db=test] [sql="create table t81(a int);"] [user=root@%] [2025/04/05 17:33:06.532 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:279, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:278, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.531 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.532 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:279, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:278, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.531 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t82(a int);"] [2025/04/05 17:33:06.533 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=279] [conn=1] [job="ID:279, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:278, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.531 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.534 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 278, Table Name: t82)"] [2025/04/05 17:33:06.535 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=138] [neededSchemaVersion=139] ["elapsed time"=131.501µs] [gotSchemaVersion=139] [phyTblIDs="[278]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.536 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=279] [version=139] [2025/04/05 17:33:06.537 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=139] ["take time"=2.108399ms] [job="ID:279, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:278, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.531 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.538 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=279] [conn=1] [job="ID:279, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:278, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.531 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.540 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=279] [2025/04/05 17:33:06.540 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=139] [cur_db=test] [sql="create table t82(a int);"] [user=root@%] [2025/04/05 17:33:06.542 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:281, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:280, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.541 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.542 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:281, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:280, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.541 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t83(a int);"] [2025/04/05 17:33:06.543 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=281] [conn=1] [job="ID:281, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:280, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.541 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.543 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 280, Table Name: t83)"] [2025/04/05 17:33:06.545 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=139] [neededSchemaVersion=140] ["elapsed time"=124.686µs] [gotSchemaVersion=140] [phyTblIDs="[280]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.546 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=281] [version=140] [2025/04/05 17:33:06.547 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=140] ["take time"=2.084084ms] [job="ID:281, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:280, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.541 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.548 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=281] [conn=1] [job="ID:281, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:280, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.541 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.550 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=281] [2025/04/05 17:33:06.550 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=140] [cur_db=test] [sql="create table t83(a int);"] [user=root@%] [2025/04/05 17:33:06.552 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:283, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:282, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.551 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.552 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:283, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:282, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.551 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t84(a int);"] [2025/04/05 17:33:06.553 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=283] [conn=1] [job="ID:283, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:282, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.551 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.553 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 282, Table Name: t84)"] [2025/04/05 17:33:06.555 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=140] [neededSchemaVersion=141] ["elapsed time"=170.223µs] [gotSchemaVersion=141] [phyTblIDs="[282]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.556 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=283] [version=141] [2025/04/05 17:33:06.557 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=141] ["take time"=2.079269ms] [job="ID:283, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:282, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.551 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.558 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=283] [conn=1] [job="ID:283, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:282, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.551 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.560 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=283] [2025/04/05 17:33:06.560 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=141] [cur_db=test] [sql="create table t84(a int);"] [user=root@%] [2025/04/05 17:33:06.562 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:285, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:284, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.561 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.562 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:285, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:284, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.561 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t85(a int);"] [2025/04/05 17:33:06.563 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=285] [conn=1] [job="ID:285, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:284, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.561 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.563 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 284, Table Name: t85)"] [2025/04/05 17:33:06.565 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=141] [neededSchemaVersion=142] ["elapsed time"=120.678µs] [gotSchemaVersion=142] [phyTblIDs="[284]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.566 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=285] [version=142] [2025/04/05 17:33:06.567 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=142] ["take time"=2.072821ms] [job="ID:285, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:284, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.561 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.568 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=285] [conn=1] [job="ID:285, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:284, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.561 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.570 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=285] [2025/04/05 17:33:06.570 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=142] [cur_db=test] [sql="create table t85(a int);"] [user=root@%] [2025/04/05 17:33:06.572 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:287, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:286, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.571 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.572 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:287, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:286, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.571 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t86(a int);"] [2025/04/05 17:33:06.573 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=287] [conn=1] [job="ID:287, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:286, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.571 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.573 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 286, Table Name: t86)"] [2025/04/05 17:33:06.574 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=142] [neededSchemaVersion=143] ["elapsed time"=125.811µs] [gotSchemaVersion=143] [phyTblIDs="[286]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.575 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=287] [version=143] [2025/04/05 17:33:06.576 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=143] ["take time"=2.045982ms] [job="ID:287, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:286, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.571 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.577 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=287] [conn=1] [job="ID:287, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:286, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.571 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.580 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=287] [2025/04/05 17:33:06.580 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=143] [cur_db=test] [sql="create table t86(a int);"] [user=root@%] [2025/04/05 17:33:06.581 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:289, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:288, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.581 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.581 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:289, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:288, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.581 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t87(a int);"] [2025/04/05 17:33:06.583 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=289] [conn=1] [job="ID:289, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:288, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.581 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.583 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 288, Table Name: t87)"] [2025/04/05 17:33:06.585 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=143] [neededSchemaVersion=144] ["elapsed time"=134.039µs] [gotSchemaVersion=144] [phyTblIDs="[288]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.585 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=289] [version=144] [2025/04/05 17:33:06.586 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=144] ["take time"=2.086763ms] [job="ID:289, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:288, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.581 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.588 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=289] [conn=1] [job="ID:289, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:288, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.581 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.590 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=289] [2025/04/05 17:33:06.590 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=144] [cur_db=test] [sql="create table t87(a int);"] [user=root@%] [2025/04/05 17:33:06.592 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:291, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:290, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.591 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.592 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:291, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:290, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.591 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t88(a int);"] [2025/04/05 17:33:06.593 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=291] [conn=1] [job="ID:291, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:290, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.591 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.593 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 290, Table Name: t88)"] [2025/04/05 17:33:06.594 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=144] [neededSchemaVersion=145] ["elapsed time"=128.863µs] [gotSchemaVersion=145] [phyTblIDs="[290]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.595 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=291] [version=145] [2025/04/05 17:33:06.596 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=145] ["take time"=2.089632ms] [job="ID:291, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:290, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.591 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.598 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=291] [conn=1] [job="ID:291, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:290, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.591 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.600 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=291] [2025/04/05 17:33:06.600 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=145] [cur_db=test] [sql="create table t88(a int);"] [user=root@%] [2025/04/05 17:33:06.602 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:293, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:292, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.601 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.602 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:293, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:292, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.601 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t89(a int);"] [2025/04/05 17:33:06.603 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=293] [conn=1] [job="ID:293, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:292, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.601 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.603 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 292, Table Name: t89)"] [2025/04/05 17:33:06.604 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=145] [neededSchemaVersion=146] ["elapsed time"=127.129µs] [gotSchemaVersion=146] [phyTblIDs="[292]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.605 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=293] [version=146] [2025/04/05 17:33:06.606 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=146] ["take time"=2.059832ms] [job="ID:293, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:292, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.601 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.607 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=293] [conn=1] [job="ID:293, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:292, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.601 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.610 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=293] [2025/04/05 17:33:06.610 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=146] [cur_db=test] [sql="create table t89(a int);"] [user=root@%] [2025/04/05 17:33:06.611 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:295, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:294, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.611 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.611 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:295, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:294, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.611 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t90(a int);"] [2025/04/05 17:33:06.612 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=295] [conn=1] [job="ID:295, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:294, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.611 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.613 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 294, Table Name: t90)"] [2025/04/05 17:33:06.614 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=146] [neededSchemaVersion=147] ["elapsed time"=123.36µs] [gotSchemaVersion=147] [phyTblIDs="[294]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.615 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=295] [version=147] [2025/04/05 17:33:06.616 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=147] ["take time"=2.06869ms] [job="ID:295, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:294, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.611 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.617 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=295] [conn=1] [job="ID:295, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:294, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.611 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.619 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=295] [2025/04/05 17:33:06.619 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=147] [cur_db=test] [sql="create table t90(a int);"] [user=root@%] [2025/04/05 17:33:06.621 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:297, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:296, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.62 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.621 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:297, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:296, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.62 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t91(a int);"] [2025/04/05 17:33:06.622 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=297] [conn=1] [job="ID:297, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:296, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.62 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.622 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 296, Table Name: t91)"] [2025/04/05 17:33:06.624 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=147] [neededSchemaVersion=148] ["elapsed time"=123.137µs] [gotSchemaVersion=148] [phyTblIDs="[296]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.624 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=297] [version=148] [2025/04/05 17:33:06.625 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=148] ["take time"=2.038284ms] [job="ID:297, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:296, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.62 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.627 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=297] [conn=1] [job="ID:297, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:296, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.62 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.628 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=297] [2025/04/05 17:33:06.628 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=148] [cur_db=test] [sql="create table t91(a int);"] [user=root@%] [2025/04/05 17:33:06.630 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:299, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:298, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.629 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.631 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:299, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:298, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.629 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t92(a int);"] [2025/04/05 17:33:06.634 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=299] [conn=1] [job="ID:299, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:298, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.629 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.635 -05:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/05 17:33:06.635 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/05 17:33:06.635 -05:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/05 17:33:06.635 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 17:33:06.635 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 298, Table Name: t92)"] [2025/04/05 17:33:06.636 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=148] [neededSchemaVersion=149] ["elapsed time"=127.112µs] [gotSchemaVersion=149] [phyTblIDs="[298]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.637 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=299] [version=149] [2025/04/05 17:33:06.639 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=149] ["take time"=2.852783ms] [job="ID:299, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:298, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.629 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.640 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=299] [conn=1] [job="ID:299, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:298, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.629 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.642 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=299] [2025/04/05 17:33:06.642 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=149] [cur_db=test] [sql="create table t92(a int);"] [user=root@%] [2025/04/05 17:33:06.644 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:301, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:300, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.644 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:301, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:300, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t93(a int);"] [2025/04/05 17:33:06.645 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=301] [conn=1] [job="ID:301, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:300, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.645 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 300, Table Name: t93)"] [2025/04/05 17:33:06.647 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=149] [neededSchemaVersion=150] ["elapsed time"=124.463µs] [gotSchemaVersion=150] [phyTblIDs="[300]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.654 -05:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=1] [2025/04/05 17:33:06.654 -05:00] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/05 17:33:06.654 -05:00] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2025/04/05 17:33:06.656 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=301] [version=150] [2025/04/05 17:33:06.657 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=150] ["take time"=10.221477ms] [job="ID:301, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:300, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.658 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=301] [conn=1] [job="ID:301, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:300, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.661 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=301] [2025/04/05 17:33:06.661 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=150] [cur_db=test] [sql="create table t93(a int);"] [user=root@%] [2025/04/05 17:33:06.662 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:303, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:302, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.662 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.662 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:303, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:302, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.662 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t94(a int);"] [2025/04/05 17:33:06.663 -05:00] [INFO] [scheduler_manager.go:198] ["schedule task loop start"] [server-id=:4000] [2025/04/05 17:33:06.663 -05:00] [INFO] [scheduler_manager.go:302] ["subtask table gc loop start"] [server-id=:4000] [2025/04/05 17:33:06.663 -05:00] [INFO] [scheduler_manager.go:366] ["cleanup loop start"] [server-id=:4000] [2025/04/05 17:33:06.663 -05:00] [INFO] [scheduler_manager.go:442] ["collect loop start"] [server-id=:4000] [2025/04/05 17:33:06.664 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=303] [conn=1] [job="ID:303, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:302, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.662 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.664 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 302, Table Name: t94)"] [2025/04/05 17:33:06.665 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=150] [neededSchemaVersion=151] ["elapsed time"=130.632µs] [gotSchemaVersion=151] [phyTblIDs="[302]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.666 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=303] [version=151] [2025/04/05 17:33:06.667 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=151] ["take time"=2.111807ms] [job="ID:303, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:302, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.662 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.668 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=303] [conn=1] [job="ID:303, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:302, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.662 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.671 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=303] [2025/04/05 17:33:06.671 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=151] [cur_db=test] [sql="create table t94(a int);"] [user=root@%] [2025/04/05 17:33:06.672 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:305, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:304, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.672 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.672 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:305, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:304, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.672 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t95(a int);"] [2025/04/05 17:33:06.673 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=305] [conn=1] [job="ID:305, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:304, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.672 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.674 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 304, Table Name: t95)"] [2025/04/05 17:33:06.675 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=151] [neededSchemaVersion=152] ["elapsed time"=124.185µs] [gotSchemaVersion=152] [phyTblIDs="[304]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.676 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=305] [version=152] [2025/04/05 17:33:06.677 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=152] ["take time"=2.114344ms] [job="ID:305, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:304, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.672 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.678 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=305] [conn=1] [job="ID:305, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:304, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.672 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.681 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=305] [2025/04/05 17:33:06.681 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=152] [cur_db=test] [sql="create table t95(a int);"] [user=root@%] [2025/04/05 17:33:06.682 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:307, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:306, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.682 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.682 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:307, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:306, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.682 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t96(a int);"] [2025/04/05 17:33:06.684 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=307] [conn=1] [job="ID:307, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:306, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.682 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.684 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 306, Table Name: t96)"] [2025/04/05 17:33:06.686 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=152] [neededSchemaVersion=153] ["elapsed time"=139.742µs] [gotSchemaVersion=153] [phyTblIDs="[306]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.686 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=307] [version=153] [2025/04/05 17:33:06.688 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=153] ["take time"=2.099335ms] [job="ID:307, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:306, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.682 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.689 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=307] [conn=1] [job="ID:307, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:306, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.682 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.691 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=307] [2025/04/05 17:33:06.692 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=153] [cur_db=test] [sql="create table t96(a int);"] [user=root@%] [2025/04/05 17:33:06.694 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:309, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:308, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.693 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.694 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:309, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:308, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.693 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t97(a int);"] [2025/04/05 17:33:06.695 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=309] [conn=1] [job="ID:309, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:308, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.693 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.695 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 308, Table Name: t97)"] [2025/04/05 17:33:06.696 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=153] [neededSchemaVersion=154] ["elapsed time"=118.627µs] [gotSchemaVersion=154] [phyTblIDs="[308]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.697 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=309] [version=154] [2025/04/05 17:33:06.698 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=154] ["take time"=2.121424ms] [job="ID:309, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:308, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.693 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.699 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=309] [conn=1] [job="ID:309, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:308, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.693 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.702 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=309] [2025/04/05 17:33:06.702 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=154] [cur_db=test] [sql="create table t97(a int);"] [user=root@%] [2025/04/05 17:33:06.703 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:311, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:310, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.703 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.703 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:311, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:310, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.703 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t98(a int);"] [2025/04/05 17:33:06.704 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=311] [conn=1] [job="ID:311, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:310, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.703 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.705 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 310, Table Name: t98)"] [2025/04/05 17:33:06.706 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=154] [neededSchemaVersion=155] ["elapsed time"=122.36µs] [gotSchemaVersion=155] [phyTblIDs="[310]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.707 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=311] [version=155] [2025/04/05 17:33:06.708 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=155] ["take time"=2.176364ms] [job="ID:311, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:310, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.703 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.710 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=311] [conn=1] [job="ID:311, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:310, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.703 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.713 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=311] [2025/04/05 17:33:06.713 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=155] [cur_db=test] [sql="create table t98(a int);"] [user=root@%] [2025/04/05 17:33:06.715 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:313, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:312, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.714 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.715 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:313, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:312, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.714 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t99(a int);"] [2025/04/05 17:33:06.717 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=313] [conn=1] [job="ID:313, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:312, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.714 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.717 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 312, Table Name: t99)"] [2025/04/05 17:33:06.719 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=155] [neededSchemaVersion=156] ["elapsed time"=181.788µs] [gotSchemaVersion=156] [phyTblIDs="[312]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.720 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=313] [version=156] [2025/04/05 17:33:06.721 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=156] ["take time"=2.580293ms] [job="ID:313, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:312, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.714 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.723 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=313] [conn=1] [job="ID:313, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:312, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.714 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.726 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=313] [2025/04/05 17:33:06.726 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=156] [cur_db=test] [sql="create table t99(a int);"] [user=root@%] [2025/04/05 17:33:06.729 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:315, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:314, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.728 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.729 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:315, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:314, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.728 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t100(a int);"] [2025/04/05 17:33:06.731 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=315] [conn=1] [job="ID:315, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:314, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.728 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.732 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 314, Table Name: t100)"] [2025/04/05 17:33:06.734 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=156] [neededSchemaVersion=157] ["elapsed time"=180.673µs] [gotSchemaVersion=157] [phyTblIDs="[314]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.735 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=315] [version=157] [2025/04/05 17:33:06.736 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=157] ["take time"=2.528793ms] [job="ID:315, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:314, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.728 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.738 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=315] [conn=1] [job="ID:315, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:314, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.728 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.740 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=315] [2025/04/05 17:33:06.740 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=157] [cur_db=test] [sql="create table t100(a int);"] [user=root@%] [2025/04/05 17:33:06.742 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:317, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:316, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.741 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.742 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:317, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:316, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.741 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t101(a int);"] [2025/04/05 17:33:06.743 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=317] [conn=1] [job="ID:317, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:316, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.741 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.743 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 316, Table Name: t101)"] [2025/04/05 17:33:06.745 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=157] [neededSchemaVersion=158] ["elapsed time"=129.586µs] [gotSchemaVersion=158] [phyTblIDs="[316]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.746 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=317] [version=158] [2025/04/05 17:33:06.747 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=158] ["take time"=2.152558ms] [job="ID:317, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:316, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.741 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.748 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=317] [conn=1] [job="ID:317, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:316, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.741 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.750 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=317] [2025/04/05 17:33:06.750 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=158] [cur_db=test] [sql="create table t101(a int);"] [user=root@%] [2025/04/05 17:33:06.752 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:319, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:318, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.752 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:319, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:318, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t102(a int);"] [2025/04/05 17:33:06.753 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=319] [conn=1] [job="ID:319, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:318, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.753 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 318, Table Name: t102)"] [2025/04/05 17:33:06.755 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=158] [neededSchemaVersion=159] ["elapsed time"=181.906µs] [gotSchemaVersion=159] [phyTblIDs="[318]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.756 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=319] [version=159] [2025/04/05 17:33:06.757 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=159] ["take time"=2.614841ms] [job="ID:319, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:318, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.760 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=319] [conn=1] [job="ID:319, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:318, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.762 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=319] [2025/04/05 17:33:06.762 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=159] [cur_db=test] [sql="create table t102(a int);"] [user=root@%] [2025/04/05 17:33:06.765 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:321, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:320, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.764 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.765 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:321, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:320, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.764 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t103(a int);"] [2025/04/05 17:33:06.767 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=321] [conn=1] [job="ID:321, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:320, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.764 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.767 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 320, Table Name: t103)"] [2025/04/05 17:33:06.769 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=159] [neededSchemaVersion=160] ["elapsed time"=178.921µs] [gotSchemaVersion=160] [phyTblIDs="[320]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.770 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=321] [version=160] [2025/04/05 17:33:06.771 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=160] ["take time"=2.457215ms] [job="ID:321, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:320, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.764 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.773 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=321] [conn=1] [job="ID:321, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:320, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.764 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.776 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=321] [2025/04/05 17:33:06.776 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=160] [cur_db=test] [sql="create table t103(a int);"] [user=root@%] [2025/04/05 17:33:06.779 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:323, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:322, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.778 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.779 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:323, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:322, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.778 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t104(a int);"] [2025/04/05 17:33:06.780 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=323] [conn=1] [job="ID:323, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:322, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.778 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.780 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 322, Table Name: t104)"] [2025/04/05 17:33:06.783 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=160] [neededSchemaVersion=161] ["elapsed time"=176.862µs] [gotSchemaVersion=161] [phyTblIDs="[322]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.784 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=323] [version=161] [2025/04/05 17:33:06.785 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=161] ["take time"=2.692806ms] [job="ID:323, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:322, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.778 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.787 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=323] [conn=1] [job="ID:323, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:322, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.778 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.790 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=323] [2025/04/05 17:33:06.790 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=161] [cur_db=test] [sql="create table t104(a int);"] [user=root@%] [2025/04/05 17:33:06.793 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:325, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:324, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.792 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.793 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:325, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:324, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.792 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t105(a int);"] [2025/04/05 17:33:06.794 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=325] [conn=1] [job="ID:325, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:324, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.792 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.794 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 324, Table Name: t105)"] [2025/04/05 17:33:06.796 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=161] [neededSchemaVersion=162] ["elapsed time"=129.22µs] [gotSchemaVersion=162] [phyTblIDs="[324]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.797 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=325] [version=162] [2025/04/05 17:33:06.798 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=162] ["take time"=2.061566ms] [job="ID:325, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:324, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.792 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.799 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=325] [conn=1] [job="ID:325, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:324, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.792 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.800 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=325] [2025/04/05 17:33:06.801 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=162] [cur_db=test] [sql="create table t105(a int);"] [user=root@%] [2025/04/05 17:33:06.802 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:327, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:326, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.801 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.802 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:327, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:326, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.801 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t106(a int);"] [2025/04/05 17:33:06.803 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=327] [conn=1] [job="ID:327, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:326, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.801 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.804 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 326, Table Name: t106)"] [2025/04/05 17:33:06.805 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=162] [neededSchemaVersion=163] ["elapsed time"=118.582µs] [gotSchemaVersion=163] [phyTblIDs="[326]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.806 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=327] [version=163] [2025/04/05 17:33:06.807 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=163] ["take time"=2.043597ms] [job="ID:327, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:326, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.801 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.808 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=327] [conn=1] [job="ID:327, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:326, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.801 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.810 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=327] [2025/04/05 17:33:06.810 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=163] [cur_db=test] [sql="create table t106(a int);"] [user=root@%] [2025/04/05 17:33:06.812 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:329, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:328, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.811 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.812 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:329, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:328, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.811 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t107(a int);"] [2025/04/05 17:33:06.813 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=329] [conn=1] [job="ID:329, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:328, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.811 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.813 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 328, Table Name: t107)"] [2025/04/05 17:33:06.814 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=163] [neededSchemaVersion=164] ["elapsed time"=122.334µs] [gotSchemaVersion=164] [phyTblIDs="[328]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.815 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=329] [version=164] [2025/04/05 17:33:06.817 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=164] ["take time"=3.035304ms] [job="ID:329, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:328, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.811 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.818 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=329] [conn=1] [job="ID:329, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:328, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.811 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.820 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=329] [2025/04/05 17:33:06.820 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=164] [cur_db=test] [sql="create table t107(a int);"] [user=root@%] [2025/04/05 17:33:06.822 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:331, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:330, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.821 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.822 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:331, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:330, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.821 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t108(a int);"] [2025/04/05 17:33:06.823 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=331] [conn=1] [job="ID:331, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:330, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.821 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.823 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 330, Table Name: t108)"] [2025/04/05 17:33:06.824 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=164] [neededSchemaVersion=165] ["elapsed time"=119.403µs] [gotSchemaVersion=165] [phyTblIDs="[330]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.825 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=331] [version=165] [2025/04/05 17:33:06.827 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=165] ["take time"=3.056117ms] [job="ID:331, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:330, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.821 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.828 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=331] [conn=1] [job="ID:331, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:330, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.821 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.830 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=331] [2025/04/05 17:33:06.830 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=165] [cur_db=test] [sql="create table t108(a int);"] [user=root@%] [2025/04/05 17:33:06.832 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:333, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:332, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.831 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.832 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:333, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:332, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.831 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t109(a int);"] [2025/04/05 17:33:06.833 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=333] [conn=1] [job="ID:333, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:332, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.831 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.833 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 332, Table Name: t109)"] [2025/04/05 17:33:06.835 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=165] [neededSchemaVersion=166] ["elapsed time"=124.379µs] [gotSchemaVersion=166] [phyTblIDs="[332]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.836 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=333] [version=166] [2025/04/05 17:33:06.837 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=166] ["take time"=2.068918ms] [job="ID:333, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:332, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.831 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.838 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=333] [conn=1] [job="ID:333, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:332, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.831 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.840 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=333] [2025/04/05 17:33:06.840 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=166] [cur_db=test] [sql="create table t109(a int);"] [user=root@%] [2025/04/05 17:33:06.842 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:335, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:334, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.841 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.842 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:335, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:334, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.841 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t110(a int);"] [2025/04/05 17:33:06.843 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=335] [conn=1] [job="ID:335, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:334, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.841 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.843 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 334, Table Name: t110)"] [2025/04/05 17:33:06.844 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=166] [neededSchemaVersion=167] ["elapsed time"=118.491µs] [gotSchemaVersion=167] [phyTblIDs="[334]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.845 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=335] [version=167] [2025/04/05 17:33:06.847 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=167] ["take time"=3.017778ms] [job="ID:335, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:334, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.841 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.848 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=335] [conn=1] [job="ID:335, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:334, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.841 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.850 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=335] [2025/04/05 17:33:06.850 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=167] [cur_db=test] [sql="create table t110(a int);"] [user=root@%] [2025/04/05 17:33:06.852 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:337, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:336, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.851 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.852 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:337, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:336, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.851 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t111(a int);"] [2025/04/05 17:33:06.853 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=337] [conn=1] [job="ID:337, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:336, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.851 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.853 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 336, Table Name: t111)"] [2025/04/05 17:33:06.855 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=167] [neededSchemaVersion=168] ["elapsed time"=126.106µs] [gotSchemaVersion=168] [phyTblIDs="[336]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.856 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=337] [version=168] [2025/04/05 17:33:06.857 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=168] ["take time"=2.194708ms] [job="ID:337, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:336, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.851 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.858 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=337] [conn=1] [job="ID:337, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:336, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.851 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.860 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=337] [2025/04/05 17:33:06.860 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=168] [cur_db=test] [sql="create table t111(a int);"] [user=root@%] [2025/04/05 17:33:06.862 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:339, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:338, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.861 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.862 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:339, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:338, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.861 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t112(a int);"] [2025/04/05 17:33:06.863 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=339] [conn=1] [job="ID:339, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:338, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.861 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.863 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 338, Table Name: t112)"] [2025/04/05 17:33:06.864 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=168] [neededSchemaVersion=169] ["elapsed time"=111.414µs] [gotSchemaVersion=169] [phyTblIDs="[338]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.865 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=339] [version=169] [2025/04/05 17:33:06.867 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=169] ["take time"=3.023309ms] [job="ID:339, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:338, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.861 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.868 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=339] [conn=1] [job="ID:339, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:338, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.861 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.870 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=339] [2025/04/05 17:33:06.870 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=169] [cur_db=test] [sql="create table t112(a int);"] [user=root@%] [2025/04/05 17:33:06.872 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:341, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:340, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.871 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.872 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:341, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:340, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.871 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t113(a int);"] [2025/04/05 17:33:06.872 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=341] [conn=1] [job="ID:341, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:340, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.871 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.873 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 340, Table Name: t113)"] [2025/04/05 17:33:06.874 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=169] [neededSchemaVersion=170] ["elapsed time"=107.23µs] [gotSchemaVersion=170] [phyTblIDs="[340]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.875 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=341] [version=170] [2025/04/05 17:33:06.877 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=170] ["take time"=2.981333ms] [job="ID:341, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:340, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.871 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.878 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=341] [conn=1] [job="ID:341, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:340, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.871 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.880 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=341] [2025/04/05 17:33:06.880 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=170] [cur_db=test] [sql="create table t113(a int);"] [user=root@%] [2025/04/05 17:33:06.881 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:343, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:342, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.881 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.881 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:343, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:342, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.881 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t114(a int);"] [2025/04/05 17:33:06.883 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=343] [conn=1] [job="ID:343, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:342, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.881 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.883 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 342, Table Name: t114)"] [2025/04/05 17:33:06.885 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=170] [neededSchemaVersion=171] ["elapsed time"=120.286µs] [gotSchemaVersion=171] [phyTblIDs="[342]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.885 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=343] [version=171] [2025/04/05 17:33:06.887 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=171] ["take time"=3.017272ms] [job="ID:343, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:342, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.881 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.889 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=343] [conn=1] [job="ID:343, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:342, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.881 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.892 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=343] [2025/04/05 17:33:06.892 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=171] [cur_db=test] [sql="create table t114(a int);"] [user=root@%] [2025/04/05 17:33:06.894 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:345, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:344, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.893 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.894 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:345, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:344, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.893 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t115(a int);"] [2025/04/05 17:33:06.895 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=345] [conn=1] [job="ID:345, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:344, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.893 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.896 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 344, Table Name: t115)"] [2025/04/05 17:33:06.898 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=171] [neededSchemaVersion=172] ["elapsed time"=174.015µs] [gotSchemaVersion=172] [phyTblIDs="[344]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.899 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=345] [version=172] [2025/04/05 17:33:06.900 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=172] ["take time"=2.389403ms] [job="ID:345, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:344, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.893 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.901 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=345] [conn=1] [job="ID:345, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:344, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.893 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.902 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=345] [2025/04/05 17:33:06.903 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=172] [cur_db=test] [sql="create table t115(a int);"] [user=root@%] [2025/04/05 17:33:06.904 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:347, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:346, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.903 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.904 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:347, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:346, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.903 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t116(a int);"] [2025/04/05 17:33:06.905 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=347] [conn=1] [job="ID:347, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:346, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.903 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.905 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 346, Table Name: t116)"] [2025/04/05 17:33:06.907 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=172] [neededSchemaVersion=173] ["elapsed time"=108.805µs] [gotSchemaVersion=173] [phyTblIDs="[346]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.907 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=347] [version=173] [2025/04/05 17:33:06.910 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=173] ["take time"=3.006278ms] [job="ID:347, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:346, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.903 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.911 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=347] [conn=1] [job="ID:347, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:346, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.903 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.913 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=347] [2025/04/05 17:33:06.913 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=173] [cur_db=test] [sql="create table t116(a int);"] [user=root@%] [2025/04/05 17:33:06.914 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:349, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:348, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.913 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.914 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:349, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:348, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.913 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t117(a int);"] [2025/04/05 17:33:06.915 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=349] [conn=1] [job="ID:349, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:348, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.913 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.915 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 348, Table Name: t117)"] [2025/04/05 17:33:06.916 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=173] [neededSchemaVersion=174] ["elapsed time"=115.277µs] [gotSchemaVersion=174] [phyTblIDs="[348]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.917 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=349] [version=174] [2025/04/05 17:33:06.919 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=174] ["take time"=2.944126ms] [job="ID:349, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:348, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.913 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.920 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=349] [conn=1] [job="ID:349, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:348, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.913 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.922 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=349] [2025/04/05 17:33:06.922 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=174] [cur_db=test] [sql="create table t117(a int);"] [user=root@%] [2025/04/05 17:33:06.922 -05:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/05 17:33:06.924 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:351, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:350, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.923 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.924 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:351, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:350, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.923 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t118(a int);"] [2025/04/05 17:33:06.925 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=351] [conn=1] [job="ID:351, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:350, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.923 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.925 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 350, Table Name: t118)"] [2025/04/05 17:33:06.926 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=174] [neededSchemaVersion=175] ["elapsed time"=100.791µs] [gotSchemaVersion=175] [phyTblIDs="[350]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.927 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=351] [version=175] [2025/04/05 17:33:06.929 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=175] ["take time"=2.978743ms] [job="ID:351, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:350, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.923 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.930 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=351] [conn=1] [job="ID:351, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:350, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.923 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.932 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=351] [2025/04/05 17:33:06.932 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=175] [cur_db=test] [sql="create table t118(a int);"] [user=root@%] [2025/04/05 17:33:06.933 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:353, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:352, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.933 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.934 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:353, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:352, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.933 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t119(a int);"] [2025/04/05 17:33:06.935 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=353] [conn=1] [job="ID:353, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:352, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.933 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.935 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 352, Table Name: t119)"] [2025/04/05 17:33:06.936 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=175] [neededSchemaVersion=176] ["elapsed time"=111.203µs] [gotSchemaVersion=176] [phyTblIDs="[352]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.937 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=353] [version=176] [2025/04/05 17:33:06.938 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=176] ["take time"=2.072923ms] [job="ID:353, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:352, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.933 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.939 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=353] [conn=1] [job="ID:353, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:352, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.933 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.941 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=353] [2025/04/05 17:33:06.941 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=176] [cur_db=test] [sql="create table t119(a int);"] [user=root@%] [2025/04/05 17:33:06.942 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:355, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:354, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.941 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.942 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:355, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:354, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.941 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t120(a int);"] [2025/04/05 17:33:06.943 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=355] [conn=1] [job="ID:355, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:354, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.941 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.943 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 354, Table Name: t120)"] [2025/04/05 17:33:06.945 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=176] [neededSchemaVersion=177] ["elapsed time"=126.459µs] [gotSchemaVersion=177] [phyTblIDs="[354]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.945 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=355] [version=177] [2025/04/05 17:33:06.948 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=177] ["take time"=3.038796ms] [job="ID:355, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:354, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.941 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.949 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=355] [conn=1] [job="ID:355, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:354, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.941 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.950 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=355] [2025/04/05 17:33:06.950 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=177] [cur_db=test] [sql="create table t120(a int);"] [user=root@%] [2025/04/05 17:33:06.952 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:357, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:356, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.951 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.952 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:357, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:356, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.951 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t121(a int);"] [2025/04/05 17:33:06.953 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=357] [conn=1] [job="ID:357, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:356, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.951 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.953 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 356, Table Name: t121)"] [2025/04/05 17:33:06.955 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=177] [neededSchemaVersion=178] ["elapsed time"=110.932µs] [gotSchemaVersion=178] [phyTblIDs="[356]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.955 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=357] [version=178] [2025/04/05 17:33:06.958 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=178] ["take time"=2.994794ms] [job="ID:357, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:356, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.951 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.959 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=357] [conn=1] [job="ID:357, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:356, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.951 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.960 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=357] [2025/04/05 17:33:06.961 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=178] [cur_db=test] [sql="create table t121(a int);"] [user=root@%] [2025/04/05 17:33:06.962 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:359, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:358, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.961 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.962 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:359, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:358, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.961 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t122(a int);"] [2025/04/05 17:33:06.963 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=359] [conn=1] [job="ID:359, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:358, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.961 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.963 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 358, Table Name: t122)"] [2025/04/05 17:33:06.964 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=178] [neededSchemaVersion=179] ["elapsed time"=115.172µs] [gotSchemaVersion=179] [phyTblIDs="[358]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.965 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=359] [version=179] [2025/04/05 17:33:06.967 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=179] ["take time"=2.991281ms] [job="ID:359, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:358, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.961 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.968 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=359] [conn=1] [job="ID:359, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:358, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.961 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.970 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=359] [2025/04/05 17:33:06.970 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=179] [cur_db=test] [sql="create table t122(a int);"] [user=root@%] [2025/04/05 17:33:06.972 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:361, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:360, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.971 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.972 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:361, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:360, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.971 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t123(a int);"] [2025/04/05 17:33:06.973 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=361] [conn=1] [job="ID:361, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:360, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.971 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.973 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 360, Table Name: t123)"] [2025/04/05 17:33:06.974 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=179] [neededSchemaVersion=180] ["elapsed time"=133.71µs] [gotSchemaVersion=180] [phyTblIDs="[360]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.975 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=361] [version=180] [2025/04/05 17:33:06.977 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=180] ["take time"=3.051787ms] [job="ID:361, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:360, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.971 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.978 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=361] [conn=1] [job="ID:361, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:360, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.971 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.980 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=361] [2025/04/05 17:33:06.980 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=180] [cur_db=test] [sql="create table t123(a int);"] [user=root@%] [2025/04/05 17:33:06.982 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:363, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:362, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.981 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.982 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:363, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:362, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.981 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t124(a int);"] [2025/04/05 17:33:06.983 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=363] [conn=1] [job="ID:363, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:362, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.981 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.983 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 362, Table Name: t124)"] [2025/04/05 17:33:06.984 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=180] [neededSchemaVersion=181] ["elapsed time"=115.018µs] [gotSchemaVersion=181] [phyTblIDs="[362]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.985 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=363] [version=181] [2025/04/05 17:33:06.986 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=181] ["take time"=2.075428ms] [job="ID:363, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:362, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.981 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.987 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=363] [conn=1] [job="ID:363, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:362, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.981 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.989 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=363] [2025/04/05 17:33:06.989 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=181] [cur_db=test] [sql="create table t124(a int);"] [user=root@%] [2025/04/05 17:33:06.990 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:365, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:364, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.99 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:06.990 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:365, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:364, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.99 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t125(a int);"] [2025/04/05 17:33:06.991 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=365] [conn=1] [job="ID:365, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:364, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.99 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.992 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 364, Table Name: t125)"] [2025/04/05 17:33:06.993 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=181] [neededSchemaVersion=182] ["elapsed time"=109.326µs] [gotSchemaVersion=182] [phyTblIDs="[364]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:06.993 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=365] [version=182] [2025/04/05 17:33:06.996 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=182] ["take time"=2.968187ms] [job="ID:365, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:364, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.99 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.997 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=365] [conn=1] [job="ID:365, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:364, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.99 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:06.998 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=365] [2025/04/05 17:33:06.999 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=182] [cur_db=test] [sql="create table t125(a int);"] [user=root@%] [2025/04/05 17:33:07.000 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:367, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:366, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.999 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.000 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:367, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:366, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.999 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t126(a int);"] [2025/04/05 17:33:07.001 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=367] [conn=1] [job="ID:367, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:366, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.999 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.001 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 366, Table Name: t126)"] [2025/04/05 17:33:07.002 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=182] [neededSchemaVersion=183] ["elapsed time"=106.196µs] [gotSchemaVersion=183] [phyTblIDs="[366]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.003 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=367] [version=183] [2025/04/05 17:33:07.005 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=183] ["take time"=2.952208ms] [job="ID:367, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:366, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:06.999 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.006 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=367] [conn=1] [job="ID:367, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:366, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:06.999 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.008 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=367] [2025/04/05 17:33:07.008 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=183] [cur_db=test] [sql="create table t126(a int);"] [user=root@%] [2025/04/05 17:33:07.010 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:369, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:368, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.009 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.010 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:369, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:368, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.009 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t127(a int);"] [2025/04/05 17:33:07.011 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=369] [conn=1] [job="ID:369, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:368, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.009 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.011 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 368, Table Name: t127)"] [2025/04/05 17:33:07.012 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=183] [neededSchemaVersion=184] ["elapsed time"=106.71µs] [gotSchemaVersion=184] [phyTblIDs="[368]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.013 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=369] [version=184] [2025/04/05 17:33:07.015 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=184] ["take time"=2.98737ms] [job="ID:369, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:368, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.009 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.016 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=369] [conn=1] [job="ID:369, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:368, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.009 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.018 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=369] [2025/04/05 17:33:07.018 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=184] [cur_db=test] [sql="create table t127(a int);"] [user=root@%] [2025/04/05 17:33:07.020 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:371, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:370, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.019 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.020 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:371, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:370, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.019 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t128(a int);"] [2025/04/05 17:33:07.021 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=371] [conn=1] [job="ID:371, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:370, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.019 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.021 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 370, Table Name: t128)"] [2025/04/05 17:33:07.022 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=184] [neededSchemaVersion=185] ["elapsed time"=117.384µs] [gotSchemaVersion=185] [phyTblIDs="[370]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.023 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=371] [version=185] [2025/04/05 17:33:07.025 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=185] ["take time"=2.996847ms] [job="ID:371, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:370, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.019 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.026 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=371] [conn=1] [job="ID:371, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:370, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.019 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.028 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=371] [2025/04/05 17:33:07.028 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=185] [cur_db=test] [sql="create table t128(a int);"] [user=root@%] [2025/04/05 17:33:07.030 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:373, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:372, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.029 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.030 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:373, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:372, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.029 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t129(a int);"] [2025/04/05 17:33:07.031 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=373] [conn=1] [job="ID:373, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:372, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.029 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.031 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 372, Table Name: t129)"] [2025/04/05 17:33:07.033 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=185] [neededSchemaVersion=186] ["elapsed time"=113.023µs] [gotSchemaVersion=186] [phyTblIDs="[372]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.034 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=373] [version=186] [2025/04/05 17:33:07.035 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=186] ["take time"=2.091418ms] [job="ID:373, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:372, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.029 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.036 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=373] [conn=1] [job="ID:373, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:372, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.029 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.038 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=373] [2025/04/05 17:33:07.038 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=186] [cur_db=test] [sql="create table t129(a int);"] [user=root@%] [2025/04/05 17:33:07.040 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:375, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:374, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.039 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.040 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:375, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:374, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.039 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t130(a int);"] [2025/04/05 17:33:07.040 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=375] [conn=1] [job="ID:375, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:374, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.039 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.041 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 374, Table Name: t130)"] [2025/04/05 17:33:07.042 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=186] [neededSchemaVersion=187] ["elapsed time"=107.485µs] [gotSchemaVersion=187] [phyTblIDs="[374]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.043 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=375] [version=187] [2025/04/05 17:33:07.045 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=187] ["take time"=2.977791ms] [job="ID:375, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:374, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.039 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.046 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=375] [conn=1] [job="ID:375, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:374, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.039 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.048 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=375] [2025/04/05 17:33:07.048 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=187] [cur_db=test] [sql="create table t130(a int);"] [user=root@%] [2025/04/05 17:33:07.050 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:377, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:376, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.049 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.050 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:377, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:376, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.049 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t131(a int);"] [2025/04/05 17:33:07.051 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=377] [conn=1] [job="ID:377, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:376, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.049 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.051 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 376, Table Name: t131)"] [2025/04/05 17:33:07.052 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=187] [neededSchemaVersion=188] ["elapsed time"=113.765µs] [gotSchemaVersion=188] [phyTblIDs="[376]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.053 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=377] [version=188] [2025/04/05 17:33:07.054 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=188] ["take time"=2.017282ms] [job="ID:377, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:376, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.049 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.055 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=377] [conn=1] [job="ID:377, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:376, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.049 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.056 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=377] [2025/04/05 17:33:07.056 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=188] [cur_db=test] [sql="create table t131(a int);"] [user=root@%] [2025/04/05 17:33:07.058 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:379, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:378, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.057 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.058 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:379, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:378, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.057 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t132(a int);"] [2025/04/05 17:33:07.059 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=379] [conn=1] [job="ID:379, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:378, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.057 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.059 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 378, Table Name: t132)"] [2025/04/05 17:33:07.061 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=188] [neededSchemaVersion=189] ["elapsed time"=118.777µs] [gotSchemaVersion=189] [phyTblIDs="[378]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.062 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=379] [version=189] [2025/04/05 17:33:07.063 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=189] ["take time"=2.093812ms] [job="ID:379, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:378, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.057 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.064 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=379] [conn=1] [job="ID:379, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:378, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.057 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.066 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=379] [2025/04/05 17:33:07.066 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=189] [cur_db=test] [sql="create table t132(a int);"] [user=root@%] [2025/04/05 17:33:07.067 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:381, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:380, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.067 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.067 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:381, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:380, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.067 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t133(a int);"] [2025/04/05 17:33:07.068 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=381] [conn=1] [job="ID:381, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:380, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.067 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.069 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 380, Table Name: t133)"] [2025/04/05 17:33:07.070 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=189] [neededSchemaVersion=190] ["elapsed time"=102.745µs] [gotSchemaVersion=190] [phyTblIDs="[380]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.071 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=381] [version=190] [2025/04/05 17:33:07.073 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=190] ["take time"=3.053777ms] [job="ID:381, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:380, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.067 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.074 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=381] [conn=1] [job="ID:381, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:380, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.067 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.076 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=381] [2025/04/05 17:33:07.076 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=190] [cur_db=test] [sql="create table t133(a int);"] [user=root@%] [2025/04/05 17:33:07.078 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:383, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:382, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.077 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.078 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:383, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:382, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.077 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t134(a int);"] [2025/04/05 17:33:07.079 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=383] [conn=1] [job="ID:383, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:382, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.077 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.079 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 382, Table Name: t134)"] [2025/04/05 17:33:07.080 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=190] [neededSchemaVersion=191] ["elapsed time"=108.69µs] [gotSchemaVersion=191] [phyTblIDs="[382]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.081 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=383] [version=191] [2025/04/05 17:33:07.082 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=191] ["take time"=2.447171ms] [job="ID:383, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:382, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.077 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.084 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=383] [conn=1] [job="ID:383, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:382, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.077 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.086 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=383] [2025/04/05 17:33:07.086 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=191] [cur_db=test] [sql="create table t134(a int);"] [user=root@%] [2025/04/05 17:33:07.087 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:385, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:384, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.087 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.087 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:385, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:384, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.087 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t135(a int);"] [2025/04/05 17:33:07.088 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=385] [conn=1] [job="ID:385, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:384, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.087 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.089 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 384, Table Name: t135)"] [2025/04/05 17:33:07.090 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=191] [neededSchemaVersion=192] ["elapsed time"=123.084µs] [gotSchemaVersion=192] [phyTblIDs="[384]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.091 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=385] [version=192] [2025/04/05 17:33:07.093 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=192] ["take time"=3.062465ms] [job="ID:385, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:384, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.087 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.094 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=385] [conn=1] [job="ID:385, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:384, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.087 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.096 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=385] [2025/04/05 17:33:07.096 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=192] [cur_db=test] [sql="create table t135(a int);"] [user=root@%] [2025/04/05 17:33:07.098 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:387, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:386, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.097 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.098 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:387, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:386, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.097 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t136(a int);"] [2025/04/05 17:33:07.099 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=387] [conn=1] [job="ID:387, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:386, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.097 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.100 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 386, Table Name: t136)"] [2025/04/05 17:33:07.101 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=192] [neededSchemaVersion=193] ["elapsed time"=116.612µs] [gotSchemaVersion=193] [phyTblIDs="[386]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.102 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=387] [version=193] [2025/04/05 17:33:07.103 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=193] ["take time"=2.165142ms] [job="ID:387, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:386, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.097 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.104 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=387] [conn=1] [job="ID:387, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:386, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.097 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.106 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=387] [2025/04/05 17:33:07.106 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=193] [cur_db=test] [sql="create table t136(a int);"] [user=root@%] [2025/04/05 17:33:07.108 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:389, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:388, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.107 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.108 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:389, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:388, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.107 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t137(a int);"] [2025/04/05 17:33:07.109 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=389] [conn=1] [job="ID:389, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:388, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.107 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.109 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 388, Table Name: t137)"] [2025/04/05 17:33:07.111 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=193] [neededSchemaVersion=194] ["elapsed time"=117.971µs] [gotSchemaVersion=194] [phyTblIDs="[388]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.111 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=389] [version=194] [2025/04/05 17:33:07.112 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=194] ["take time"=2.051159ms] [job="ID:389, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:388, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.107 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.114 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=389] [conn=1] [job="ID:389, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:388, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.107 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.116 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=389] [2025/04/05 17:33:07.116 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=194] [cur_db=test] [sql="create table t137(a int);"] [user=root@%] [2025/04/05 17:33:07.118 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:391, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:390, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.117 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.118 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:391, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:390, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.117 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t138(a int);"] [2025/04/05 17:33:07.119 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=391] [conn=1] [job="ID:391, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:390, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.117 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.119 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 390, Table Name: t138)"] [2025/04/05 17:33:07.121 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=194] [neededSchemaVersion=195] ["elapsed time"=123.122µs] [gotSchemaVersion=195] [phyTblIDs="[390]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.121 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=391] [version=195] [2025/04/05 17:33:07.122 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=195] ["take time"=2.044633ms] [job="ID:391, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:390, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.117 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.124 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=391] [conn=1] [job="ID:391, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:390, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.117 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.126 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=391] [2025/04/05 17:33:07.126 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=195] [cur_db=test] [sql="create table t138(a int);"] [user=root@%] [2025/04/05 17:33:07.128 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:393, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:392, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.127 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.128 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:393, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:392, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.127 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t139(a int);"] [2025/04/05 17:33:07.129 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=393] [conn=1] [job="ID:393, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:392, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.127 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.129 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 392, Table Name: t139)"] [2025/04/05 17:33:07.131 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=195] [neededSchemaVersion=196] ["elapsed time"=121.829µs] [gotSchemaVersion=196] [phyTblIDs="[392]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.132 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=393] [version=196] [2025/04/05 17:33:07.135 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=196] ["take time"=4.354891ms] [job="ID:393, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:392, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.127 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.136 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=393] [conn=1] [job="ID:393, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:392, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.127 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.138 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=393] [2025/04/05 17:33:07.138 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=196] [cur_db=test] [sql="create table t139(a int);"] [user=root@%] [2025/04/05 17:33:07.140 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:395, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:394, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.139 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.140 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:395, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:394, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.139 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t140(a int);"] [2025/04/05 17:33:07.141 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=395] [conn=1] [job="ID:395, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:394, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.139 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.141 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 394, Table Name: t140)"] [2025/04/05 17:33:07.142 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=196] [neededSchemaVersion=197] ["elapsed time"=136.366µs] [gotSchemaVersion=197] [phyTblIDs="[394]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.143 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=395] [version=197] [2025/04/05 17:33:07.144 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=197] ["take time"=2.097461ms] [job="ID:395, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:394, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.139 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.145 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=395] [conn=1] [job="ID:395, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:394, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.139 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.147 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=395] [2025/04/05 17:33:07.147 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=197] [cur_db=test] [sql="create table t140(a int);"] [user=root@%] [2025/04/05 17:33:07.149 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:397, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:396, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.149 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.149 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:397, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:396, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.149 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t141(a int);"] [2025/04/05 17:33:07.150 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=397] [conn=1] [job="ID:397, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:396, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.149 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.151 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 396, Table Name: t141)"] [2025/04/05 17:33:07.152 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=197] [neededSchemaVersion=198] ["elapsed time"=119.424µs] [gotSchemaVersion=198] [phyTblIDs="[396]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.153 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=397] [version=198] [2025/04/05 17:33:07.154 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=198] ["take time"=2.086777ms] [job="ID:397, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:396, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.149 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.155 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=397] [conn=1] [job="ID:397, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:396, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.149 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.157 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=397] [2025/04/05 17:33:07.158 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=198] [cur_db=test] [sql="create table t141(a int);"] [user=root@%] [2025/04/05 17:33:07.160 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:399, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:398, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.159 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.160 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:399, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:398, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.159 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t142(a int);"] [2025/04/05 17:33:07.161 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=399] [conn=1] [job="ID:399, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:398, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.159 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.161 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 398, Table Name: t142)"] [2025/04/05 17:33:07.163 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=198] [neededSchemaVersion=199] ["elapsed time"=235.449µs] [gotSchemaVersion=199] [phyTblIDs="[398]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.164 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=399] [version=199] [2025/04/05 17:33:07.165 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=199] ["take time"=2.372927ms] [job="ID:399, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:398, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.159 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.166 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=399] [conn=1] [job="ID:399, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:398, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.159 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.168 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=399] [2025/04/05 17:33:07.168 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=199] [cur_db=test] [sql="create table t142(a int);"] [user=root@%] [2025/04/05 17:33:07.170 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:401, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:400, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.169 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.170 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:401, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:400, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.169 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t143(a int);"] [2025/04/05 17:33:07.171 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=401] [conn=1] [job="ID:401, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:400, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.169 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.171 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 400, Table Name: t143)"] [2025/04/05 17:33:07.173 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=199] [neededSchemaVersion=200] ["elapsed time"=121.784µs] [gotSchemaVersion=200] [phyTblIDs="[400]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.173 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=401] [version=200] [2025/04/05 17:33:07.175 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=200] ["take time"=3.068266ms] [job="ID:401, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:400, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.169 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.177 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=401] [conn=1] [job="ID:401, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:400, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.169 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.178 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=401] [2025/04/05 17:33:07.178 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=200] [cur_db=test] [sql="create table t143(a int);"] [user=root@%] [2025/04/05 17:33:07.180 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:403, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:402, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.179 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.180 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:403, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:402, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.179 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t144(a int);"] [2025/04/05 17:33:07.181 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=403] [conn=1] [job="ID:403, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:402, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.179 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.182 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 402, Table Name: t144)"] [2025/04/05 17:33:07.183 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=200] [neededSchemaVersion=201] ["elapsed time"=114.885µs] [gotSchemaVersion=201] [phyTblIDs="[402]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.184 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=403] [version=201] [2025/04/05 17:33:07.186 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=201] ["take time"=2.7572ms] [job="ID:403, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:402, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.179 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.187 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=403] [conn=1] [job="ID:403, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:402, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.179 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.188 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=403] [2025/04/05 17:33:07.188 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=201] [cur_db=test] [sql="create table t144(a int);"] [user=root@%] [2025/04/05 17:33:07.190 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:405, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:404, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.189 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.190 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:405, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:404, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.189 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t145(a int);"] [2025/04/05 17:33:07.191 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=405] [conn=1] [job="ID:405, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:404, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.189 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.192 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 404, Table Name: t145)"] [2025/04/05 17:33:07.193 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=201] [neededSchemaVersion=202] ["elapsed time"=233.812µs] [gotSchemaVersion=202] [phyTblIDs="[404]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.194 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=405] [version=202] [2025/04/05 17:33:07.195 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=202] ["take time"=2.139444ms] [job="ID:405, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:404, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.189 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.196 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=405] [conn=1] [job="ID:405, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:404, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.189 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.198 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=405] [2025/04/05 17:33:07.199 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=202] [cur_db=test] [sql="create table t145(a int);"] [user=root@%] [2025/04/05 17:33:07.200 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:407, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:406, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.2 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.200 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:407, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:406, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.2 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t146(a int);"] [2025/04/05 17:33:07.201 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=407] [conn=1] [job="ID:407, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:406, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.2 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.202 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 406, Table Name: t146)"] [2025/04/05 17:33:07.203 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=202] [neededSchemaVersion=203] ["elapsed time"=125.774µs] [gotSchemaVersion=203] [phyTblIDs="[406]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.204 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=407] [version=203] [2025/04/05 17:33:07.205 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=203] ["take time"=2.052273ms] [job="ID:407, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:406, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.2 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.206 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=407] [conn=1] [job="ID:407, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:406, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.2 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.208 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=407] [2025/04/05 17:33:07.208 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=203] [cur_db=test] [sql="create table t146(a int);"] [user=root@%] [2025/04/05 17:33:07.210 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:409, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:408, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.209 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.210 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:409, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:408, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.209 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t147(a int);"] [2025/04/05 17:33:07.211 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=409] [conn=1] [job="ID:409, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:408, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.209 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.211 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 408, Table Name: t147)"] [2025/04/05 17:33:07.213 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=203] [neededSchemaVersion=204] ["elapsed time"=217.349µs] [gotSchemaVersion=204] [phyTblIDs="[408]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.214 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=409] [version=204] [2025/04/05 17:33:07.215 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=204] ["take time"=2.379688ms] [job="ID:409, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:408, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.209 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.216 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=409] [conn=1] [job="ID:409, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:408, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.209 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.218 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=409] [2025/04/05 17:33:07.218 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=204] [cur_db=test] [sql="create table t147(a int);"] [user=root@%] [2025/04/05 17:33:07.220 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:411, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:410, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.219 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.220 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:411, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:410, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.219 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t148(a int);"] [2025/04/05 17:33:07.221 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=411] [conn=1] [job="ID:411, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:410, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.219 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.221 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 410, Table Name: t148)"] [2025/04/05 17:33:07.223 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=204] [neededSchemaVersion=205] ["elapsed time"=139.294µs] [gotSchemaVersion=205] [phyTblIDs="[410]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.224 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=411] [version=205] [2025/04/05 17:33:07.225 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=205] ["take time"=2.065124ms] [job="ID:411, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:410, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.219 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.226 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=411] [conn=1] [job="ID:411, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:410, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.219 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.228 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=411] [2025/04/05 17:33:07.228 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=205] [cur_db=test] [sql="create table t148(a int);"] [user=root@%] [2025/04/05 17:33:07.230 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:413, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:412, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.229 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.230 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:413, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:412, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.229 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t149(a int);"] [2025/04/05 17:33:07.231 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=413] [conn=1] [job="ID:413, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:412, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.229 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.232 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 412, Table Name: t149)"] [2025/04/05 17:33:07.233 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=205] [neededSchemaVersion=206] ["elapsed time"=117.854µs] [gotSchemaVersion=206] [phyTblIDs="[412]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.234 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=413] [version=206] [2025/04/05 17:33:07.235 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=206] ["take time"=2.073901ms] [job="ID:413, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:412, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.229 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.236 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=413] [conn=1] [job="ID:413, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:412, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.229 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.238 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=413] [2025/04/05 17:33:07.239 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=206] [cur_db=test] [sql="create table t149(a int);"] [user=root@%] [2025/04/05 17:33:07.240 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:415, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:414, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.239 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.240 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:415, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:414, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.239 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t150(a int);"] [2025/04/05 17:33:07.241 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=415] [conn=1] [job="ID:415, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:414, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.239 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.242 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 414, Table Name: t150)"] [2025/04/05 17:33:07.243 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=206] [neededSchemaVersion=207] ["elapsed time"=129.429µs] [gotSchemaVersion=207] [phyTblIDs="[414]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.244 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=415] [version=207] [2025/04/05 17:33:07.245 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=207] ["take time"=2.165749ms] [job="ID:415, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:414, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.239 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.246 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=415] [conn=1] [job="ID:415, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:414, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.239 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.249 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=415] [2025/04/05 17:33:07.249 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=207] [cur_db=test] [sql="create table t150(a int);"] [user=root@%] [2025/04/05 17:33:07.251 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:417, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:416, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.25 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.251 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:417, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:416, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.25 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t151(a int);"] [2025/04/05 17:33:07.252 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=417] [conn=1] [job="ID:417, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:416, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.25 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.252 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 416, Table Name: t151)"] [2025/04/05 17:33:07.253 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=207] [neededSchemaVersion=208] ["elapsed time"=221.087µs] [gotSchemaVersion=208] [phyTblIDs="[416]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.254 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=417] [version=208] [2025/04/05 17:33:07.255 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=208] ["take time"=2.163191ms] [job="ID:417, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:416, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.25 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.257 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=417] [conn=1] [job="ID:417, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:416, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.25 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.259 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=417] [2025/04/05 17:33:07.259 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=208] [cur_db=test] [sql="create table t151(a int);"] [user=root@%] [2025/04/05 17:33:07.260 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:419, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:418, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.26 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.260 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:419, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:418, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.26 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t152(a int);"] [2025/04/05 17:33:07.261 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=419] [conn=1] [job="ID:419, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:418, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.26 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.262 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 418, Table Name: t152)"] [2025/04/05 17:33:07.263 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=208] [neededSchemaVersion=209] ["elapsed time"=159.098µs] [gotSchemaVersion=209] [phyTblIDs="[418]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.264 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=419] [version=209] [2025/04/05 17:33:07.265 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=209] ["take time"=2.311173ms] [job="ID:419, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:418, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.26 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.266 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=419] [conn=1] [job="ID:419, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:418, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.26 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.268 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=419] [2025/04/05 17:33:07.269 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=209] [cur_db=test] [sql="create table t152(a int);"] [user=root@%] [2025/04/05 17:33:07.270 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:421, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:420, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.269 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.270 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:421, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:420, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.269 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t153(a int);"] [2025/04/05 17:33:07.271 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=421] [conn=1] [job="ID:421, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:420, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.269 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.272 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 420, Table Name: t153)"] [2025/04/05 17:33:07.273 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=209] [neededSchemaVersion=210] ["elapsed time"=129.132µs] [gotSchemaVersion=210] [phyTblIDs="[420]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.274 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=421] [version=210] [2025/04/05 17:33:07.275 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=210] ["take time"=2.164373ms] [job="ID:421, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:420, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.269 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.276 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=421] [conn=1] [job="ID:421, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:420, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.269 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.278 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=421] [2025/04/05 17:33:07.278 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=210] [cur_db=test] [sql="create table t153(a int);"] [user=root@%] [2025/04/05 17:33:07.280 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:423, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:422, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.279 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.280 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:423, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:422, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.279 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t154(a int);"] [2025/04/05 17:33:07.282 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=423] [conn=1] [job="ID:423, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:422, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.279 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.282 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 422, Table Name: t154)"] [2025/04/05 17:33:07.284 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=210] [neededSchemaVersion=211] ["elapsed time"=129.367µs] [gotSchemaVersion=211] [phyTblIDs="[422]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.284 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=423] [version=211] [2025/04/05 17:33:07.286 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=211] ["take time"=2.163672ms] [job="ID:423, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:422, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.279 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.287 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=423] [conn=1] [job="ID:423, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:422, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.279 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.289 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=423] [2025/04/05 17:33:07.289 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=211] [cur_db=test] [sql="create table t154(a int);"] [user=root@%] [2025/04/05 17:33:07.291 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:425, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:424, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.29 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.291 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:425, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:424, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.29 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t155(a int);"] [2025/04/05 17:33:07.292 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=425] [conn=1] [job="ID:425, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:424, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.29 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.292 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 424, Table Name: t155)"] [2025/04/05 17:33:07.294 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=211] [neededSchemaVersion=212] ["elapsed time"=122.544µs] [gotSchemaVersion=212] [phyTblIDs="[424]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.294 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=425] [version=212] [2025/04/05 17:33:07.296 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=212] ["take time"=2.210225ms] [job="ID:425, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:424, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.29 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.297 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=425] [conn=1] [job="ID:425, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:424, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.29 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.299 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=425] [2025/04/05 17:33:07.299 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=212] [cur_db=test] [sql="create table t155(a int);"] [user=root@%] [2025/04/05 17:33:07.301 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:427, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:426, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.3 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.301 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:427, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:426, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.3 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t156(a int);"] [2025/04/05 17:33:07.302 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=427] [conn=1] [job="ID:427, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:426, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.3 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.302 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 426, Table Name: t156)"] [2025/04/05 17:33:07.304 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=212] [neededSchemaVersion=213] ["elapsed time"=138.541µs] [gotSchemaVersion=213] [phyTblIDs="[426]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.305 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=427] [version=213] [2025/04/05 17:33:07.306 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=213] ["take time"=2.22638ms] [job="ID:427, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:426, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.3 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.307 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=427] [conn=1] [job="ID:427, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:426, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.3 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.310 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=427] [2025/04/05 17:33:07.310 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=213] [cur_db=test] [sql="create table t156(a int);"] [user=root@%] [2025/04/05 17:33:07.311 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:429, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:428, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.311 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.311 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:429, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:428, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.311 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t157(a int);"] [2025/04/05 17:33:07.313 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=429] [conn=1] [job="ID:429, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:428, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.311 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.313 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 428, Table Name: t157)"] [2025/04/05 17:33:07.314 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=213] [neededSchemaVersion=214] ["elapsed time"=132.861µs] [gotSchemaVersion=214] [phyTblIDs="[428]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.315 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=429] [version=214] [2025/04/05 17:33:07.316 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=214] ["take time"=2.218587ms] [job="ID:429, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:428, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.311 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.318 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=429] [conn=1] [job="ID:429, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:428, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.311 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.320 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=429] [2025/04/05 17:33:07.320 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=214] [cur_db=test] [sql="create table t157(a int);"] [user=root@%] [2025/04/05 17:33:07.322 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:431, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:430, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.322 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.322 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:431, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:430, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.322 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t158(a int);"] [2025/04/05 17:33:07.323 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=431] [conn=1] [job="ID:431, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:430, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.322 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.323 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 430, Table Name: t158)"] [2025/04/05 17:33:07.325 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=214] [neededSchemaVersion=215] ["elapsed time"=118.581µs] [gotSchemaVersion=215] [phyTblIDs="[430]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.326 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=431] [version=215] [2025/04/05 17:33:07.327 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=215] ["take time"=2.085357ms] [job="ID:431, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:430, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.322 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.328 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=431] [conn=1] [job="ID:431, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:430, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.322 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.330 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=431] [2025/04/05 17:33:07.330 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=215] [cur_db=test] [sql="create table t158(a int);"] [user=root@%] [2025/04/05 17:33:07.332 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:433, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:432, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.331 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.332 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:433, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:432, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.331 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t159(a int);"] [2025/04/05 17:33:07.333 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=433] [conn=1] [job="ID:433, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:432, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.331 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.334 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 432, Table Name: t159)"] [2025/04/05 17:33:07.335 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=215] [neededSchemaVersion=216] ["elapsed time"=132.34µs] [gotSchemaVersion=216] [phyTblIDs="[432]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.336 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=433] [version=216] [2025/04/05 17:33:07.337 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=216] ["take time"=2.013236ms] [job="ID:433, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:432, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.331 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.338 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=433] [conn=1] [job="ID:433, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:432, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.331 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.340 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=433] [2025/04/05 17:33:07.340 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=216] [cur_db=test] [sql="create table t159(a int);"] [user=root@%] [2025/04/05 17:33:07.342 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:435, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:434, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.341 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.342 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:435, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:434, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.341 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t160(a int);"] [2025/04/05 17:33:07.343 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=435] [conn=1] [job="ID:435, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:434, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.341 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.343 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 434, Table Name: t160)"] [2025/04/05 17:33:07.344 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=216] [neededSchemaVersion=217] ["elapsed time"=116.593µs] [gotSchemaVersion=217] [phyTblIDs="[434]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.345 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=435] [version=217] [2025/04/05 17:33:07.346 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=217] ["take time"=2.010737ms] [job="ID:435, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:434, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.341 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.347 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=435] [conn=1] [job="ID:435, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:434, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.341 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.349 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=435] [2025/04/05 17:33:07.349 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=217] [cur_db=test] [sql="create table t160(a int);"] [user=root@%] [2025/04/05 17:33:07.351 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:437, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:436, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.35 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.351 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:437, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:436, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.35 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t161(a int);"] [2025/04/05 17:33:07.352 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=437] [conn=1] [job="ID:437, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:436, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.35 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.352 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 436, Table Name: t161)"] [2025/04/05 17:33:07.353 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=217] [neededSchemaVersion=218] ["elapsed time"=134.115µs] [gotSchemaVersion=218] [phyTblIDs="[436]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.354 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=437] [version=218] [2025/04/05 17:33:07.355 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=218] ["take time"=2.046784ms] [job="ID:437, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:436, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.35 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.356 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=437] [conn=1] [job="ID:437, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:436, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.35 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.358 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=437] [2025/04/05 17:33:07.358 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=218] [cur_db=test] [sql="create table t161(a int);"] [user=root@%] [2025/04/05 17:33:07.360 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:439, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:438, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.359 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.360 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:439, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:438, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.359 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t162(a int);"] [2025/04/05 17:33:07.361 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=439] [conn=1] [job="ID:439, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:438, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.359 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.361 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 438, Table Name: t162)"] [2025/04/05 17:33:07.363 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=218] [neededSchemaVersion=219] ["elapsed time"=121.931µs] [gotSchemaVersion=219] [phyTblIDs="[438]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.363 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=439] [version=219] [2025/04/05 17:33:07.364 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=219] ["take time"=2.028445ms] [job="ID:439, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:438, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.359 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.366 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=439] [conn=1] [job="ID:439, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:438, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.359 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.368 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=439] [2025/04/05 17:33:07.368 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=219] [cur_db=test] [sql="create table t162(a int);"] [user=root@%] [2025/04/05 17:33:07.369 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:441, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:440, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.369 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.369 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:441, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:440, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.369 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t163(a int);"] [2025/04/05 17:33:07.370 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=441] [conn=1] [job="ID:441, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:440, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.369 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.371 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 440, Table Name: t163)"] [2025/04/05 17:33:07.372 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=219] [neededSchemaVersion=220] ["elapsed time"=123.188µs] [gotSchemaVersion=220] [phyTblIDs="[440]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.373 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=441] [version=220] [2025/04/05 17:33:07.374 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=220] ["take time"=2.025807ms] [job="ID:441, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:440, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.369 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.375 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=441] [conn=1] [job="ID:441, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:440, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.369 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.376 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=441] [2025/04/05 17:33:07.376 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=220] [cur_db=test] [sql="create table t163(a int);"] [user=root@%] [2025/04/05 17:33:07.378 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:443, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:442, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.377 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.378 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:443, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:442, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.377 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t164(a int);"] [2025/04/05 17:33:07.379 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=443] [conn=1] [job="ID:443, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:442, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.377 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.380 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 442, Table Name: t164)"] [2025/04/05 17:33:07.381 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=220] [neededSchemaVersion=221] ["elapsed time"=113.43µs] [gotSchemaVersion=221] [phyTblIDs="[442]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.382 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=443] [version=221] [2025/04/05 17:33:07.383 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=221] ["take time"=2.014875ms] [job="ID:443, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:442, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.377 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.384 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=443] [conn=1] [job="ID:443, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:442, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.377 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.386 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=443] [2025/04/05 17:33:07.386 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=221] [cur_db=test] [sql="create table t164(a int);"] [user=root@%] [2025/04/05 17:33:07.388 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:445, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:444, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.387 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.388 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:445, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:444, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.387 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t165(a int);"] [2025/04/05 17:33:07.389 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=445] [conn=1] [job="ID:445, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:444, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.387 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.389 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 444, Table Name: t165)"] [2025/04/05 17:33:07.390 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=221] [neededSchemaVersion=222] ["elapsed time"=124.031µs] [gotSchemaVersion=222] [phyTblIDs="[444]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.391 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=445] [version=222] [2025/04/05 17:33:07.392 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=222] ["take time"=2.035299ms] [job="ID:445, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:444, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.387 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.393 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=445] [conn=1] [job="ID:445, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:444, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.387 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.395 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=445] [2025/04/05 17:33:07.395 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=222] [cur_db=test] [sql="create table t165(a int);"] [user=root@%] [2025/04/05 17:33:07.397 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:447, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:446, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.396 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.397 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:447, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:446, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.396 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t166(a int);"] [2025/04/05 17:33:07.398 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=447] [conn=1] [job="ID:447, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:446, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.396 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.398 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 446, Table Name: t166)"] [2025/04/05 17:33:07.399 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=222] [neededSchemaVersion=223] ["elapsed time"=123.426µs] [gotSchemaVersion=223] [phyTblIDs="[446]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.400 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=447] [version=223] [2025/04/05 17:33:07.401 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=223] ["take time"=2.020749ms] [job="ID:447, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:446, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.396 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.402 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=447] [conn=1] [job="ID:447, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:446, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.396 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.404 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=447] [2025/04/05 17:33:07.404 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=223] [cur_db=test] [sql="create table t166(a int);"] [user=root@%] [2025/04/05 17:33:07.406 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:449, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:448, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.406 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:449, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:448, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t167(a int);"] [2025/04/05 17:33:07.407 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=449] [conn=1] [job="ID:449, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:448, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.407 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 448, Table Name: t167)"] [2025/04/05 17:33:07.408 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=223] [neededSchemaVersion=224] ["elapsed time"=133.006µs] [gotSchemaVersion=224] [phyTblIDs="[448]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.409 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=449] [version=224] [2025/04/05 17:33:07.410 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=224] ["take time"=2.028889ms] [job="ID:449, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:448, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.412 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=449] [conn=1] [job="ID:449, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:448, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.414 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=449] [2025/04/05 17:33:07.414 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=224] [cur_db=test] [sql="create table t167(a int);"] [user=root@%] [2025/04/05 17:33:07.415 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:451, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:450, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.415 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.415 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:451, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:450, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.415 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t168(a int);"] [2025/04/05 17:33:07.416 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=451] [conn=1] [job="ID:451, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:450, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.415 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.417 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 450, Table Name: t168)"] [2025/04/05 17:33:07.418 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=224] [neededSchemaVersion=225] ["elapsed time"=136.306µs] [gotSchemaVersion=225] [phyTblIDs="[450]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.419 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=451] [version=225] [2025/04/05 17:33:07.420 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=225] ["take time"=2.043781ms] [job="ID:451, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:450, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.415 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.421 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=451] [conn=1] [job="ID:451, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:450, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.415 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.422 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=451] [2025/04/05 17:33:07.423 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=225] [cur_db=test] [sql="create table t168(a int);"] [user=root@%] [2025/04/05 17:33:07.424 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:453, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:452, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.424 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:453, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:452, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t169(a int);"] [2025/04/05 17:33:07.425 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=453] [conn=1] [job="ID:453, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:452, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.426 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 452, Table Name: t169)"] [2025/04/05 17:33:07.427 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=225] [neededSchemaVersion=226] ["elapsed time"=123.301µs] [gotSchemaVersion=226] [phyTblIDs="[452]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.428 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=453] [version=226] [2025/04/05 17:33:07.429 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=226] ["take time"=2.028655ms] [job="ID:453, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:452, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.430 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=453] [conn=1] [job="ID:453, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:452, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.432 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=453] [2025/04/05 17:33:07.432 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=226] [cur_db=test] [sql="create table t169(a int);"] [user=root@%] [2025/04/05 17:33:07.434 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:455, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:454, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.434 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:455, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:454, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t170(a int);"] [2025/04/05 17:33:07.435 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=455] [conn=1] [job="ID:455, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:454, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.435 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 454, Table Name: t170)"] [2025/04/05 17:33:07.436 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=226] [neededSchemaVersion=227] ["elapsed time"=118.095µs] [gotSchemaVersion=227] [phyTblIDs="[454]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.437 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=455] [version=227] [2025/04/05 17:33:07.438 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=227] ["take time"=2.158237ms] [job="ID:455, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:454, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.439 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=455] [conn=1] [job="ID:455, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:454, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.433 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.441 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=455] [2025/04/05 17:33:07.441 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=227] [cur_db=test] [sql="create table t170(a int);"] [user=root@%] [2025/04/05 17:33:07.443 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:457, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:456, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.443 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:457, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:456, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t171(a int);"] [2025/04/05 17:33:07.444 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=457] [conn=1] [job="ID:457, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:456, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.444 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 456, Table Name: t171)"] [2025/04/05 17:33:07.445 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=227] [neededSchemaVersion=228] ["elapsed time"=133.095µs] [gotSchemaVersion=228] [phyTblIDs="[456]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.446 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=457] [version=228] [2025/04/05 17:33:07.447 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=228] ["take time"=2.067008ms] [job="ID:457, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:456, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.448 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=457] [conn=1] [job="ID:457, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:456, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.442 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.450 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=457] [2025/04/05 17:33:07.450 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=228] [cur_db=test] [sql="create table t171(a int);"] [user=root@%] [2025/04/05 17:33:07.452 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:459, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:458, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.451 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.452 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:459, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:458, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.451 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t172(a int);"] [2025/04/05 17:33:07.453 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=459] [conn=1] [job="ID:459, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:458, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.451 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.453 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 458, Table Name: t172)"] [2025/04/05 17:33:07.454 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=228] [neededSchemaVersion=229] ["elapsed time"=121.934µs] [gotSchemaVersion=229] [phyTblIDs="[458]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.455 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=459] [version=229] [2025/04/05 17:33:07.457 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=229] ["take time"=3.000257ms] [job="ID:459, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:458, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.451 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.459 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=459] [conn=1] [job="ID:459, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:458, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.451 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.460 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=459] [2025/04/05 17:33:07.461 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=229] [cur_db=test] [sql="create table t172(a int);"] [user=root@%] [2025/04/05 17:33:07.462 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:461, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:460, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.461 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.462 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:461, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:460, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.461 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t173(a int);"] [2025/04/05 17:33:07.463 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=461] [conn=1] [job="ID:461, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:460, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.461 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.463 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 460, Table Name: t173)"] [2025/04/05 17:33:07.465 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=229] [neededSchemaVersion=230] ["elapsed time"=104.56µs] [gotSchemaVersion=230] [phyTblIDs="[460]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.465 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=461] [version=230] [2025/04/05 17:33:07.468 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=230] ["take time"=3.060372ms] [job="ID:461, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:460, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.461 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.469 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=461] [conn=1] [job="ID:461, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:460, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.461 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.471 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=461] [2025/04/05 17:33:07.471 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=230] [cur_db=test] [sql="create table t173(a int);"] [user=root@%] [2025/04/05 17:33:07.473 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:463, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:462, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.472 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.473 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:463, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:462, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.472 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t174(a int);"] [2025/04/05 17:33:07.474 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=463] [conn=1] [job="ID:463, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:462, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.472 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.474 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 462, Table Name: t174)"] [2025/04/05 17:33:07.476 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=230] [neededSchemaVersion=231] ["elapsed time"=132.186µs] [gotSchemaVersion=231] [phyTblIDs="[462]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.476 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=463] [version=231] [2025/04/05 17:33:07.477 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=231] ["take time"=2.057827ms] [job="ID:463, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:462, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.472 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.479 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=463] [conn=1] [job="ID:463, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:462, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.472 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.480 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=463] [2025/04/05 17:33:07.480 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=231] [cur_db=test] [sql="create table t174(a int);"] [user=root@%] [2025/04/05 17:33:07.482 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:465, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:464, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.481 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.482 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:465, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:464, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.481 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t175(a int);"] [2025/04/05 17:33:07.483 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=465] [conn=1] [job="ID:465, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:464, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.481 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.484 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 464, Table Name: t175)"] [2025/04/05 17:33:07.485 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=231] [neededSchemaVersion=232] ["elapsed time"=112.723µs] [gotSchemaVersion=232] [phyTblIDs="[464]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.486 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=465] [version=232] [2025/04/05 17:33:07.488 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=232] ["take time"=2.798045ms] [job="ID:465, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:464, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.481 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.489 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=465] [conn=1] [job="ID:465, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:464, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.481 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.491 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=465] [2025/04/05 17:33:07.491 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=232] [cur_db=test] [sql="create table t175(a int);"] [user=root@%] [2025/04/05 17:33:07.493 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:467, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:466, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.492 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.493 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:467, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:466, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.492 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t176(a int);"] [2025/04/05 17:33:07.494 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=467] [conn=1] [job="ID:467, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:466, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.492 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.494 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 466, Table Name: t176)"] [2025/04/05 17:33:07.496 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=232] [neededSchemaVersion=233] ["elapsed time"=200.446µs] [gotSchemaVersion=233] [phyTblIDs="[466]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.496 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=467] [version=233] [2025/04/05 17:33:07.497 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=233] ["take time"=2.08284ms] [job="ID:467, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:466, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.492 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.499 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=467] [conn=1] [job="ID:467, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:466, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.492 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.501 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=467] [2025/04/05 17:33:07.501 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=233] [cur_db=test] [sql="create table t176(a int);"] [user=root@%] [2025/04/05 17:33:07.502 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:469, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:468, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.502 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.502 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:469, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:468, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.502 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t177(a int);"] [2025/04/05 17:33:07.503 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=469] [conn=1] [job="ID:469, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:468, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.502 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.504 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 468, Table Name: t177)"] [2025/04/05 17:33:07.505 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=233] [neededSchemaVersion=234] ["elapsed time"=207.199µs] [gotSchemaVersion=234] [phyTblIDs="[468]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.506 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=469] [version=234] [2025/04/05 17:33:07.507 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=234] ["take time"=2.08729ms] [job="ID:469, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:468, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.502 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.508 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=469] [conn=1] [job="ID:469, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:468, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.502 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.510 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=469] [2025/04/05 17:33:07.510 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=234] [cur_db=test] [sql="create table t177(a int);"] [user=root@%] [2025/04/05 17:33:07.512 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:471, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:470, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.511 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.512 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:471, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:470, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.511 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t178(a int);"] [2025/04/05 17:33:07.513 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=471] [conn=1] [job="ID:471, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:470, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.511 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.513 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 470, Table Name: t178)"] [2025/04/05 17:33:07.515 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=234] [neededSchemaVersion=235] ["elapsed time"=122.371µs] [gotSchemaVersion=235] [phyTblIDs="[470]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.515 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=471] [version=235] [2025/04/05 17:33:07.516 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=235] ["take time"=2.084408ms] [job="ID:471, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:470, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.511 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.518 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=471] [conn=1] [job="ID:471, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:470, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.511 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.520 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=471] [2025/04/05 17:33:07.520 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=235] [cur_db=test] [sql="create table t178(a int);"] [user=root@%] [2025/04/05 17:33:07.521 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:473, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:472, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.521 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.521 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:473, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:472, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.521 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t179(a int);"] [2025/04/05 17:33:07.522 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=473] [conn=1] [job="ID:473, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:472, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.521 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.523 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 472, Table Name: t179)"] [2025/04/05 17:33:07.524 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=235] [neededSchemaVersion=236] ["elapsed time"=150.049µs] [gotSchemaVersion=236] [phyTblIDs="[472]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.525 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=473] [version=236] [2025/04/05 17:33:07.526 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=236] ["take time"=2.058572ms] [job="ID:473, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:472, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.521 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.527 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=473] [conn=1] [job="ID:473, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:472, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.521 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.529 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=473] [2025/04/05 17:33:07.529 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=236] [cur_db=test] [sql="create table t179(a int);"] [user=root@%] [2025/04/05 17:33:07.531 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:475, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:474, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.531 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.531 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:475, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:474, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.531 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t180(a int);"] [2025/04/05 17:33:07.533 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=475] [conn=1] [job="ID:475, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:474, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.531 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.533 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 474, Table Name: t180)"] [2025/04/05 17:33:07.534 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=236] [neededSchemaVersion=237] ["elapsed time"=131.044µs] [gotSchemaVersion=237] [phyTblIDs="[474]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.535 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=475] [version=237] [2025/04/05 17:33:07.536 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=237] ["take time"=2.416108ms] [job="ID:475, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:474, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.531 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.538 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=475] [conn=1] [job="ID:475, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:474, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.531 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.540 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=475] [2025/04/05 17:33:07.540 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=237] [cur_db=test] [sql="create table t180(a int);"] [user=root@%] [2025/04/05 17:33:07.542 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:477, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:476, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.541 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.542 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:477, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:476, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.541 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t181(a int);"] [2025/04/05 17:33:07.543 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=477] [conn=1] [job="ID:477, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:476, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.541 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.543 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 476, Table Name: t181)"] [2025/04/05 17:33:07.545 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=237] [neededSchemaVersion=238] ["elapsed time"=124.485µs] [gotSchemaVersion=238] [phyTblIDs="[476]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.546 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=477] [version=238] [2025/04/05 17:33:07.547 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=238] ["take time"=2.215139ms] [job="ID:477, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:476, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.541 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.548 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=477] [conn=1] [job="ID:477, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:476, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.541 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.551 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=477] [2025/04/05 17:33:07.551 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=238] [cur_db=test] [sql="create table t181(a int);"] [user=root@%] [2025/04/05 17:33:07.553 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:479, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:478, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.552 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.553 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:479, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:478, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.552 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t182(a int);"] [2025/04/05 17:33:07.554 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=479] [conn=1] [job="ID:479, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:478, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.552 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.554 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 478, Table Name: t182)"] [2025/04/05 17:33:07.555 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=238] [neededSchemaVersion=239] ["elapsed time"=154.925µs] [gotSchemaVersion=239] [phyTblIDs="[478]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.556 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=479] [version=239] [2025/04/05 17:33:07.557 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=239] ["take time"=2.156352ms] [job="ID:479, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:478, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.552 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.559 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=479] [conn=1] [job="ID:479, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:478, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.552 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.560 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=479] [2025/04/05 17:33:07.561 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=239] [cur_db=test] [sql="create table t182(a int);"] [user=root@%] [2025/04/05 17:33:07.563 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:481, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:480, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.562 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.563 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:481, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:480, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.562 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t183(a int);"] [2025/04/05 17:33:07.564 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=481] [conn=1] [job="ID:481, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:480, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.562 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.564 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 480, Table Name: t183)"] [2025/04/05 17:33:07.566 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=239] [neededSchemaVersion=240] ["elapsed time"=130.293µs] [gotSchemaVersion=240] [phyTblIDs="[480]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.567 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=481] [version=240] [2025/04/05 17:33:07.568 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=240] ["take time"=2.216328ms] [job="ID:481, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:480, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.562 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.569 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=481] [conn=1] [job="ID:481, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:480, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.562 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.572 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=481] [2025/04/05 17:33:07.572 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=240] [cur_db=test] [sql="create table t183(a int);"] [user=root@%] [2025/04/05 17:33:07.574 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:483, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:482, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.573 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.574 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:483, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:482, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.573 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t184(a int);"] [2025/04/05 17:33:07.575 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=483] [conn=1] [job="ID:483, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:482, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.573 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.575 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 482, Table Name: t184)"] [2025/04/05 17:33:07.577 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=240] [neededSchemaVersion=241] ["elapsed time"=128.185µs] [gotSchemaVersion=241] [phyTblIDs="[482]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.578 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=483] [version=241] [2025/04/05 17:33:07.579 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=241] ["take time"=2.165636ms] [job="ID:483, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:482, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.573 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.580 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=483] [conn=1] [job="ID:483, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:482, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.573 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.583 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=483] [2025/04/05 17:33:07.583 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=241] [cur_db=test] [sql="create table t184(a int);"] [user=root@%] [2025/04/05 17:33:07.584 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:485, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:484, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.584 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.584 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:485, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:484, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.584 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t185(a int);"] [2025/04/05 17:33:07.586 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=485] [conn=1] [job="ID:485, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:484, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.584 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.587 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 484, Table Name: t185)"] [2025/04/05 17:33:07.588 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=241] [neededSchemaVersion=242] ["elapsed time"=134.874µs] [gotSchemaVersion=242] [phyTblIDs="[484]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.589 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=485] [version=242] [2025/04/05 17:33:07.590 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=242] ["take time"=2.126341ms] [job="ID:485, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:484, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.584 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.591 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=485] [conn=1] [job="ID:485, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:484, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.584 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.594 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=485] [2025/04/05 17:33:07.594 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=242] [cur_db=test] [sql="create table t185(a int);"] [user=root@%] [2025/04/05 17:33:07.596 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:487, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:486, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.595 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.596 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:487, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:486, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.595 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t186(a int);"] [2025/04/05 17:33:07.597 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=487] [conn=1] [job="ID:487, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:486, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.595 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.597 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 486, Table Name: t186)"] [2025/04/05 17:33:07.599 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=242] [neededSchemaVersion=243] ["elapsed time"=123.55µs] [gotSchemaVersion=243] [phyTblIDs="[486]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.599 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=487] [version=243] [2025/04/05 17:33:07.600 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=243] ["take time"=2.071947ms] [job="ID:487, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:486, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.595 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.602 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=487] [conn=1] [job="ID:487, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:486, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.595 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.604 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=487] [2025/04/05 17:33:07.604 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=243] [cur_db=test] [sql="create table t186(a int);"] [user=root@%] [2025/04/05 17:33:07.606 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:489, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:488, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.605 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.606 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:489, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:488, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.605 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t187(a int);"] [2025/04/05 17:33:07.607 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=489] [conn=1] [job="ID:489, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:488, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.605 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.607 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 488, Table Name: t187)"] [2025/04/05 17:33:07.609 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=243] [neededSchemaVersion=244] ["elapsed time"=119.496µs] [gotSchemaVersion=244] [phyTblIDs="[488]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.610 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=489] [version=244] [2025/04/05 17:33:07.611 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=244] ["take time"=2.178894ms] [job="ID:489, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:488, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.605 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.612 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=489] [conn=1] [job="ID:489, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:488, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.605 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.615 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=489] [2025/04/05 17:33:07.615 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=244] [cur_db=test] [sql="create table t187(a int);"] [user=root@%] [2025/04/05 17:33:07.617 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:491, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:490, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.616 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.617 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:491, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:490, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.616 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t188(a int);"] [2025/04/05 17:33:07.618 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=491] [conn=1] [job="ID:491, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:490, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.616 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.618 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 490, Table Name: t188)"] [2025/04/05 17:33:07.619 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=244] [neededSchemaVersion=245] ["elapsed time"=119.987µs] [gotSchemaVersion=245] [phyTblIDs="[490]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.620 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=491] [version=245] [2025/04/05 17:33:07.621 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=245] ["take time"=2.18879ms] [job="ID:491, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:490, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.616 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.622 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=491] [conn=1] [job="ID:491, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:490, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.616 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.625 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=491] [2025/04/05 17:33:07.625 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=245] [cur_db=test] [sql="create table t188(a int);"] [user=root@%] [2025/04/05 17:33:07.627 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:493, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:492, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.626 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.627 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:493, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:492, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.626 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t189(a int);"] [2025/04/05 17:33:07.628 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=493] [conn=1] [job="ID:493, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:492, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.626 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.628 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 492, Table Name: t189)"] [2025/04/05 17:33:07.629 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=245] [neededSchemaVersion=246] ["elapsed time"=124.966µs] [gotSchemaVersion=246] [phyTblIDs="[492]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.630 -05:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/05 17:33:07.631 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=493] [version=246] [2025/04/05 17:33:07.634 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=246] ["take time"=4.591036ms] [job="ID:493, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:492, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.626 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.635 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=493] [conn=1] [job="ID:493, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:492, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.626 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.638 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=493] [2025/04/05 17:33:07.638 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=246] [cur_db=test] [sql="create table t189(a int);"] [user=root@%] [2025/04/05 17:33:07.641 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:495, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:494, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.64 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.641 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:495, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:494, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.64 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t190(a int);"] [2025/04/05 17:33:07.642 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=495] [conn=1] [job="ID:495, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:494, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.64 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.642 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 494, Table Name: t190)"] [2025/04/05 17:33:07.643 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=246] [neededSchemaVersion=247] ["elapsed time"=142.19µs] [gotSchemaVersion=247] [phyTblIDs="[494]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.644 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=495] [version=247] [2025/04/05 17:33:07.645 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=247] ["take time"=2.111655ms] [job="ID:495, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:494, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.64 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.646 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=495] [conn=1] [job="ID:495, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:494, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.64 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.658 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=495] [2025/04/05 17:33:07.658 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=247] [cur_db=test] [sql="create table t190(a int);"] [user=root@%] [2025/04/05 17:33:07.660 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:497, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:496, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.659 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.660 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:497, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:496, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.659 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t191(a int);"] [2025/04/05 17:33:07.661 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=497] [conn=1] [job="ID:497, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:496, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.659 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.661 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 496, Table Name: t191)"] [2025/04/05 17:33:07.663 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=247] [neededSchemaVersion=248] ["elapsed time"=125.757µs] [gotSchemaVersion=248] [phyTblIDs="[496]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.664 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=497] [version=248] [2025/04/05 17:33:07.665 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=248] ["take time"=2.059505ms] [job="ID:497, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:496, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.659 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.666 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=497] [conn=1] [job="ID:497, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:496, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.659 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.668 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=497] [2025/04/05 17:33:07.668 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=248] [cur_db=test] [sql="create table t191(a int);"] [user=root@%] [2025/04/05 17:33:07.670 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:499, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:498, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.669 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.670 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:499, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:498, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.669 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t192(a int);"] [2025/04/05 17:33:07.671 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=499] [conn=1] [job="ID:499, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:498, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.669 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.671 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 498, Table Name: t192)"] [2025/04/05 17:33:07.673 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=248] [neededSchemaVersion=249] ["elapsed time"=126.486µs] [gotSchemaVersion=249] [phyTblIDs="[498]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.673 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=499] [version=249] [2025/04/05 17:33:07.674 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=249] ["take time"=2.09664ms] [job="ID:499, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:498, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.669 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.676 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=499] [conn=1] [job="ID:499, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:498, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.669 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.678 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=499] [2025/04/05 17:33:07.678 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=249] [cur_db=test] [sql="create table t192(a int);"] [user=root@%] [2025/04/05 17:33:07.679 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:501, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:500, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.679 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.679 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:501, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:500, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.679 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t193(a int);"] [2025/04/05 17:33:07.680 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=501] [conn=1] [job="ID:501, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:500, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.679 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.681 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 500, Table Name: t193)"] [2025/04/05 17:33:07.683 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=249] [neededSchemaVersion=250] ["elapsed time"=122.772µs] [gotSchemaVersion=250] [phyTblIDs="[500]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.683 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=501] [version=250] [2025/04/05 17:33:07.684 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=250] ["take time"=2.056621ms] [job="ID:501, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:500, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.679 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.686 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=501] [conn=1] [job="ID:501, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:500, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.679 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.688 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=501] [2025/04/05 17:33:07.688 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=250] [cur_db=test] [sql="create table t193(a int);"] [user=root@%] [2025/04/05 17:33:07.689 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:503, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:502, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.689 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:503, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:502, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t194(a int);"] [2025/04/05 17:33:07.691 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=503] [conn=1] [job="ID:503, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:502, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.691 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 502, Table Name: t194)"] [2025/04/05 17:33:07.692 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=250] [neededSchemaVersion=251] ["elapsed time"=123.413µs] [gotSchemaVersion=251] [phyTblIDs="[502]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.693 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=503] [version=251] [2025/04/05 17:33:07.694 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=251] ["take time"=2.121879ms] [job="ID:503, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:502, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.695 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=503] [conn=1] [job="ID:503, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:502, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.697 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=503] [2025/04/05 17:33:07.697 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=251] [cur_db=test] [sql="create table t194(a int);"] [user=root@%] [2025/04/05 17:33:07.699 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:505, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:504, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.698 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.699 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:505, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:504, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.698 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t195(a int);"] [2025/04/05 17:33:07.700 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=505] [conn=1] [job="ID:505, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:504, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.698 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.700 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 504, Table Name: t195)"] [2025/04/05 17:33:07.702 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=251] [neededSchemaVersion=252] ["elapsed time"=124.75µs] [gotSchemaVersion=252] [phyTblIDs="[504]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.702 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=505] [version=252] [2025/04/05 17:33:07.703 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=252] ["take time"=2.127078ms] [job="ID:505, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:504, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.698 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.705 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=505] [conn=1] [job="ID:505, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:504, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.698 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.706 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=505] [2025/04/05 17:33:07.706 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=252] [cur_db=test] [sql="create table t195(a int);"] [user=root@%] [2025/04/05 17:33:07.708 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:507, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:506, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.707 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.708 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:507, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:506, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.707 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t196(a int);"] [2025/04/05 17:33:07.709 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=507] [conn=1] [job="ID:507, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:506, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.707 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.710 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 506, Table Name: t196)"] [2025/04/05 17:33:07.711 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=252] [neededSchemaVersion=253] ["elapsed time"=134.994µs] [gotSchemaVersion=253] [phyTblIDs="[506]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.712 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=507] [version=253] [2025/04/05 17:33:07.713 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=253] ["take time"=2.068634ms] [job="ID:507, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:506, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.707 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.714 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=507] [conn=1] [job="ID:507, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:506, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.707 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.717 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=507] [2025/04/05 17:33:07.717 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=253] [cur_db=test] [sql="create table t196(a int);"] [user=root@%] [2025/04/05 17:33:07.718 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:509, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:508, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.718 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.718 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:509, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:508, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.718 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t197(a int);"] [2025/04/05 17:33:07.719 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=509] [conn=1] [job="ID:509, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:508, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.718 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.720 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 508, Table Name: t197)"] [2025/04/05 17:33:07.721 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=253] [neededSchemaVersion=254] ["elapsed time"=127.677µs] [gotSchemaVersion=254] [phyTblIDs="[508]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.722 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=509] [version=254] [2025/04/05 17:33:07.723 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=254] ["take time"=2.048595ms] [job="ID:509, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:508, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.718 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.724 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=509] [conn=1] [job="ID:509, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:508, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.718 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.726 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=509] [2025/04/05 17:33:07.726 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=254] [cur_db=test] [sql="create table t197(a int);"] [user=root@%] [2025/04/05 17:33:07.728 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:511, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:510, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.727 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.728 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:511, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:510, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.727 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t198(a int);"] [2025/04/05 17:33:07.729 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=511] [conn=1] [job="ID:511, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:510, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.727 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.729 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 510, Table Name: t198)"] [2025/04/05 17:33:07.731 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=254] [neededSchemaVersion=255] ["elapsed time"=139.112µs] [gotSchemaVersion=255] [phyTblIDs="[510]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.732 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=511] [version=255] [2025/04/05 17:33:07.733 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=255] ["take time"=2.670033ms] [job="ID:511, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:510, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.727 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.734 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=511] [conn=1] [job="ID:511, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:510, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.727 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.737 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=511] [2025/04/05 17:33:07.737 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=255] [cur_db=test] [sql="create table t198(a int);"] [user=root@%] [2025/04/05 17:33:07.739 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:513, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:512, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.739 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:513, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:512, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t199(a int);"] [2025/04/05 17:33:07.740 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=513] [conn=1] [job="ID:513, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:512, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.740 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 512, Table Name: t199)"] [2025/04/05 17:33:07.741 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=255] [neededSchemaVersion=256] ["elapsed time"=114.867µs] [gotSchemaVersion=256] [phyTblIDs="[512]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.742 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=513] [version=256] [2025/04/05 17:33:07.743 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=256] ["take time"=2.187164ms] [job="ID:513, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:512, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.745 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=513] [conn=1] [job="ID:513, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:512, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.738 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.746 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=513] [2025/04/05 17:33:07.747 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=256] [cur_db=test] [sql="create table t199(a int);"] [user=root@%] [2025/04/05 17:33:07.749 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:515, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:514, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.748 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.749 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:515, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:514, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.748 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t200(a int);"] [2025/04/05 17:33:07.750 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=515] [conn=1] [job="ID:515, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:514, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.748 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.750 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 514, Table Name: t200)"] [2025/04/05 17:33:07.752 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=256] [neededSchemaVersion=257] ["elapsed time"=147.824µs] [gotSchemaVersion=257] [phyTblIDs="[514]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.752 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=515] [version=257] [2025/04/05 17:33:07.753 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=257] ["take time"=2.153345ms] [job="ID:515, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:514, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.748 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.756 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=515] [conn=1] [job="ID:515, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:514, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.748 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.760 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=515] [2025/04/05 17:33:07.760 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=257] [cur_db=test] [sql="create table t200(a int);"] [user=root@%] [2025/04/05 17:33:07.761 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:517, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:516, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.761 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.761 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:517, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:516, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.761 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t201(a int);"] [2025/04/05 17:33:07.762 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=517] [conn=1] [job="ID:517, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:516, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.761 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.763 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 516, Table Name: t201)"] [2025/04/05 17:33:07.764 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=257] [neededSchemaVersion=258] ["elapsed time"=118.945µs] [gotSchemaVersion=258] [phyTblIDs="[516]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.765 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=517] [version=258] [2025/04/05 17:33:07.766 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=258] ["take time"=2.071017ms] [job="ID:517, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:516, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.761 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.767 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=517] [conn=1] [job="ID:517, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:516, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.761 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.769 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=517] [2025/04/05 17:33:07.769 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=258] [cur_db=test] [sql="create table t201(a int);"] [user=root@%] [2025/04/05 17:33:07.771 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:519, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:518, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.77 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.771 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:519, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:518, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.77 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t202(a int);"] [2025/04/05 17:33:07.772 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=519] [conn=1] [job="ID:519, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:518, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.77 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.773 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 518, Table Name: t202)"] [2025/04/05 17:33:07.774 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=258] [neededSchemaVersion=259] ["elapsed time"=189.33µs] [gotSchemaVersion=259] [phyTblIDs="[518]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.776 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=519] [version=259] [2025/04/05 17:33:07.777 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=259] ["take time"=2.509013ms] [job="ID:519, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:518, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.77 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.778 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=519] [conn=1] [job="ID:519, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:518, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.77 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.780 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=519] [2025/04/05 17:33:07.780 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=259] [cur_db=test] [sql="create table t202(a int);"] [user=root@%] [2025/04/05 17:33:07.782 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:521, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:520, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.781 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.782 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:521, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:520, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.781 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t203(a int);"] [2025/04/05 17:33:07.783 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=521] [conn=1] [job="ID:521, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:520, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.781 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.784 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 520, Table Name: t203)"] [2025/04/05 17:33:07.785 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=259] [neededSchemaVersion=260] ["elapsed time"=108.924µs] [gotSchemaVersion=260] [phyTblIDs="[520]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.786 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=521] [version=260] [2025/04/05 17:33:07.787 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=260] ["take time"=2.03735ms] [job="ID:521, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:520, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.781 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.788 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=521] [conn=1] [job="ID:521, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:520, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.781 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.790 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=521] [2025/04/05 17:33:07.790 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=260] [cur_db=test] [sql="create table t203(a int);"] [user=root@%] [2025/04/05 17:33:07.792 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:523, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:522, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.791 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.792 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:523, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:522, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.791 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t204(a int);"] [2025/04/05 17:33:07.793 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=523] [conn=1] [job="ID:523, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:522, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.791 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.794 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 522, Table Name: t204)"] [2025/04/05 17:33:07.795 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=260] [neededSchemaVersion=261] ["elapsed time"=132.205µs] [gotSchemaVersion=261] [phyTblIDs="[522]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.796 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=523] [version=261] [2025/04/05 17:33:07.797 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=261] ["take time"=2.150352ms] [job="ID:523, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:522, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.791 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.798 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=523] [conn=1] [job="ID:523, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:522, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.791 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.800 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=523] [2025/04/05 17:33:07.800 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=261] [cur_db=test] [sql="create table t204(a int);"] [user=root@%] [2025/04/05 17:33:07.802 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:525, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:524, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.801 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.802 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:525, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:524, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.801 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t205(a int);"] [2025/04/05 17:33:07.803 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=525] [conn=1] [job="ID:525, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:524, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.801 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.804 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 524, Table Name: t205)"] [2025/04/05 17:33:07.805 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=261] [neededSchemaVersion=262] ["elapsed time"=125.01µs] [gotSchemaVersion=262] [phyTblIDs="[524]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.806 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=525] [version=262] [2025/04/05 17:33:07.807 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=262] ["take time"=2.11692ms] [job="ID:525, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:524, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.801 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.808 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=525] [conn=1] [job="ID:525, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:524, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.801 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.810 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=525] [2025/04/05 17:33:07.810 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=262] [cur_db=test] [sql="create table t205(a int);"] [user=root@%] [2025/04/05 17:33:07.812 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:527, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:526, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.811 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.812 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:527, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:526, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.811 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t206(a int);"] [2025/04/05 17:33:07.813 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=527] [conn=1] [job="ID:527, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:526, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.811 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.813 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 526, Table Name: t206)"] [2025/04/05 17:33:07.814 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=262] [neededSchemaVersion=263] ["elapsed time"=137.451µs] [gotSchemaVersion=263] [phyTblIDs="[526]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.815 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=527] [version=263] [2025/04/05 17:33:07.816 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=263] ["take time"=2.165993ms] [job="ID:527, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:526, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.811 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.818 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=527] [conn=1] [job="ID:527, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:526, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.811 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.820 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=527] [2025/04/05 17:33:07.820 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=263] [cur_db=test] [sql="create table t206(a int);"] [user=root@%] [2025/04/05 17:33:07.821 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:529, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:528, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.821 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.822 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:529, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:528, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.821 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t207(a int);"] [2025/04/05 17:33:07.823 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=529] [conn=1] [job="ID:529, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:528, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.821 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.823 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 528, Table Name: t207)"] [2025/04/05 17:33:07.824 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=263] [neededSchemaVersion=264] ["elapsed time"=113.479µs] [gotSchemaVersion=264] [phyTblIDs="[528]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.825 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=529] [version=264] [2025/04/05 17:33:07.826 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=264] ["take time"=2.062861ms] [job="ID:529, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:528, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.821 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.827 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=529] [conn=1] [job="ID:529, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:528, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.821 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.829 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=529] [2025/04/05 17:33:07.829 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=264] [cur_db=test] [sql="create table t207(a int);"] [user=root@%] [2025/04/05 17:33:07.831 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:531, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:530, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.83 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.831 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:531, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:530, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.83 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t208(a int);"] [2025/04/05 17:33:07.832 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=531] [conn=1] [job="ID:531, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:530, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.83 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.833 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 530, Table Name: t208)"] [2025/04/05 17:33:07.834 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=264] [neededSchemaVersion=265] ["elapsed time"=111.816µs] [gotSchemaVersion=265] [phyTblIDs="[530]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.835 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=531] [version=265] [2025/04/05 17:33:07.836 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=265] ["take time"=2.284249ms] [job="ID:531, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:530, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.83 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.837 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=531] [conn=1] [job="ID:531, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:530, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.83 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.839 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=531] [2025/04/05 17:33:07.839 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=265] [cur_db=test] [sql="create table t208(a int);"] [user=root@%] [2025/04/05 17:33:07.841 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:533, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:532, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.84 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.841 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:533, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:532, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.84 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t209(a int);"] [2025/04/05 17:33:07.842 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=533] [conn=1] [job="ID:533, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:532, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.84 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.842 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 532, Table Name: t209)"] [2025/04/05 17:33:07.843 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=265] [neededSchemaVersion=266] ["elapsed time"=116.119µs] [gotSchemaVersion=266] [phyTblIDs="[532]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.844 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=533] [version=266] [2025/04/05 17:33:07.845 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=266] ["take time"=2.109654ms] [job="ID:533, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:532, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.84 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.847 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=533] [conn=1] [job="ID:533, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:532, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.84 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.849 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=533] [2025/04/05 17:33:07.849 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=266] [cur_db=test] [sql="create table t209(a int);"] [user=root@%] [2025/04/05 17:33:07.850 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:535, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:534, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.85 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.850 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:535, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:534, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.85 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t210(a int);"] [2025/04/05 17:33:07.851 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=535] [conn=1] [job="ID:535, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:534, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.85 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.852 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 534, Table Name: t210)"] [2025/04/05 17:33:07.853 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=266] [neededSchemaVersion=267] ["elapsed time"=115.95µs] [gotSchemaVersion=267] [phyTblIDs="[534]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.854 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=535] [version=267] [2025/04/05 17:33:07.855 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=267] ["take time"=2.037867ms] [job="ID:535, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:534, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.85 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.856 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=535] [conn=1] [job="ID:535, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:534, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.85 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.858 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=535] [2025/04/05 17:33:07.858 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=267] [cur_db=test] [sql="create table t210(a int);"] [user=root@%] [2025/04/05 17:33:07.860 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:537, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:536, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.859 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.860 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:537, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:536, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.859 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t211(a int);"] [2025/04/05 17:33:07.861 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=537] [conn=1] [job="ID:537, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:536, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.859 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.861 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 536, Table Name: t211)"] [2025/04/05 17:33:07.862 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=267] [neededSchemaVersion=268] ["elapsed time"=108.381µs] [gotSchemaVersion=268] [phyTblIDs="[536]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.863 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=537] [version=268] [2025/04/05 17:33:07.864 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=268] ["take time"=2.035984ms] [job="ID:537, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:536, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.859 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.865 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=537] [conn=1] [job="ID:537, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:536, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.859 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.867 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=537] [2025/04/05 17:33:07.867 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=268] [cur_db=test] [sql="create table t211(a int);"] [user=root@%] [2025/04/05 17:33:07.869 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:539, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:538, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.869 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:539, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:538, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t212(a int);"] [2025/04/05 17:33:07.870 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=539] [conn=1] [job="ID:539, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:538, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.870 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 538, Table Name: t212)"] [2025/04/05 17:33:07.871 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=268] [neededSchemaVersion=269] ["elapsed time"=105.656µs] [gotSchemaVersion=269] [phyTblIDs="[538]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.872 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=539] [version=269] [2025/04/05 17:33:07.874 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=269] ["take time"=3.04241ms] [job="ID:539, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:538, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.875 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=539] [conn=1] [job="ID:539, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:538, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.877 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=539] [2025/04/05 17:33:07.877 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=269] [cur_db=test] [sql="create table t212(a int);"] [user=root@%] [2025/04/05 17:33:07.879 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:541, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:540, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.878 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.879 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:541, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:540, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.878 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t213(a int);"] [2025/04/05 17:33:07.880 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=541] [conn=1] [job="ID:541, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:540, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.878 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.880 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 540, Table Name: t213)"] [2025/04/05 17:33:07.883 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=269] [neededSchemaVersion=270] ["elapsed time"=141.701µs] [gotSchemaVersion=270] [phyTblIDs="[540]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.884 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=541] [version=270] [2025/04/05 17:33:07.885 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=270] ["take time"=2.334455ms] [job="ID:541, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:540, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.878 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.886 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=541] [conn=1] [job="ID:541, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:540, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.878 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.888 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=541] [2025/04/05 17:33:07.888 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=270] [cur_db=test] [sql="create table t213(a int);"] [user=root@%] [2025/04/05 17:33:07.889 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:543, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:542, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.889 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.889 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:543, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:542, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.889 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t214(a int);"] [2025/04/05 17:33:07.890 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=543] [conn=1] [job="ID:543, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:542, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.889 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.891 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 542, Table Name: t214)"] [2025/04/05 17:33:07.892 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=270] [neededSchemaVersion=271] ["elapsed time"=119.046µs] [gotSchemaVersion=271] [phyTblIDs="[542]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.893 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=543] [version=271] [2025/04/05 17:33:07.894 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=271] ["take time"=2.036564ms] [job="ID:543, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:542, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.889 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.895 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=543] [conn=1] [job="ID:543, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:542, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.889 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.897 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=543] [2025/04/05 17:33:07.897 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=271] [cur_db=test] [sql="create table t214(a int);"] [user=root@%] [2025/04/05 17:33:07.899 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:545, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:544, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.898 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.899 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:545, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:544, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.898 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t215(a int);"] [2025/04/05 17:33:07.900 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=545] [conn=1] [job="ID:545, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:544, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.898 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.900 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 544, Table Name: t215)"] [2025/04/05 17:33:07.901 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=271] [neededSchemaVersion=272] ["elapsed time"=116.61µs] [gotSchemaVersion=272] [phyTblIDs="[544]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.902 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=545] [version=272] [2025/04/05 17:33:07.903 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=272] ["take time"=2.026844ms] [job="ID:545, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:544, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.898 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.905 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=545] [conn=1] [job="ID:545, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:544, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.898 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.907 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=545] [2025/04/05 17:33:07.907 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=272] [cur_db=test] [sql="create table t215(a int);"] [user=root@%] [2025/04/05 17:33:07.909 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:547, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:546, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.908 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.909 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:547, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:546, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.908 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t216(a int);"] [2025/04/05 17:33:07.910 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=547] [conn=1] [job="ID:547, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:546, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.908 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.910 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 546, Table Name: t216)"] [2025/04/05 17:33:07.911 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=272] [neededSchemaVersion=273] ["elapsed time"=127.903µs] [gotSchemaVersion=273] [phyTblIDs="[546]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.912 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=547] [version=273] [2025/04/05 17:33:07.913 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=273] ["take time"=2.05526ms] [job="ID:547, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:546, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.908 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.915 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=547] [conn=1] [job="ID:547, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:546, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.908 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.917 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=547] [2025/04/05 17:33:07.917 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=273] [cur_db=test] [sql="create table t216(a int);"] [user=root@%] [2025/04/05 17:33:07.918 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:549, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:548, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.918 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.918 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:549, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:548, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.918 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t217(a int);"] [2025/04/05 17:33:07.919 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=549] [conn=1] [job="ID:549, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:548, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.918 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.920 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 548, Table Name: t217)"] [2025/04/05 17:33:07.921 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=273] [neededSchemaVersion=274] ["elapsed time"=118.349µs] [gotSchemaVersion=274] [phyTblIDs="[548]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.922 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=549] [version=274] [2025/04/05 17:33:07.923 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=274] ["take time"=2.077797ms] [job="ID:549, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:548, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.918 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.924 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=549] [conn=1] [job="ID:549, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:548, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.918 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.926 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=549] [2025/04/05 17:33:07.926 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=274] [cur_db=test] [sql="create table t217(a int);"] [user=root@%] [2025/04/05 17:33:07.928 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:551, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:550, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.927 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.928 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:551, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:550, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.927 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t218(a int);"] [2025/04/05 17:33:07.929 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=551] [conn=1] [job="ID:551, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:550, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.927 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.929 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 550, Table Name: t218)"] [2025/04/05 17:33:07.930 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=274] [neededSchemaVersion=275] ["elapsed time"=108.088µs] [gotSchemaVersion=275] [phyTblIDs="[550]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.931 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=551] [version=275] [2025/04/05 17:33:07.933 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=275] ["take time"=2.613443ms] [job="ID:551, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:550, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.927 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.934 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=551] [conn=1] [job="ID:551, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:550, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.927 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.936 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=551] [2025/04/05 17:33:07.936 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=275] [cur_db=test] [sql="create table t218(a int);"] [user=root@%] [2025/04/05 17:33:07.938 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:553, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:552, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.937 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.938 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:553, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:552, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.937 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t219(a int);"] [2025/04/05 17:33:07.938 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=553] [conn=1] [job="ID:553, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:552, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.937 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.939 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 552, Table Name: t219)"] [2025/04/05 17:33:07.940 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=275] [neededSchemaVersion=276] ["elapsed time"=121.693µs] [gotSchemaVersion=276] [phyTblIDs="[552]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.941 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=553] [version=276] [2025/04/05 17:33:07.942 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=276] ["take time"=2.051338ms] [job="ID:553, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:552, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.937 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.943 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=553] [conn=1] [job="ID:553, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:552, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.937 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.945 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=553] [2025/04/05 17:33:07.946 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=276] [cur_db=test] [sql="create table t219(a int);"] [user=root@%] [2025/04/05 17:33:07.947 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:555, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:554, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.947 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.947 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:555, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:554, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.947 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t220(a int);"] [2025/04/05 17:33:07.948 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=555] [conn=1] [job="ID:555, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:554, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.947 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.949 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 554, Table Name: t220)"] [2025/04/05 17:33:07.950 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=276] [neededSchemaVersion=277] ["elapsed time"=126.349µs] [gotSchemaVersion=277] [phyTblIDs="[554]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.951 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=555] [version=277] [2025/04/05 17:33:07.952 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=277] ["take time"=2.106642ms] [job="ID:555, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:554, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.947 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.953 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=555] [conn=1] [job="ID:555, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:554, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.947 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.955 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=555] [2025/04/05 17:33:07.955 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=277] [cur_db=test] [sql="create table t220(a int);"] [user=root@%] [2025/04/05 17:33:07.957 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:557, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:556, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.956 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.957 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:557, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:556, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.956 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t221(a int);"] [2025/04/05 17:33:07.958 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=557] [conn=1] [job="ID:557, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:556, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.956 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.958 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 556, Table Name: t221)"] [2025/04/05 17:33:07.959 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=277] [neededSchemaVersion=278] ["elapsed time"=121.672µs] [gotSchemaVersion=278] [phyTblIDs="[556]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.960 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=557] [version=278] [2025/04/05 17:33:07.961 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=278] ["take time"=2.070439ms] [job="ID:557, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:556, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.956 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.962 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=557] [conn=1] [job="ID:557, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:556, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.956 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.964 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=557] [2025/04/05 17:33:07.965 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=278] [cur_db=test] [sql="create table t221(a int);"] [user=root@%] [2025/04/05 17:33:07.966 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:559, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:558, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.966 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:559, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:558, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t222(a int);"] [2025/04/05 17:33:07.967 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=559] [conn=1] [job="ID:559, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:558, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.968 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 558, Table Name: t222)"] [2025/04/05 17:33:07.969 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=278] [neededSchemaVersion=279] ["elapsed time"=116.236µs] [gotSchemaVersion=279] [phyTblIDs="[558]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.970 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=559] [version=279] [2025/04/05 17:33:07.971 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=279] ["take time"=2.070676ms] [job="ID:559, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:558, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.972 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=559] [conn=1] [job="ID:559, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:558, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.965 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.974 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=559] [2025/04/05 17:33:07.974 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=279] [cur_db=test] [sql="create table t222(a int);"] [user=root@%] [2025/04/05 17:33:07.976 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:561, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:560, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.975 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.976 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:561, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:560, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.975 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t223(a int);"] [2025/04/05 17:33:07.977 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=561] [conn=1] [job="ID:561, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:560, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.975 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.977 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 560, Table Name: t223)"] [2025/04/05 17:33:07.978 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=279] [neededSchemaVersion=280] ["elapsed time"=122.008µs] [gotSchemaVersion=280] [phyTblIDs="[560]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.979 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=561] [version=280] [2025/04/05 17:33:07.980 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=280] ["take time"=2.068452ms] [job="ID:561, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:560, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.975 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.982 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=561] [conn=1] [job="ID:561, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:560, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.975 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.983 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=561] [2025/04/05 17:33:07.983 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=280] [cur_db=test] [sql="create table t223(a int);"] [user=root@%] [2025/04/05 17:33:07.985 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:563, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:562, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.985 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:563, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:562, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t224(a int);"] [2025/04/05 17:33:07.987 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=563] [conn=1] [job="ID:563, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:562, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.987 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 562, Table Name: t224)"] [2025/04/05 17:33:07.988 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=280] [neededSchemaVersion=281] ["elapsed time"=114.918µs] [gotSchemaVersion=281] [phyTblIDs="[562]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.989 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=563] [version=281] [2025/04/05 17:33:07.990 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=281] ["take time"=2.248869ms] [job="ID:563, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:562, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.991 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=563] [conn=1] [job="ID:563, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:562, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.984 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.993 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=563] [2025/04/05 17:33:07.993 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=281] [cur_db=test] [sql="create table t224(a int);"] [user=root@%] [2025/04/05 17:33:07.995 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:565, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:564, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.994 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:07.995 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:565, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:564, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.994 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t225(a int);"] [2025/04/05 17:33:07.997 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=565] [conn=1] [job="ID:565, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:564, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.994 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:07.997 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 564, Table Name: t225)"] [2025/04/05 17:33:07.998 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=281] [neededSchemaVersion=282] ["elapsed time"=119.282µs] [gotSchemaVersion=282] [phyTblIDs="[564]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:07.999 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=565] [version=282] [2025/04/05 17:33:08.000 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=282] ["take time"=2.119228ms] [job="ID:565, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:564, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:07.994 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.002 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=565] [conn=1] [job="ID:565, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:564, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:07.994 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.004 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=565] [2025/04/05 17:33:08.004 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=282] [cur_db=test] [sql="create table t225(a int);"] [user=root@%] [2025/04/05 17:33:08.005 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:567, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:566, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.005 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.005 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:567, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:566, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.005 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t226(a int);"] [2025/04/05 17:33:08.006 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=567] [conn=1] [job="ID:567, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:566, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.005 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.007 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 566, Table Name: t226)"] [2025/04/05 17:33:08.008 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=282] [neededSchemaVersion=283] ["elapsed time"=118.451µs] [gotSchemaVersion=283] [phyTblIDs="[566]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.009 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=567] [version=283] [2025/04/05 17:33:08.010 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=283] ["take time"=2.009306ms] [job="ID:567, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:566, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.005 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.011 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=567] [conn=1] [job="ID:567, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:566, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.005 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.012 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=567] [2025/04/05 17:33:08.012 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=283] [cur_db=test] [sql="create table t226(a int);"] [user=root@%] [2025/04/05 17:33:08.014 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:569, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:568, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.013 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.014 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:569, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:568, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.013 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t227(a int);"] [2025/04/05 17:33:08.015 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=569] [conn=1] [job="ID:569, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:568, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.013 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.016 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 568, Table Name: t227)"] [2025/04/05 17:33:08.017 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=283] [neededSchemaVersion=284] ["elapsed time"=107.913µs] [gotSchemaVersion=284] [phyTblIDs="[568]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.018 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=569] [version=284] [2025/04/05 17:33:08.019 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=284] ["take time"=2.024681ms] [job="ID:569, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:568, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.013 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.020 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=569] [conn=1] [job="ID:569, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:568, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.013 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.022 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=569] [2025/04/05 17:33:08.022 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=284] [cur_db=test] [sql="create table t227(a int);"] [user=root@%] [2025/04/05 17:33:08.024 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:571, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:570, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.023 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.024 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:571, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:570, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.023 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t228(a int);"] [2025/04/05 17:33:08.025 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=571] [conn=1] [job="ID:571, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:570, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.023 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.025 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 570, Table Name: t228)"] [2025/04/05 17:33:08.026 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=284] [neededSchemaVersion=285] ["elapsed time"=118.833µs] [gotSchemaVersion=285] [phyTblIDs="[570]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.027 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=571] [version=285] [2025/04/05 17:33:08.029 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=285] ["take time"=3.057088ms] [job="ID:571, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:570, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.023 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.030 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=571] [conn=1] [job="ID:571, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:570, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.023 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.032 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=571] [2025/04/05 17:33:08.032 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=285] [cur_db=test] [sql="create table t228(a int);"] [user=root@%] [2025/04/05 17:33:08.034 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:573, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:572, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.033 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.034 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:573, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:572, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.033 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t229(a int);"] [2025/04/05 17:33:08.035 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=573] [conn=1] [job="ID:573, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:572, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.033 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.035 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 572, Table Name: t229)"] [2025/04/05 17:33:08.037 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=285] [neededSchemaVersion=286] ["elapsed time"=104.823µs] [gotSchemaVersion=286] [phyTblIDs="[572]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.037 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=573] [version=286] [2025/04/05 17:33:08.040 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=286] ["take time"=3.024049ms] [job="ID:573, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:572, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.033 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.041 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=573] [conn=1] [job="ID:573, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:572, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.033 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.043 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=573] [2025/04/05 17:33:08.043 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=286] [cur_db=test] [sql="create table t229(a int);"] [user=root@%] [2025/04/05 17:33:08.044 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:575, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:574, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.044 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.044 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:575, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:574, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.044 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t230(a int);"] [2025/04/05 17:33:08.045 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=575] [conn=1] [job="ID:575, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:574, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.044 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.045 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 574, Table Name: t230)"] [2025/04/05 17:33:08.047 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=286] [neededSchemaVersion=287] ["elapsed time"=108.653µs] [gotSchemaVersion=287] [phyTblIDs="[574]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.047 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=575] [version=287] [2025/04/05 17:33:08.050 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=287] ["take time"=3.014472ms] [job="ID:575, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:574, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.044 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.051 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=575] [conn=1] [job="ID:575, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:574, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.044 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.052 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=575] [2025/04/05 17:33:08.052 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=287] [cur_db=test] [sql="create table t230(a int);"] [user=root@%] [2025/04/05 17:33:08.055 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:577, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:576, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.053 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.055 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:577, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:576, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.053 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t231(a int);"] [2025/04/05 17:33:08.056 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=577] [conn=1] [job="ID:577, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:576, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.053 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.056 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 576, Table Name: t231)"] [2025/04/05 17:33:08.057 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=287] [neededSchemaVersion=288] ["elapsed time"=160.506µs] [gotSchemaVersion=288] [phyTblIDs="[576]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.058 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=577] [version=288] [2025/04/05 17:33:08.059 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=288] ["take time"=2.030213ms] [job="ID:577, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:576, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.053 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.060 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=577] [conn=1] [job="ID:577, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:576, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.053 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.062 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=577] [2025/04/05 17:33:08.062 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=288] [cur_db=test] [sql="create table t231(a int);"] [user=root@%] [2025/04/05 17:33:08.064 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:579, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:578, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.063 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.064 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:579, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:578, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.063 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t232(a int);"] [2025/04/05 17:33:08.065 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=579] [conn=1] [job="ID:579, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:578, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.063 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.065 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 578, Table Name: t232)"] [2025/04/05 17:33:08.066 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=288] [neededSchemaVersion=289] ["elapsed time"=107.416µs] [gotSchemaVersion=289] [phyTblIDs="[578]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.067 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=579] [version=289] [2025/04/05 17:33:08.069 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=289] ["take time"=3.04845ms] [job="ID:579, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:578, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.063 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.070 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=579] [conn=1] [job="ID:579, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:578, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.063 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.072 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=579] [2025/04/05 17:33:08.072 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=289] [cur_db=test] [sql="create table t232(a int);"] [user=root@%] [2025/04/05 17:33:08.074 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:581, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:580, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.074 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:581, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:580, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t233(a int);"] [2025/04/05 17:33:08.075 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=581] [conn=1] [job="ID:581, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:580, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.075 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 580, Table Name: t233)"] [2025/04/05 17:33:08.076 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=289] [neededSchemaVersion=290] ["elapsed time"=111.248µs] [gotSchemaVersion=290] [phyTblIDs="[580]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.077 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=581] [version=290] [2025/04/05 17:33:08.078 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=290] ["take time"=2.034439ms] [job="ID:581, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:580, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.079 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=581] [conn=1] [job="ID:581, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:580, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.073 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.081 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=581] [2025/04/05 17:33:08.081 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=290] [cur_db=test] [sql="create table t233(a int);"] [user=root@%] [2025/04/05 17:33:08.083 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:583, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:582, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.083 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.083 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:583, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:582, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.083 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t234(a int);"] [2025/04/05 17:33:08.085 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=583] [conn=1] [job="ID:583, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:582, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.083 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.085 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 582, Table Name: t234)"] [2025/04/05 17:33:08.086 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=290] [neededSchemaVersion=291] ["elapsed time"=124.98µs] [gotSchemaVersion=291] [phyTblIDs="[582]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.087 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=583] [version=291] [2025/04/05 17:33:08.088 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=291] ["take time"=2.224059ms] [job="ID:583, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:582, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.083 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.089 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=583] [conn=1] [job="ID:583, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:582, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.083 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.091 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=583] [2025/04/05 17:33:08.091 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=291] [cur_db=test] [sql="create table t234(a int);"] [user=root@%] [2025/04/05 17:33:08.093 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:585, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:584, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.092 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.093 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:585, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:584, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.092 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t235(a int);"] [2025/04/05 17:33:08.094 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=585] [conn=1] [job="ID:585, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:584, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.092 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.094 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 584, Table Name: t235)"] [2025/04/05 17:33:08.095 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=291] [neededSchemaVersion=292] ["elapsed time"=111.871µs] [gotSchemaVersion=292] [phyTblIDs="[584]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.096 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=585] [version=292] [2025/04/05 17:33:08.097 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=292] ["take time"=2.085053ms] [job="ID:585, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:584, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.092 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.098 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=585] [conn=1] [job="ID:585, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:584, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.092 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.100 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=585] [2025/04/05 17:33:08.100 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=292] [cur_db=test] [sql="create table t235(a int);"] [user=root@%] [2025/04/05 17:33:08.102 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:587, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:586, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.101 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.102 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:587, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:586, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.101 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t236(a int);"] [2025/04/05 17:33:08.103 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=587] [conn=1] [job="ID:587, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:586, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.101 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.103 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 586, Table Name: t236)"] [2025/04/05 17:33:08.105 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=292] [neededSchemaVersion=293] ["elapsed time"=120.24µs] [gotSchemaVersion=293] [phyTblIDs="[586]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.105 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=587] [version=293] [2025/04/05 17:33:08.107 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=293] ["take time"=2.046494ms] [job="ID:587, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:586, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.101 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.108 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=587] [conn=1] [job="ID:587, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:586, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.101 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.110 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=587] [2025/04/05 17:33:08.110 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=293] [cur_db=test] [sql="create table t236(a int);"] [user=root@%] [2025/04/05 17:33:08.111 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:589, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:588, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.111 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.111 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:589, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:588, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.111 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t237(a int);"] [2025/04/05 17:33:08.112 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=589] [conn=1] [job="ID:589, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:588, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.111 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.112 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 588, Table Name: t237)"] [2025/04/05 17:33:08.114 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=293] [neededSchemaVersion=294] ["elapsed time"=120.592µs] [gotSchemaVersion=294] [phyTblIDs="[588]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.114 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=589] [version=294] [2025/04/05 17:33:08.116 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=294] ["take time"=2.045466ms] [job="ID:589, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:588, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.111 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.117 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=589] [conn=1] [job="ID:589, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:588, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.111 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.119 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=589] [2025/04/05 17:33:08.119 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=294] [cur_db=test] [sql="create table t237(a int);"] [user=root@%] [2025/04/05 17:33:08.120 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:591, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:590, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.12 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.120 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:591, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:590, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.12 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t238(a int);"] [2025/04/05 17:33:08.121 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=591] [conn=1] [job="ID:591, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:590, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.12 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.121 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 590, Table Name: t238)"] [2025/04/05 17:33:08.123 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=294] [neededSchemaVersion=295] ["elapsed time"=117.328µs] [gotSchemaVersion=295] [phyTblIDs="[590]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.123 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=591] [version=295] [2025/04/05 17:33:08.125 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=295] ["take time"=2.007588ms] [job="ID:591, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:590, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.12 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.126 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=591] [conn=1] [job="ID:591, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:590, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.12 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.127 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=591] [2025/04/05 17:33:08.128 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=295] [cur_db=test] [sql="create table t238(a int);"] [user=root@%] [2025/04/05 17:33:08.129 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:593, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:592, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.129 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.129 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:593, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:592, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.129 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t239(a int);"] [2025/04/05 17:33:08.130 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=593] [conn=1] [job="ID:593, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:592, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.129 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.130 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 592, Table Name: t239)"] [2025/04/05 17:33:08.133 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=295] [neededSchemaVersion=296] ["elapsed time"=128.715µs] [gotSchemaVersion=296] [phyTblIDs="[592]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.134 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=593] [version=296] [2025/04/05 17:33:08.135 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=296] ["take time"=2.385244ms] [job="ID:593, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:592, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.129 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.136 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=593] [conn=1] [job="ID:593, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:592, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.129 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.138 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=593] [2025/04/05 17:33:08.138 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=296] [cur_db=test] [sql="create table t239(a int);"] [user=root@%] [2025/04/05 17:33:08.140 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:595, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:594, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.139 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.140 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:595, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:594, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.139 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t240(a int);"] [2025/04/05 17:33:08.141 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=595] [conn=1] [job="ID:595, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:594, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.139 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.141 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 594, Table Name: t240)"] [2025/04/05 17:33:08.142 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=296] [neededSchemaVersion=297] ["elapsed time"=142.094µs] [gotSchemaVersion=297] [phyTblIDs="[594]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.143 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=595] [version=297] [2025/04/05 17:33:08.144 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=297] ["take time"=2.056504ms] [job="ID:595, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:594, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.139 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.145 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=595] [conn=1] [job="ID:595, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:594, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.139 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.147 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=595] [2025/04/05 17:33:08.147 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=297] [cur_db=test] [sql="create table t240(a int);"] [user=root@%] [2025/04/05 17:33:08.149 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:597, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:596, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.148 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.149 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:597, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:596, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.148 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t241(a int);"] [2025/04/05 17:33:08.150 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=597] [conn=1] [job="ID:597, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:596, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.148 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.150 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 596, Table Name: t241)"] [2025/04/05 17:33:08.151 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=297] [neededSchemaVersion=298] ["elapsed time"=131.011µs] [gotSchemaVersion=298] [phyTblIDs="[596]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.152 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=597] [version=298] [2025/04/05 17:33:08.153 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=298] ["take time"=2.029864ms] [job="ID:597, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:596, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.148 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.154 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=597] [conn=1] [job="ID:597, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:596, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.148 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.156 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=597] [2025/04/05 17:33:08.156 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=298] [cur_db=test] [sql="create table t241(a int);"] [user=root@%] [2025/04/05 17:33:08.158 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:599, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:598, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.157 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.158 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:599, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:598, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.157 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t242(a int);"] [2025/04/05 17:33:08.159 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=599] [conn=1] [job="ID:599, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:598, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.157 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.159 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 598, Table Name: t242)"] [2025/04/05 17:33:08.161 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=298] [neededSchemaVersion=299] ["elapsed time"=123.263µs] [gotSchemaVersion=299] [phyTblIDs="[598]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.161 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=599] [version=299] [2025/04/05 17:33:08.162 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=299] ["take time"=2.070153ms] [job="ID:599, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:598, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.157 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.164 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=599] [conn=1] [job="ID:599, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:598, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.157 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.165 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=599] [2025/04/05 17:33:08.166 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=299] [cur_db=test] [sql="create table t242(a int);"] [user=root@%] [2025/04/05 17:33:08.167 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:601, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:600, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.167 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.167 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:601, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:600, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.167 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t243(a int);"] [2025/04/05 17:33:08.168 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=601] [conn=1] [job="ID:601, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:600, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.167 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.168 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 600, Table Name: t243)"] [2025/04/05 17:33:08.170 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=299] [neededSchemaVersion=300] ["elapsed time"=112.895µs] [gotSchemaVersion=300] [phyTblIDs="[600]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.170 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=601] [version=300] [2025/04/05 17:33:08.172 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=300] ["take time"=2.047815ms] [job="ID:601, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:600, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.167 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.173 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=601] [conn=1] [job="ID:601, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:600, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.167 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.174 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=601] [2025/04/05 17:33:08.174 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=300] [cur_db=test] [sql="create table t243(a int);"] [user=root@%] [2025/04/05 17:33:08.176 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:603, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:602, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.175 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.176 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:603, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:602, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.175 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t244(a int);"] [2025/04/05 17:33:08.177 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=603] [conn=1] [job="ID:603, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:602, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.175 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.178 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 602, Table Name: t244)"] [2025/04/05 17:33:08.179 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=300] [neededSchemaVersion=301] ["elapsed time"=119.697µs] [gotSchemaVersion=301] [phyTblIDs="[602]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.180 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=603] [version=301] [2025/04/05 17:33:08.181 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=301] ["take time"=2.105264ms] [job="ID:603, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:602, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.175 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.182 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=603] [conn=1] [job="ID:603, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:602, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.175 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.184 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=603] [2025/04/05 17:33:08.184 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=301] [cur_db=test] [sql="create table t244(a int);"] [user=root@%] [2025/04/05 17:33:08.186 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:605, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:604, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.185 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.186 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:605, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:604, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.185 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t245(a int);"] [2025/04/05 17:33:08.187 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=605] [conn=1] [job="ID:605, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:604, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.185 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.187 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 604, Table Name: t245)"] [2025/04/05 17:33:08.189 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=301] [neededSchemaVersion=302] ["elapsed time"=117.171µs] [gotSchemaVersion=302] [phyTblIDs="[604]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.189 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=605] [version=302] [2025/04/05 17:33:08.191 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=302] ["take time"=2.672905ms] [job="ID:605, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:604, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.185 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.192 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=605] [conn=1] [job="ID:605, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:604, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.185 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.194 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=605] [2025/04/05 17:33:08.194 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=302] [cur_db=test] [sql="create table t245(a int);"] [user=root@%] [2025/04/05 17:33:08.196 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:607, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:606, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.195 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.196 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:607, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:606, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.195 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t246(a int);"] [2025/04/05 17:33:08.197 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=607] [conn=1] [job="ID:607, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:606, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.195 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.197 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 606, Table Name: t246)"] [2025/04/05 17:33:08.199 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=302] [neededSchemaVersion=303] ["elapsed time"=119.157µs] [gotSchemaVersion=303] [phyTblIDs="[606]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.200 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=607] [version=303] [2025/04/05 17:33:08.201 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=303] ["take time"=2.100192ms] [job="ID:607, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:606, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.195 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.202 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=607] [conn=1] [job="ID:607, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:606, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.195 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.204 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=607] [2025/04/05 17:33:08.204 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=303] [cur_db=test] [sql="create table t246(a int);"] [user=root@%] [2025/04/05 17:33:08.206 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:609, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:608, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.205 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.206 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:609, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:608, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.205 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t247(a int);"] [2025/04/05 17:33:08.207 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=609] [conn=1] [job="ID:609, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:608, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.205 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.207 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 608, Table Name: t247)"] [2025/04/05 17:33:08.208 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=303] [neededSchemaVersion=304] ["elapsed time"=113.051µs] [gotSchemaVersion=304] [phyTblIDs="[608]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.209 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=609] [version=304] [2025/04/05 17:33:08.211 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=304] ["take time"=3.051687ms] [job="ID:609, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:608, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.205 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.212 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=609] [conn=1] [job="ID:609, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:608, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.205 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.214 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=609] [2025/04/05 17:33:08.214 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=304] [cur_db=test] [sql="create table t247(a int);"] [user=root@%] [2025/04/05 17:33:08.216 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:611, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:610, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.215 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.216 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:611, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:610, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.215 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t248(a int);"] [2025/04/05 17:33:08.217 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=611] [conn=1] [job="ID:611, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:610, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.215 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.217 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 610, Table Name: t248)"] [2025/04/05 17:33:08.219 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=304] [neededSchemaVersion=305] ["elapsed time"=123.288µs] [gotSchemaVersion=305] [phyTblIDs="[610]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.219 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=611] [version=305] [2025/04/05 17:33:08.221 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=305] ["take time"=3.045879ms] [job="ID:611, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:610, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.215 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.223 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=611] [conn=1] [job="ID:611, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:610, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.215 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.224 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=611] [2025/04/05 17:33:08.224 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=305] [cur_db=test] [sql="create table t248(a int);"] [user=root@%] [2025/04/05 17:33:08.226 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:613, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:612, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.225 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.226 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:613, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:612, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.225 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t249(a int);"] [2025/04/05 17:33:08.227 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=613] [conn=1] [job="ID:613, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:612, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.225 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.228 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 612, Table Name: t249)"] [2025/04/05 17:33:08.229 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=305] [neededSchemaVersion=306] ["elapsed time"=141.184µs] [gotSchemaVersion=306] [phyTblIDs="[612]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.230 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=613] [version=306] [2025/04/05 17:33:08.231 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=306] ["take time"=2.161813ms] [job="ID:613, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:612, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.225 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.233 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=613] [conn=1] [job="ID:613, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:612, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.225 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.235 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=613] [2025/04/05 17:33:08.235 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=306] [cur_db=test] [sql="create table t249(a int);"] [user=root@%] [2025/04/05 17:33:08.236 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:615, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:614, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.236 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.236 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:615, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:614, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.236 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t250(a int);"] [2025/04/05 17:33:08.238 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=615] [conn=1] [job="ID:615, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:614, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.236 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.238 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 614, Table Name: t250)"] [2025/04/05 17:33:08.239 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=306] [neededSchemaVersion=307] ["elapsed time"=122.02µs] [gotSchemaVersion=307] [phyTblIDs="[614]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.240 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=615] [version=307] [2025/04/05 17:33:08.241 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=307] ["take time"=2.021597ms] [job="ID:615, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:614, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.236 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.242 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=615] [conn=1] [job="ID:615, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:614, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.236 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.244 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=615] [2025/04/05 17:33:08.244 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=307] [cur_db=test] [sql="create table t250(a int);"] [user=root@%] [2025/04/05 17:33:08.246 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:617, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:616, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.245 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.246 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:617, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:616, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.245 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t251(a int);"] [2025/04/05 17:33:08.247 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=617] [conn=1] [job="ID:617, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:616, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.245 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.247 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 616, Table Name: t251)"] [2025/04/05 17:33:08.249 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=307] [neededSchemaVersion=308] ["elapsed time"=159.674µs] [gotSchemaVersion=308] [phyTblIDs="[616]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.250 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=617] [version=308] [2025/04/05 17:33:08.251 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=308] ["take time"=2.363553ms] [job="ID:617, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:616, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.245 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.253 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=617] [conn=1] [job="ID:617, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:616, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.245 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.255 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=617] [2025/04/05 17:33:08.255 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=308] [cur_db=test] [sql="create table t251(a int);"] [user=root@%] [2025/04/05 17:33:08.258 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:619, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:618, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.257 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.258 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:619, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:618, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.257 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t252(a int);"] [2025/04/05 17:33:08.259 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=619] [conn=1] [job="ID:619, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:618, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.257 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.259 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 618, Table Name: t252)"] [2025/04/05 17:33:08.261 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=308] [neededSchemaVersion=309] ["elapsed time"=165.443µs] [gotSchemaVersion=309] [phyTblIDs="[618]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.262 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=619] [version=309] [2025/04/05 17:33:08.263 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=309] ["take time"=2.517971ms] [job="ID:619, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:618, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.257 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.265 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=619] [conn=1] [job="ID:619, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:618, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.257 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.268 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=619] [2025/04/05 17:33:08.268 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=309] [cur_db=test] [sql="create table t252(a int);"] [user=root@%] [2025/04/05 17:33:08.270 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:621, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:620, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.27 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.270 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:621, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:620, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.27 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t253(a int);"] [2025/04/05 17:33:08.272 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=621] [conn=1] [job="ID:621, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:620, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.27 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.272 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 620, Table Name: t253)"] [2025/04/05 17:33:08.274 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=309] [neededSchemaVersion=310] ["elapsed time"=176.83µs] [gotSchemaVersion=310] [phyTblIDs="[620]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.275 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=621] [version=310] [2025/04/05 17:33:08.276 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=310] ["take time"=2.540197ms] [job="ID:621, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:620, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.27 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.278 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=621] [conn=1] [job="ID:621, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:620, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.27 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.280 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=621] [2025/04/05 17:33:08.280 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=310] [cur_db=test] [sql="create table t253(a int);"] [user=root@%] [2025/04/05 17:33:08.283 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:623, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:622, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.282 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.283 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:623, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:622, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.282 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t254(a int);"] [2025/04/05 17:33:08.285 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=623] [conn=1] [job="ID:623, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:622, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.282 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.286 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 622, Table Name: t254)"] [2025/04/05 17:33:08.288 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=310] [neededSchemaVersion=311] ["elapsed time"=180.268µs] [gotSchemaVersion=311] [phyTblIDs="[622]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.289 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=623] [version=311] [2025/04/05 17:33:08.290 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=311] ["take time"=2.554963ms] [job="ID:623, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:622, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.282 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.292 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=623] [conn=1] [job="ID:623, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:622, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.282 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.295 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=623] [2025/04/05 17:33:08.295 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=311] [cur_db=test] [sql="create table t254(a int);"] [user=root@%] [2025/04/05 17:33:08.297 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:625, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:624, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.296 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.297 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:625, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:624, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.296 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t255(a int);"] [2025/04/05 17:33:08.298 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=625] [conn=1] [job="ID:625, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:624, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.296 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.299 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 624, Table Name: t255)"] [2025/04/05 17:33:08.300 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=311] [neededSchemaVersion=312] ["elapsed time"=122.452µs] [gotSchemaVersion=312] [phyTblIDs="[624]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.301 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=625] [version=312] [2025/04/05 17:33:08.302 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=312] ["take time"=2.140922ms] [job="ID:625, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:624, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.296 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.303 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=625] [conn=1] [job="ID:625, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:624, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.296 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.305 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=625] [2025/04/05 17:33:08.305 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=312] [cur_db=test] [sql="create table t255(a int);"] [user=root@%] [2025/04/05 17:33:08.307 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:627, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:626, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.307 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.307 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:627, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:626, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.307 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t256(a int);"] [2025/04/05 17:33:08.308 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=627] [conn=1] [job="ID:627, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:626, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.307 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.308 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 626, Table Name: t256)"] [2025/04/05 17:33:08.310 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=312] [neededSchemaVersion=313] ["elapsed time"=127.672µs] [gotSchemaVersion=313] [phyTblIDs="[626]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.311 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=627] [version=313] [2025/04/05 17:33:08.312 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=313] ["take time"=2.178585ms] [job="ID:627, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:626, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.307 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.313 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=627] [conn=1] [job="ID:627, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:626, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.307 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.315 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=627] [2025/04/05 17:33:08.315 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=313] [cur_db=test] [sql="create table t256(a int);"] [user=root@%] [2025/04/05 17:33:08.317 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:629, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:628, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.316 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.317 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:629, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:628, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.316 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t257(a int);"] [2025/04/05 17:33:08.318 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=629] [conn=1] [job="ID:629, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:628, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.316 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.318 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 628, Table Name: t257)"] [2025/04/05 17:33:08.319 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=313] [neededSchemaVersion=314] ["elapsed time"=132.519µs] [gotSchemaVersion=314] [phyTblIDs="[628]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.320 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=629] [version=314] [2025/04/05 17:33:08.321 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=314] ["take time"=2.159688ms] [job="ID:629, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:628, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.316 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.323 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=629] [conn=1] [job="ID:629, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:628, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.316 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.325 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=629] [2025/04/05 17:33:08.325 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=314] [cur_db=test] [sql="create table t257(a int);"] [user=root@%] [2025/04/05 17:33:08.326 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:631, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:630, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.326 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.326 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:631, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:630, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.326 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t258(a int);"] [2025/04/05 17:33:08.327 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=631] [conn=1] [job="ID:631, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:630, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.326 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.328 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 630, Table Name: t258)"] [2025/04/05 17:33:08.329 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=314] [neededSchemaVersion=315] ["elapsed time"=117.214µs] [gotSchemaVersion=315] [phyTblIDs="[630]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.330 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=631] [version=315] [2025/04/05 17:33:08.331 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=315] ["take time"=2.108006ms] [job="ID:631, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:630, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.326 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.332 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=631] [conn=1] [job="ID:631, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:630, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.326 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.334 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=631] [2025/04/05 17:33:08.334 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=315] [cur_db=test] [sql="create table t258(a int);"] [user=root@%] [2025/04/05 17:33:08.336 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:633, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:632, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.335 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.336 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:633, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:632, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.335 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t259(a int);"] [2025/04/05 17:33:08.337 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=633] [conn=1] [job="ID:633, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:632, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.335 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.337 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 632, Table Name: t259)"] [2025/04/05 17:33:08.339 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=315] [neededSchemaVersion=316] ["elapsed time"=115.294µs] [gotSchemaVersion=316] [phyTblIDs="[632]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.339 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=633] [version=316] [2025/04/05 17:33:08.341 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=316] ["take time"=2.702513ms] [job="ID:633, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:632, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.335 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.342 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=633] [conn=1] [job="ID:633, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:632, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.335 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.344 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=633] [2025/04/05 17:33:08.344 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=316] [cur_db=test] [sql="create table t259(a int);"] [user=root@%] [2025/04/05 17:33:08.346 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:635, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:634, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.345 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.346 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:635, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:634, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.345 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t260(a int);"] [2025/04/05 17:33:08.347 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=635] [conn=1] [job="ID:635, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:634, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.345 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.347 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 634, Table Name: t260)"] [2025/04/05 17:33:08.349 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=316] [neededSchemaVersion=317] ["elapsed time"=130.816µs] [gotSchemaVersion=317] [phyTblIDs="[634]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.350 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=635] [version=317] [2025/04/05 17:33:08.351 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=317] ["take time"=2.10302ms] [job="ID:635, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:634, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.345 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.352 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=635] [conn=1] [job="ID:635, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:634, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.345 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.354 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=635] [2025/04/05 17:33:08.354 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=317] [cur_db=test] [sql="create table t260(a int);"] [user=root@%] [2025/04/05 17:33:08.356 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:637, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:636, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.355 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.356 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:637, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:636, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.355 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t261(a int);"] [2025/04/05 17:33:08.358 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=637] [conn=1] [job="ID:637, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:636, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.355 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.358 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 636, Table Name: t261)"] [2025/04/05 17:33:08.359 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=317] [neededSchemaVersion=318] ["elapsed time"=114.819µs] [gotSchemaVersion=318] [phyTblIDs="[636]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.360 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=637] [version=318] [2025/04/05 17:33:08.361 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=318] ["take time"=2.070539ms] [job="ID:637, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:636, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.355 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.362 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=637] [conn=1] [job="ID:637, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:636, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.355 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.364 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=637] [2025/04/05 17:33:08.364 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=318] [cur_db=test] [sql="create table t261(a int);"] [user=root@%] [2025/04/05 17:33:08.366 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:639, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:638, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.365 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.366 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:639, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:638, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.365 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t262(a int);"] [2025/04/05 17:33:08.367 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=639] [conn=1] [job="ID:639, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:638, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.365 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.368 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 638, Table Name: t262)"] [2025/04/05 17:33:08.369 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=318] [neededSchemaVersion=319] ["elapsed time"=122.029µs] [gotSchemaVersion=319] [phyTblIDs="[638]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.370 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=639] [version=319] [2025/04/05 17:33:08.371 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=319] ["take time"=2.083262ms] [job="ID:639, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:638, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.365 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.372 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=639] [conn=1] [job="ID:639, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:638, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.365 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.374 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=639] [2025/04/05 17:33:08.374 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=319] [cur_db=test] [sql="create table t262(a int);"] [user=root@%] [2025/04/05 17:33:08.376 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:641, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:640, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.375 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.376 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:641, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:640, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.375 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t263(a int);"] [2025/04/05 17:33:08.377 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=641] [conn=1] [job="ID:641, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:640, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.375 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.377 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 640, Table Name: t263)"] [2025/04/05 17:33:08.378 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=319] [neededSchemaVersion=320] ["elapsed time"=148.883µs] [gotSchemaVersion=320] [phyTblIDs="[640]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.379 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=641] [version=320] [2025/04/05 17:33:08.380 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=320] ["take time"=2.080514ms] [job="ID:641, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:640, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.375 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.383 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=641] [conn=1] [job="ID:641, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:640, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.375 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.384 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=641] [2025/04/05 17:33:08.385 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=320] [cur_db=test] [sql="create table t263(a int);"] [user=root@%] [2025/04/05 17:33:08.386 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:643, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:642, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.385 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.386 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:643, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:642, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.385 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t264(a int);"] [2025/04/05 17:33:08.387 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=643] [conn=1] [job="ID:643, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:642, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.385 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.388 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 642, Table Name: t264)"] [2025/04/05 17:33:08.389 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=320] [neededSchemaVersion=321] ["elapsed time"=115.562µs] [gotSchemaVersion=321] [phyTblIDs="[642]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.390 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=643] [version=321] [2025/04/05 17:33:08.391 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=321] ["take time"=2.116245ms] [job="ID:643, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:642, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.385 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.392 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=643] [conn=1] [job="ID:643, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:642, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.385 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.394 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=643] [2025/04/05 17:33:08.394 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=321] [cur_db=test] [sql="create table t264(a int);"] [user=root@%] [2025/04/05 17:33:08.396 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:645, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:644, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.396 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:645, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:644, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t265(a int);"] [2025/04/05 17:33:08.397 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=645] [conn=1] [job="ID:645, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:644, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.397 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 644, Table Name: t265)"] [2025/04/05 17:33:08.399 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=321] [neededSchemaVersion=322] ["elapsed time"=120.012µs] [gotSchemaVersion=322] [phyTblIDs="[644]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.399 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=645] [version=322] [2025/04/05 17:33:08.400 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=322] ["take time"=2.015846ms] [job="ID:645, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:644, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.402 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=645] [conn=1] [job="ID:645, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:644, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.403 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=645] [2025/04/05 17:33:08.404 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=322] [cur_db=test] [sql="create table t265(a int);"] [user=root@%] [2025/04/05 17:33:08.405 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:647, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:646, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.405 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:647, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:646, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t266(a int);"] [2025/04/05 17:33:08.406 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=647] [conn=1] [job="ID:647, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:646, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.406 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 646, Table Name: t266)"] [2025/04/05 17:33:08.408 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=322] [neededSchemaVersion=323] ["elapsed time"=118.965µs] [gotSchemaVersion=323] [phyTblIDs="[646]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.408 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=647] [version=323] [2025/04/05 17:33:08.410 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=323] ["take time"=2.061104ms] [job="ID:647, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:646, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.411 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=647] [conn=1] [job="ID:647, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:646, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.413 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=647] [2025/04/05 17:33:08.413 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=323] [cur_db=test] [sql="create table t266(a int);"] [user=root@%] [2025/04/05 17:33:08.414 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:649, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:648, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.414 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.414 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:649, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:648, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.414 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t267(a int);"] [2025/04/05 17:33:08.415 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=649] [conn=1] [job="ID:649, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:648, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.414 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.416 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 648, Table Name: t267)"] [2025/04/05 17:33:08.417 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=323] [neededSchemaVersion=324] ["elapsed time"=129.185µs] [gotSchemaVersion=324] [phyTblIDs="[648]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.418 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=649] [version=324] [2025/04/05 17:33:08.419 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=324] ["take time"=2.07528ms] [job="ID:649, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:648, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.414 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.420 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=649] [conn=1] [job="ID:649, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:648, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.414 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.422 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=649] [2025/04/05 17:33:08.422 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=324] [cur_db=test] [sql="create table t267(a int);"] [user=root@%] [2025/04/05 17:33:08.424 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:651, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:650, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.424 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:651, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:650, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t268(a int);"] [2025/04/05 17:33:08.425 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=651] [conn=1] [job="ID:651, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:650, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.425 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 650, Table Name: t268)"] [2025/04/05 17:33:08.426 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=324] [neededSchemaVersion=325] ["elapsed time"=122.162µs] [gotSchemaVersion=325] [phyTblIDs="[650]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.427 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=651] [version=325] [2025/04/05 17:33:08.428 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=325] ["take time"=2.074116ms] [job="ID:651, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:650, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.429 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=651] [conn=1] [job="ID:651, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:650, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.423 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.431 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=651] [2025/04/05 17:33:08.431 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=325] [cur_db=test] [sql="create table t268(a int);"] [user=root@%] [2025/04/05 17:33:08.433 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:653, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:652, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.432 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.433 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:653, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:652, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.432 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t269(a int);"] [2025/04/05 17:33:08.435 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=653] [conn=1] [job="ID:653, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:652, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.432 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.435 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 652, Table Name: t269)"] [2025/04/05 17:33:08.436 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=325] [neededSchemaVersion=326] ["elapsed time"=110.085µs] [gotSchemaVersion=326] [phyTblIDs="[652]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.437 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=653] [version=326] [2025/04/05 17:33:08.438 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=326] ["take time"=2.195917ms] [job="ID:653, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:652, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.432 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.439 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=653] [conn=1] [job="ID:653, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:652, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.432 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.441 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=653] [2025/04/05 17:33:08.441 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=326] [cur_db=test] [sql="create table t269(a int);"] [user=root@%] [2025/04/05 17:33:08.443 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:655, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:654, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.443 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.443 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:655, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:654, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.443 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t270(a int);"] [2025/04/05 17:33:08.444 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=655] [conn=1] [job="ID:655, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:654, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.443 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.444 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 654, Table Name: t270)"] [2025/04/05 17:33:08.446 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=326] [neededSchemaVersion=327] ["elapsed time"=223.754µs] [gotSchemaVersion=327] [phyTblIDs="[654]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.447 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=655] [version=327] [2025/04/05 17:33:08.448 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=327] ["take time"=2.219087ms] [job="ID:655, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:654, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.443 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.449 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=655] [conn=1] [job="ID:655, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:654, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.443 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.452 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=655] [2025/04/05 17:33:08.452 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=327] [cur_db=test] [sql="create table t270(a int);"] [user=root@%] [2025/04/05 17:33:08.454 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:657, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:656, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.453 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.454 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:657, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:656, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.453 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t271(a int);"] [2025/04/05 17:33:08.455 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=657] [conn=1] [job="ID:657, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:656, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.453 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.455 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 656, Table Name: t271)"] [2025/04/05 17:33:08.456 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=327] [neededSchemaVersion=328] ["elapsed time"=132.569µs] [gotSchemaVersion=328] [phyTblIDs="[656]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.457 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=657] [version=328] [2025/04/05 17:33:08.458 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=328] ["take time"=2.233331ms] [job="ID:657, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:656, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.453 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.460 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=657] [conn=1] [job="ID:657, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:656, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.453 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.462 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=657] [2025/04/05 17:33:08.462 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=328] [cur_db=test] [sql="create table t271(a int);"] [user=root@%] [2025/04/05 17:33:08.464 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:659, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:658, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.463 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.464 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:659, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:658, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.463 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t272(a int);"] [2025/04/05 17:33:08.466 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=659] [conn=1] [job="ID:659, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:658, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.463 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.466 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 658, Table Name: t272)"] [2025/04/05 17:33:08.467 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=328] [neededSchemaVersion=329] ["elapsed time"=117.11µs] [gotSchemaVersion=329] [phyTblIDs="[658]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.468 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=659] [version=329] [2025/04/05 17:33:08.469 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=329] ["take time"=2.208514ms] [job="ID:659, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:658, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.463 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.471 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=659] [conn=1] [job="ID:659, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:658, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.463 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.472 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=659] [2025/04/05 17:33:08.472 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=329] [cur_db=test] [sql="create table t272(a int);"] [user=root@%] [2025/04/05 17:33:08.474 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:661, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:660, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.473 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.474 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:661, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:660, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.473 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t273(a int);"] [2025/04/05 17:33:08.476 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=661] [conn=1] [job="ID:661, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:660, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.473 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.476 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 660, Table Name: t273)"] [2025/04/05 17:33:08.478 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=329] [neededSchemaVersion=330] ["elapsed time"=119.915µs] [gotSchemaVersion=330] [phyTblIDs="[660]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.478 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=661] [version=330] [2025/04/05 17:33:08.479 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=330] ["take time"=2.09184ms] [job="ID:661, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:660, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.473 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.481 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=661] [conn=1] [job="ID:661, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:660, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.473 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.483 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=661] [2025/04/05 17:33:08.483 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=330] [cur_db=test] [sql="create table t273(a int);"] [user=root@%] [2025/04/05 17:33:08.484 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:663, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:662, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.484 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:663, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:662, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t274(a int);"] [2025/04/05 17:33:08.486 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=663] [conn=1] [job="ID:663, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:662, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.487 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 662, Table Name: t274)"] [2025/04/05 17:33:08.488 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=330] [neededSchemaVersion=331] ["elapsed time"=123.21µs] [gotSchemaVersion=331] [phyTblIDs="[662]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.489 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=663] [version=331] [2025/04/05 17:33:08.490 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=331] ["take time"=2.125339ms] [job="ID:663, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:662, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.491 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=663] [conn=1] [job="ID:663, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:662, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.484 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.493 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=663] [2025/04/05 17:33:08.493 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=331] [cur_db=test] [sql="create table t274(a int);"] [user=root@%] [2025/04/05 17:33:08.495 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:665, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:664, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.494 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.495 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:665, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:664, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.494 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t275(a int);"] [2025/04/05 17:33:08.496 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=665] [conn=1] [job="ID:665, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:664, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.494 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.496 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 664, Table Name: t275)"] [2025/04/05 17:33:08.498 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=331] [neededSchemaVersion=332] ["elapsed time"=123.345µs] [gotSchemaVersion=332] [phyTblIDs="[664]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.498 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=665] [version=332] [2025/04/05 17:33:08.500 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=332] ["take time"=2.183608ms] [job="ID:665, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:664, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.494 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.501 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=665] [conn=1] [job="ID:665, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:664, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.494 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.503 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=665] [2025/04/05 17:33:08.503 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=332] [cur_db=test] [sql="create table t275(a int);"] [user=root@%] [2025/04/05 17:33:08.505 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:667, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:666, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.504 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.505 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:667, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:666, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.504 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t276(a int);"] [2025/04/05 17:33:08.506 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=667] [conn=1] [job="ID:667, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:666, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.504 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.506 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 666, Table Name: t276)"] [2025/04/05 17:33:08.507 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=332] [neededSchemaVersion=333] ["elapsed time"=136.253µs] [gotSchemaVersion=333] [phyTblIDs="[666]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.508 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=667] [version=333] [2025/04/05 17:33:08.509 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=333] ["take time"=2.075316ms] [job="ID:667, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:666, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.504 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.511 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=667] [conn=1] [job="ID:667, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:666, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.504 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.513 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=667] [2025/04/05 17:33:08.514 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=333] [cur_db=test] [sql="create table t276(a int);"] [user=root@%] [2025/04/05 17:33:08.515 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:669, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:668, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.515 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.515 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:669, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:668, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.515 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t277(a int);"] [2025/04/05 17:33:08.516 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=669] [conn=1] [job="ID:669, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:668, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.515 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.517 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 668, Table Name: t277)"] [2025/04/05 17:33:08.518 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=333] [neededSchemaVersion=334] ["elapsed time"=140.306µs] [gotSchemaVersion=334] [phyTblIDs="[668]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.519 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=669] [version=334] [2025/04/05 17:33:08.520 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=334] ["take time"=2.121294ms] [job="ID:669, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:668, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.515 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.521 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=669] [conn=1] [job="ID:669, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:668, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.515 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.524 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=669] [2025/04/05 17:33:08.524 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=334] [cur_db=test] [sql="create table t277(a int);"] [user=root@%] [2025/04/05 17:33:08.525 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:671, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:670, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.525 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.525 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:671, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:670, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.525 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t278(a int);"] [2025/04/05 17:33:08.527 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=671] [conn=1] [job="ID:671, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:670, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.525 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.527 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 670, Table Name: t278)"] [2025/04/05 17:33:08.528 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=334] [neededSchemaVersion=335] ["elapsed time"=181.811µs] [gotSchemaVersion=335] [phyTblIDs="[670]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.529 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=671] [version=335] [2025/04/05 17:33:08.530 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=335] ["take time"=2.372139ms] [job="ID:671, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:670, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.525 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.532 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=671] [conn=1] [job="ID:671, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:670, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.525 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.534 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=671] [2025/04/05 17:33:08.534 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=335] [cur_db=test] [sql="create table t278(a int);"] [user=root@%] [2025/04/05 17:33:08.536 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:673, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:672, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.537 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:673, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:672, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t279(a int);"] [2025/04/05 17:33:08.538 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=673] [conn=1] [job="ID:673, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:672, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.538 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 672, Table Name: t279)"] [2025/04/05 17:33:08.540 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=335] [neededSchemaVersion=336] ["elapsed time"=136.634µs] [gotSchemaVersion=336] [phyTblIDs="[672]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.540 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=673] [version=336] [2025/04/05 17:33:08.542 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=336] ["take time"=2.150027ms] [job="ID:673, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:672, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.543 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=673] [conn=1] [job="ID:673, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:672, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.535 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.544 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=673] [2025/04/05 17:33:08.544 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=336] [cur_db=test] [sql="create table t279(a int);"] [user=root@%] [2025/04/05 17:33:08.547 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:675, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:674, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.546 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.547 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:675, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:674, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.546 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t280(a int);"] [2025/04/05 17:33:08.548 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=675] [conn=1] [job="ID:675, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:674, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.546 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.548 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 674, Table Name: t280)"] [2025/04/05 17:33:08.549 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=336] [neededSchemaVersion=337] ["elapsed time"=120.72µs] [gotSchemaVersion=337] [phyTblIDs="[674]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.550 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=675] [version=337] [2025/04/05 17:33:08.551 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=337] ["take time"=2.062804ms] [job="ID:675, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:674, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.546 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.553 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=675] [conn=1] [job="ID:675, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:674, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.546 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.554 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=675] [2025/04/05 17:33:08.554 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=337] [cur_db=test] [sql="create table t280(a int);"] [user=root@%] [2025/04/05 17:33:08.556 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:677, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:676, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.555 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.556 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:677, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:676, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.555 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t281(a int);"] [2025/04/05 17:33:08.557 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=677] [conn=1] [job="ID:677, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:676, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.555 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.558 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 676, Table Name: t281)"] [2025/04/05 17:33:08.559 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=337] [neededSchemaVersion=338] ["elapsed time"=106.572µs] [gotSchemaVersion=338] [phyTblIDs="[676]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.560 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=677] [version=338] [2025/04/05 17:33:08.561 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=338] ["take time"=2.073165ms] [job="ID:677, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:676, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.555 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.563 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=677] [conn=1] [job="ID:677, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:676, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.555 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.565 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=677] [2025/04/05 17:33:08.565 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=338] [cur_db=test] [sql="create table t281(a int);"] [user=root@%] [2025/04/05 17:33:08.567 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:679, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:678, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.566 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.567 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:679, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:678, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.566 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t282(a int);"] [2025/04/05 17:33:08.568 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=679] [conn=1] [job="ID:679, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:678, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.566 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.568 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 678, Table Name: t282)"] [2025/04/05 17:33:08.570 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=338] [neededSchemaVersion=339] ["elapsed time"=117.335µs] [gotSchemaVersion=339] [phyTblIDs="[678]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.571 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=679] [version=339] [2025/04/05 17:33:08.572 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=339] ["take time"=2.128833ms] [job="ID:679, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:678, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.566 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.573 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=679] [conn=1] [job="ID:679, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:678, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.566 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.575 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=679] [2025/04/05 17:33:08.575 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=339] [cur_db=test] [sql="create table t282(a int);"] [user=root@%] [2025/04/05 17:33:08.577 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:681, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:680, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.576 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.577 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:681, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:680, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.576 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t283(a int);"] [2025/04/05 17:33:08.578 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=681] [conn=1] [job="ID:681, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:680, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.576 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.578 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 680, Table Name: t283)"] [2025/04/05 17:33:08.580 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=339] [neededSchemaVersion=340] ["elapsed time"=128.81µs] [gotSchemaVersion=340] [phyTblIDs="[680]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.581 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=681] [version=340] [2025/04/05 17:33:08.582 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=340] ["take time"=2.85986ms] [job="ID:681, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:680, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.576 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.584 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=681] [conn=1] [job="ID:681, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:680, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.576 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.586 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=681] [2025/04/05 17:33:08.586 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=340] [cur_db=test] [sql="create table t283(a int);"] [user=root@%] [2025/04/05 17:33:08.588 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:683, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:682, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.587 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.588 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:683, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:682, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.587 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t284(a int);"] [2025/04/05 17:33:08.589 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=683] [conn=1] [job="ID:683, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:682, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.587 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.589 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 682, Table Name: t284)"] [2025/04/05 17:33:08.590 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=340] [neededSchemaVersion=341] ["elapsed time"=111.843µs] [gotSchemaVersion=341] [phyTblIDs="[682]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.591 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=683] [version=341] [2025/04/05 17:33:08.592 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=341] ["take time"=2.062644ms] [job="ID:683, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:682, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.587 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.593 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=683] [conn=1] [job="ID:683, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:682, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.587 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.595 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=683] [2025/04/05 17:33:08.595 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=341] [cur_db=test] [sql="create table t284(a int);"] [user=root@%] [2025/04/05 17:33:08.597 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:685, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:684, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.597 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.597 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:685, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:684, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.597 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t285(a int);"] [2025/04/05 17:33:08.598 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=685] [conn=1] [job="ID:685, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:684, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.597 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.599 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 684, Table Name: t285)"] [2025/04/05 17:33:08.600 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=341] [neededSchemaVersion=342] ["elapsed time"=122.637µs] [gotSchemaVersion=342] [phyTblIDs="[684]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.601 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=685] [version=342] [2025/04/05 17:33:08.602 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=342] ["take time"=2.128803ms] [job="ID:685, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:684, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.597 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.603 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=685] [conn=1] [job="ID:685, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:684, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.597 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.606 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=685] [2025/04/05 17:33:08.606 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=342] [cur_db=test] [sql="create table t285(a int);"] [user=root@%] [2025/04/05 17:33:08.608 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:687, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:686, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.608 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:687, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:686, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t286(a int);"] [2025/04/05 17:33:08.609 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=687] [conn=1] [job="ID:687, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:686, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.609 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 686, Table Name: t286)"] [2025/04/05 17:33:08.611 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=342] [neededSchemaVersion=343] ["elapsed time"=128.855µs] [gotSchemaVersion=343] [phyTblIDs="[686]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.612 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=687] [version=343] [2025/04/05 17:33:08.613 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=343] ["take time"=2.293536ms] [job="ID:687, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:686, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.615 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=687] [conn=1] [job="ID:687, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:686, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.617 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=687] [2025/04/05 17:33:08.617 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=343] [cur_db=test] [sql="create table t286(a int);"] [user=root@%] [2025/04/05 17:33:08.619 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:689, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:688, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.619 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.619 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:689, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:688, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.619 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t287(a int);"] [2025/04/05 17:33:08.621 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=689] [conn=1] [job="ID:689, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:688, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.619 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.621 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 688, Table Name: t287)"] [2025/04/05 17:33:08.622 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=343] [neededSchemaVersion=344] ["elapsed time"=244.843µs] [gotSchemaVersion=344] [phyTblIDs="[688]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.623 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=689] [version=344] [2025/04/05 17:33:08.624 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=344] ["take time"=2.285486ms] [job="ID:689, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:688, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.619 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.626 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=689] [conn=1] [job="ID:689, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:688, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.619 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.628 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=689] [2025/04/05 17:33:08.628 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=344] [cur_db=test] [sql="create table t287(a int);"] [user=root@%] [2025/04/05 17:33:08.631 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:691, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:690, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.63 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.631 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:691, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:690, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.63 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t288(a int);"] [2025/04/05 17:33:08.633 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=691] [conn=1] [job="ID:691, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:690, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.63 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.634 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 690, Table Name: t288)"] [2025/04/05 17:33:08.636 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=344] [neededSchemaVersion=345] ["elapsed time"=129.828µs] [gotSchemaVersion=345] [phyTblIDs="[690]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.637 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=691] [version=345] [2025/04/05 17:33:08.638 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=345] ["take time"=2.345248ms] [job="ID:691, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:690, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.63 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.640 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=691] [conn=1] [job="ID:691, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:690, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.63 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.642 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=691] [2025/04/05 17:33:08.642 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=345] [cur_db=test] [sql="create table t288(a int);"] [user=root@%] [2025/04/05 17:33:08.644 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:693, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:692, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.644 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:693, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:692, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t289(a int);"] [2025/04/05 17:33:08.645 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=693] [conn=1] [job="ID:693, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:692, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.645 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 692, Table Name: t289)"] [2025/04/05 17:33:08.646 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=345] [neededSchemaVersion=346] ["elapsed time"=128.777µs] [gotSchemaVersion=346] [phyTblIDs="[692]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.649 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=693] [version=346] [2025/04/05 17:33:08.650 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=346] ["take time"=4.279147ms] [job="ID:693, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:692, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.652 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=693] [conn=1] [job="ID:693, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:692, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.667 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=693] [2025/04/05 17:33:08.667 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=346] [cur_db=test] [sql="create table t289(a int);"] [user=root@%] [2025/04/05 17:33:08.674 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:695, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:694, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.673 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.674 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:695, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:694, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.673 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t290(a int);"] [2025/04/05 17:33:08.676 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=695] [conn=1] [job="ID:695, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:694, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.673 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.676 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 694, Table Name: t290)"] [2025/04/05 17:33:08.678 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=346] [neededSchemaVersion=347] ["elapsed time"=131.522µs] [gotSchemaVersion=347] [phyTblIDs="[694]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.679 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=695] [version=347] [2025/04/05 17:33:08.680 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=347] ["take time"=2.769372ms] [job="ID:695, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:694, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.673 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.682 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=695] [conn=1] [job="ID:695, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:694, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.673 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.685 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=695] [2025/04/05 17:33:08.685 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=347] [cur_db=test] [sql="create table t290(a int);"] [user=root@%] [2025/04/05 17:33:08.687 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:697, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:696, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.686 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.687 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:697, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:696, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.686 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t291(a int);"] [2025/04/05 17:33:08.688 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=697] [conn=1] [job="ID:697, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:696, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.686 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.689 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 696, Table Name: t291)"] [2025/04/05 17:33:08.690 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=347] [neededSchemaVersion=348] ["elapsed time"=122.352µs] [gotSchemaVersion=348] [phyTblIDs="[696]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.691 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=697] [version=348] [2025/04/05 17:33:08.692 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=348] ["take time"=2.216658ms] [job="ID:697, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:696, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.686 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.694 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=697] [conn=1] [job="ID:697, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:696, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.686 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.696 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=697] [2025/04/05 17:33:08.696 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=348] [cur_db=test] [sql="create table t291(a int);"] [user=root@%] [2025/04/05 17:33:08.698 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:699, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:698, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.697 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.698 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:699, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:698, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.697 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t292(a int);"] [2025/04/05 17:33:08.699 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=699] [conn=1] [job="ID:699, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:698, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.697 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.699 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 698, Table Name: t292)"] [2025/04/05 17:33:08.700 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=348] [neededSchemaVersion=349] ["elapsed time"=136.854µs] [gotSchemaVersion=349] [phyTblIDs="[698]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.701 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=699] [version=349] [2025/04/05 17:33:08.703 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=349] ["take time"=2.278003ms] [job="ID:699, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:698, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.697 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.704 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=699] [conn=1] [job="ID:699, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:698, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.697 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.706 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=699] [2025/04/05 17:33:08.706 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=349] [cur_db=test] [sql="create table t292(a int);"] [user=root@%] [2025/04/05 17:33:08.708 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:701, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:700, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.708 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.708 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:701, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:700, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.708 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t293(a int);"] [2025/04/05 17:33:08.709 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=701] [conn=1] [job="ID:701, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:700, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.708 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.710 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 700, Table Name: t293)"] [2025/04/05 17:33:08.711 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=349] [neededSchemaVersion=350] ["elapsed time"=125.642µs] [gotSchemaVersion=350] [phyTblIDs="[700]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.712 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=701] [version=350] [2025/04/05 17:33:08.713 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=350] ["take time"=2.12222ms] [job="ID:701, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:700, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.708 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.714 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=701] [conn=1] [job="ID:701, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:700, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.708 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.716 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=701] [2025/04/05 17:33:08.716 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=350] [cur_db=test] [sql="create table t293(a int);"] [user=root@%] [2025/04/05 17:33:08.718 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:703, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:702, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.718 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.718 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:703, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:702, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.718 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t294(a int);"] [2025/04/05 17:33:08.719 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=703] [conn=1] [job="ID:703, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:702, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.718 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.720 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 702, Table Name: t294)"] [2025/04/05 17:33:08.721 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=350] [neededSchemaVersion=351] ["elapsed time"=132.399µs] [gotSchemaVersion=351] [phyTblIDs="[702]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.722 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=703] [version=351] [2025/04/05 17:33:08.723 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=351] ["take time"=2.083617ms] [job="ID:703, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:702, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.718 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.724 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=703] [conn=1] [job="ID:703, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:702, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.718 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.726 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=703] [2025/04/05 17:33:08.726 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=351] [cur_db=test] [sql="create table t294(a int);"] [user=root@%] [2025/04/05 17:33:08.728 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:705, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:704, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.727 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.728 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:705, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:704, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.727 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t295(a int);"] [2025/04/05 17:33:08.729 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=705] [conn=1] [job="ID:705, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:704, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.727 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.729 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 704, Table Name: t295)"] [2025/04/05 17:33:08.732 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=351] [neededSchemaVersion=352] ["elapsed time"=194.765µs] [gotSchemaVersion=352] [phyTblIDs="[704]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.733 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=705] [version=352] [2025/04/05 17:33:08.734 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=352] ["take time"=2.810402ms] [job="ID:705, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:704, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.727 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.736 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=705] [conn=1] [job="ID:705, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:704, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.727 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.738 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=705] [2025/04/05 17:33:08.739 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=352] [cur_db=test] [sql="create table t295(a int);"] [user=root@%] [2025/04/05 17:33:08.741 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:707, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:706, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.74 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.741 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:707, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:706, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.74 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t296(a int);"] [2025/04/05 17:33:08.742 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=707] [conn=1] [job="ID:707, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:706, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.74 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.743 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 706, Table Name: t296)"] [2025/04/05 17:33:08.744 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=352] [neededSchemaVersion=353] ["elapsed time"=162.942µs] [gotSchemaVersion=353] [phyTblIDs="[706]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.745 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=707] [version=353] [2025/04/05 17:33:08.747 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=353] ["take time"=2.48541ms] [job="ID:707, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:706, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.74 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.748 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=707] [conn=1] [job="ID:707, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:706, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.74 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.751 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=707] [2025/04/05 17:33:08.751 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=353] [cur_db=test] [sql="create table t296(a int);"] [user=root@%] [2025/04/05 17:33:08.753 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:709, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:708, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.752 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.753 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:709, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:708, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.752 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t297(a int);"] [2025/04/05 17:33:08.755 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=709] [conn=1] [job="ID:709, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:708, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.752 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.755 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 708, Table Name: t297)"] [2025/04/05 17:33:08.757 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=353] [neededSchemaVersion=354] ["elapsed time"=172.33µs] [gotSchemaVersion=354] [phyTblIDs="[708]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.758 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=709] [version=354] [2025/04/05 17:33:08.759 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=354] ["take time"=2.335719ms] [job="ID:709, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:708, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.752 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.761 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=709] [conn=1] [job="ID:709, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:708, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.752 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.764 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=709] [2025/04/05 17:33:08.764 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=354] [cur_db=test] [sql="create table t297(a int);"] [user=root@%] [2025/04/05 17:33:08.766 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:711, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:710, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.765 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.766 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:711, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:710, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.765 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t298(a int);"] [2025/04/05 17:33:08.768 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=711] [conn=1] [job="ID:711, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:710, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.765 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.768 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 710, Table Name: t298)"] [2025/04/05 17:33:08.769 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=354] [neededSchemaVersion=355] ["elapsed time"=134.253µs] [gotSchemaVersion=355] [phyTblIDs="[710]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.770 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=711] [version=355] [2025/04/05 17:33:08.771 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=355] ["take time"=2.16766ms] [job="ID:711, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:710, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.765 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.773 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=711] [conn=1] [job="ID:711, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:710, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.765 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.774 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=711] [2025/04/05 17:33:08.775 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=355] [cur_db=test] [sql="create table t298(a int);"] [user=root@%] [2025/04/05 17:33:08.777 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:713, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:712, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.776 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.777 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:713, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:712, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.776 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t299(a int);"] [2025/04/05 17:33:08.778 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=713] [conn=1] [job="ID:713, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:712, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.776 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.778 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 712, Table Name: t299)"] [2025/04/05 17:33:08.779 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=355] [neededSchemaVersion=356] ["elapsed time"=124.725µs] [gotSchemaVersion=356] [phyTblIDs="[712]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.780 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=713] [version=356] [2025/04/05 17:33:08.781 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=356] ["take time"=2.110138ms] [job="ID:713, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:712, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.776 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.783 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=713] [conn=1] [job="ID:713, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:712, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.776 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.785 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=713] [2025/04/05 17:33:08.785 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=356] [cur_db=test] [sql="create table t299(a int);"] [user=root@%] [2025/04/05 17:33:08.786 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:715, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:714, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.786 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.786 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:715, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:714, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.786 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t300(a int);"] [2025/04/05 17:33:08.788 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=715] [conn=1] [job="ID:715, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:714, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.786 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.788 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 714, Table Name: t300)"] [2025/04/05 17:33:08.790 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=356] [neededSchemaVersion=357] ["elapsed time"=147.441µs] [gotSchemaVersion=357] [phyTblIDs="[714]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.791 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=715] [version=357] [2025/04/05 17:33:08.792 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=357] ["take time"=2.402533ms] [job="ID:715, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:714, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.786 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.794 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=715] [conn=1] [job="ID:715, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:714, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.786 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.797 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=715] [2025/04/05 17:33:08.797 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=357] [cur_db=test] [sql="create table t300(a int);"] [user=root@%] [2025/04/05 17:33:08.799 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:717, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:716, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.798 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.799 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:717, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:716, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.798 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t301(a int);"] [2025/04/05 17:33:08.800 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=717] [conn=1] [job="ID:717, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:716, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.798 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.800 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 716, Table Name: t301)"] [2025/04/05 17:33:08.802 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=357] [neededSchemaVersion=358] ["elapsed time"=177.841µs] [gotSchemaVersion=358] [phyTblIDs="[716]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.803 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=717] [version=358] [2025/04/05 17:33:08.804 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=358] ["take time"=2.520055ms] [job="ID:717, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:716, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.798 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.806 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=717] [conn=1] [job="ID:717, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:716, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.798 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.809 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=717] [2025/04/05 17:33:08.809 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=358] [cur_db=test] [sql="create table t301(a int);"] [user=root@%] [2025/04/05 17:33:08.812 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:719, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:718, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.811 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.812 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:719, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:718, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.811 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t302(a int);"] [2025/04/05 17:33:08.814 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=719] [conn=1] [job="ID:719, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:718, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.811 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.814 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 718, Table Name: t302)"] [2025/04/05 17:33:08.816 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=358] [neededSchemaVersion=359] ["elapsed time"=186.624µs] [gotSchemaVersion=359] [phyTblIDs="[718]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.817 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=719] [version=359] [2025/04/05 17:33:08.818 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=359] ["take time"=2.652484ms] [job="ID:719, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:718, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.811 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.820 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=719] [conn=1] [job="ID:719, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:718, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.811 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.823 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=719] [2025/04/05 17:33:08.823 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=359] [cur_db=test] [sql="create table t302(a int);"] [user=root@%] [2025/04/05 17:33:08.825 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:721, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:720, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.825 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.826 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:721, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:720, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.825 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t303(a int);"] [2025/04/05 17:33:08.827 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=721] [conn=1] [job="ID:721, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:720, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.825 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.828 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 720, Table Name: t303)"] [2025/04/05 17:33:08.829 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=359] [neededSchemaVersion=360] ["elapsed time"=169.019µs] [gotSchemaVersion=360] [phyTblIDs="[720]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.831 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=721] [version=360] [2025/04/05 17:33:08.831 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=360] ["take time"=2.130064ms] [job="ID:721, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:720, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.825 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.833 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=721] [conn=1] [job="ID:721, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:720, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.825 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.836 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=721] [2025/04/05 17:33:08.836 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=360] [cur_db=test] [sql="create table t303(a int);"] [user=root@%] [2025/04/05 17:33:08.839 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:723, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:722, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.838 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.839 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:723, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:722, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.838 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t304(a int);"] [2025/04/05 17:33:08.840 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=723] [conn=1] [job="ID:723, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:722, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.838 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.841 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 722, Table Name: t304)"] [2025/04/05 17:33:08.842 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=360] [neededSchemaVersion=361] ["elapsed time"=134.717µs] [gotSchemaVersion=361] [phyTblIDs="[722]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.843 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=723] [version=361] [2025/04/05 17:33:08.844 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=361] ["take time"=2.226469ms] [job="ID:723, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:722, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.838 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.846 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=723] [conn=1] [job="ID:723, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:722, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.838 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.848 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=723] [2025/04/05 17:33:08.848 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=361] [cur_db=test] [sql="create table t304(a int);"] [user=root@%] [2025/04/05 17:33:08.849 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:725, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:724, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.849 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.849 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:725, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:724, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.849 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t305(a int);"] [2025/04/05 17:33:08.851 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=725] [conn=1] [job="ID:725, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:724, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.849 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.851 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 724, Table Name: t305)"] [2025/04/05 17:33:08.852 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=361] [neededSchemaVersion=362] ["elapsed time"=122.819µs] [gotSchemaVersion=362] [phyTblIDs="[724]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.853 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=725] [version=362] [2025/04/05 17:33:08.854 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=362] ["take time"=2.019408ms] [job="ID:725, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:724, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.849 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.855 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=725] [conn=1] [job="ID:725, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:724, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.849 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.857 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=725] [2025/04/05 17:33:08.857 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=362] [cur_db=test] [sql="create table t305(a int);"] [user=root@%] [2025/04/05 17:33:08.859 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:727, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:726, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.858 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.859 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:727, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:726, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.858 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t306(a int);"] [2025/04/05 17:33:08.860 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=727] [conn=1] [job="ID:727, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:726, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.858 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.860 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 726, Table Name: t306)"] [2025/04/05 17:33:08.861 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=362] [neededSchemaVersion=363] ["elapsed time"=138.096µs] [gotSchemaVersion=363] [phyTblIDs="[726]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.862 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=727] [version=363] [2025/04/05 17:33:08.863 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=363] ["take time"=2.088081ms] [job="ID:727, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:726, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.858 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.864 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=727] [conn=1] [job="ID:727, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:726, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.858 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.866 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=727] [2025/04/05 17:33:08.866 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=363] [cur_db=test] [sql="create table t306(a int);"] [user=root@%] [2025/04/05 17:33:08.869 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:729, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:728, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.869 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:729, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:728, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t307(a int);"] [2025/04/05 17:33:08.870 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=729] [conn=1] [job="ID:729, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:728, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.870 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 728, Table Name: t307)"] [2025/04/05 17:33:08.871 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=363] [neededSchemaVersion=364] ["elapsed time"=121.143µs] [gotSchemaVersion=364] [phyTblIDs="[728]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.872 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=729] [version=364] [2025/04/05 17:33:08.873 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=364] ["take time"=2.075754ms] [job="ID:729, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:728, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.874 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=729] [conn=1] [job="ID:729, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:728, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.868 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.876 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=729] [2025/04/05 17:33:08.876 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=364] [cur_db=test] [sql="create table t307(a int);"] [user=root@%] [2025/04/05 17:33:08.878 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:731, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:730, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.877 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.878 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:731, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:730, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.877 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t308(a int);"] [2025/04/05 17:33:08.879 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=731] [conn=1] [job="ID:731, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:730, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.877 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.879 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 730, Table Name: t308)"] [2025/04/05 17:33:08.881 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=364] [neededSchemaVersion=365] ["elapsed time"=126.508µs] [gotSchemaVersion=365] [phyTblIDs="[730]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.882 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=731] [version=365] [2025/04/05 17:33:08.885 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=365] ["take time"=4.348181ms] [job="ID:731, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:730, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.877 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.886 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=731] [conn=1] [job="ID:731, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:730, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.877 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.888 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=731] [2025/04/05 17:33:08.888 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=365] [cur_db=test] [sql="create table t308(a int);"] [user=root@%] [2025/04/05 17:33:08.890 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:733, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:732, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.889 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.890 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:733, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:732, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.889 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t309(a int);"] [2025/04/05 17:33:08.891 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=733] [conn=1] [job="ID:733, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:732, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.889 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.891 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 732, Table Name: t309)"] [2025/04/05 17:33:08.892 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=365] [neededSchemaVersion=366] ["elapsed time"=129.869µs] [gotSchemaVersion=366] [phyTblIDs="[732]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.893 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=733] [version=366] [2025/04/05 17:33:08.894 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=366] ["take time"=2.02376ms] [job="ID:733, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:732, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.889 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.895 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=733] [conn=1] [job="ID:733, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:732, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.889 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.897 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=733] [2025/04/05 17:33:08.897 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=366] [cur_db=test] [sql="create table t309(a int);"] [user=root@%] [2025/04/05 17:33:08.899 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:735, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:734, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.899 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.899 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:735, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:734, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.899 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t310(a int);"] [2025/04/05 17:33:08.900 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=735] [conn=1] [job="ID:735, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:734, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.899 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.900 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 734, Table Name: t310)"] [2025/04/05 17:33:08.902 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=366] [neededSchemaVersion=367] ["elapsed time"=108.435µs] [gotSchemaVersion=367] [phyTblIDs="[734]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.902 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=735] [version=367] [2025/04/05 17:33:08.904 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=367] ["take time"=3.026126ms] [job="ID:735, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:734, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.899 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.906 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=735] [conn=1] [job="ID:735, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:734, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.899 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.908 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=735] [2025/04/05 17:33:08.908 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=367] [cur_db=test] [sql="create table t310(a int);"] [user=root@%] [2025/04/05 17:33:08.910 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:737, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:736, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.909 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.910 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:737, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:736, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.909 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t311(a int);"] [2025/04/05 17:33:08.911 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=737] [conn=1] [job="ID:737, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:736, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.909 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.911 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 736, Table Name: t311)"] [2025/04/05 17:33:08.912 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=367] [neededSchemaVersion=368] ["elapsed time"=114.808µs] [gotSchemaVersion=368] [phyTblIDs="[736]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.913 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=737] [version=368] [2025/04/05 17:33:08.914 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=368] ["take time"=2.058357ms] [job="ID:737, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:736, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.909 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.916 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=737] [conn=1] [job="ID:737, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:736, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.909 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.918 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=737] [2025/04/05 17:33:08.918 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=368] [cur_db=test] [sql="create table t311(a int);"] [user=root@%] [2025/04/05 17:33:08.920 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:739, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:738, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.919 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.920 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:739, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:738, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.919 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t312(a int);"] [2025/04/05 17:33:08.921 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=739] [conn=1] [job="ID:739, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:738, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.919 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.921 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 738, Table Name: t312)"] [2025/04/05 17:33:08.923 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=368] [neededSchemaVersion=369] ["elapsed time"=139.163µs] [gotSchemaVersion=369] [phyTblIDs="[738]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.923 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=739] [version=369] [2025/04/05 17:33:08.924 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=369] ["take time"=2.153838ms] [job="ID:739, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:738, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.919 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.926 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=739] [conn=1] [job="ID:739, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:738, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.919 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.928 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=739] [2025/04/05 17:33:08.928 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=369] [cur_db=test] [sql="create table t312(a int);"] [user=root@%] [2025/04/05 17:33:08.930 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:741, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:740, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.929 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.930 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:741, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:740, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.929 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t313(a int);"] [2025/04/05 17:33:08.931 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=741] [conn=1] [job="ID:741, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:740, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.929 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.932 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 740, Table Name: t313)"] [2025/04/05 17:33:08.933 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=369] [neededSchemaVersion=370] ["elapsed time"=132.568µs] [gotSchemaVersion=370] [phyTblIDs="[740]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.934 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=741] [version=370] [2025/04/05 17:33:08.935 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=370] ["take time"=2.185224ms] [job="ID:741, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:740, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.929 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.937 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=741] [conn=1] [job="ID:741, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:740, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.929 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.938 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=741] [2025/04/05 17:33:08.938 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=370] [cur_db=test] [sql="create table t313(a int);"] [user=root@%] [2025/04/05 17:33:08.940 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:743, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:742, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.939 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.940 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:743, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:742, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.939 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t314(a int);"] [2025/04/05 17:33:08.942 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=743] [conn=1] [job="ID:743, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:742, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.939 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.942 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 742, Table Name: t314)"] [2025/04/05 17:33:08.944 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=370] [neededSchemaVersion=371] ["elapsed time"=139.929µs] [gotSchemaVersion=371] [phyTblIDs="[742]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.944 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=743] [version=371] [2025/04/05 17:33:08.945 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=371] ["take time"=2.185902ms] [job="ID:743, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:742, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.939 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.947 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=743] [conn=1] [job="ID:743, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:742, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.939 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.949 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=743] [2025/04/05 17:33:08.949 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=371] [cur_db=test] [sql="create table t314(a int);"] [user=root@%] [2025/04/05 17:33:08.951 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:745, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:744, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.95 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.951 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:745, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:744, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.95 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t315(a int);"] [2025/04/05 17:33:08.952 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=745] [conn=1] [job="ID:745, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:744, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.95 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.952 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 744, Table Name: t315)"] [2025/04/05 17:33:08.954 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=371] [neededSchemaVersion=372] ["elapsed time"=139.481µs] [gotSchemaVersion=372] [phyTblIDs="[744]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.954 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=745] [version=372] [2025/04/05 17:33:08.955 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=372] ["take time"=2.024515ms] [job="ID:745, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:744, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.95 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.957 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=745] [conn=1] [job="ID:745, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:744, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.95 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.958 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=745] [2025/04/05 17:33:08.959 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=372] [cur_db=test] [sql="create table t315(a int);"] [user=root@%] [2025/04/05 17:33:08.961 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:747, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:746, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.96 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.961 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:747, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:746, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.96 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t316(a int);"] [2025/04/05 17:33:08.962 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=747] [conn=1] [job="ID:747, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:746, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.96 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.962 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 746, Table Name: t316)"] [2025/04/05 17:33:08.963 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=372] [neededSchemaVersion=373] ["elapsed time"=140.664µs] [gotSchemaVersion=373] [phyTblIDs="[746]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.964 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=747] [version=373] [2025/04/05 17:33:08.965 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=373] ["take time"=2.206123ms] [job="ID:747, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:746, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.96 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.967 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=747] [conn=1] [job="ID:747, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:746, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.96 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.969 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=747] [2025/04/05 17:33:08.969 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=373] [cur_db=test] [sql="create table t316(a int);"] [user=root@%] [2025/04/05 17:33:08.971 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:749, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:748, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.97 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.971 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:749, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:748, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.97 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t317(a int);"] [2025/04/05 17:33:08.973 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=749] [conn=1] [job="ID:749, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:748, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.97 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.973 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 748, Table Name: t317)"] [2025/04/05 17:33:08.975 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=373] [neededSchemaVersion=374] ["elapsed time"=184.324µs] [gotSchemaVersion=374] [phyTblIDs="[748]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.976 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=749] [version=374] [2025/04/05 17:33:08.978 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=374] ["take time"=2.574958ms] [job="ID:749, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:748, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.97 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.980 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=749] [conn=1] [job="ID:749, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:748, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.97 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.983 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=749] [2025/04/05 17:33:08.983 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=374] [cur_db=test] [sql="create table t317(a int);"] [user=root@%] [2025/04/05 17:33:08.985 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:751, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:750, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.985 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:08.985 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:751, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:750, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.985 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t318(a int);"] [2025/04/05 17:33:08.988 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=751] [conn=1] [job="ID:751, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:750, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.985 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.988 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 750, Table Name: t318)"] [2025/04/05 17:33:08.990 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=374] [neededSchemaVersion=375] ["elapsed time"=197.665µs] [gotSchemaVersion=375] [phyTblIDs="[750]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:08.992 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=751] [version=375] [2025/04/05 17:33:08.993 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=375] ["take time"=2.686294ms] [job="ID:751, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:750, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:08.985 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.995 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=751] [conn=1] [job="ID:751, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:750, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:08.985 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:08.998 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=751] [2025/04/05 17:33:08.998 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=375] [cur_db=test] [sql="create table t318(a int);"] [user=root@%] [2025/04/05 17:33:09.000 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:753, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:752, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.000 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:753, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:752, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t319(a int);"] [2025/04/05 17:33:09.002 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=753] [conn=1] [job="ID:753, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:752, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.002 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 752, Table Name: t319)"] [2025/04/05 17:33:09.004 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=375] [neededSchemaVersion=376] ["elapsed time"=194.775µs] [gotSchemaVersion=376] [phyTblIDs="[752]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.005 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=753] [version=376] [2025/04/05 17:33:09.007 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=376] ["take time"=2.705867ms] [job="ID:753, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:752, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.008 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=753] [conn=1] [job="ID:753, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:752, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.011 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=753] [2025/04/05 17:33:09.011 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=376] [cur_db=test] [sql="create table t319(a int);"] [user=root@%] [2025/04/05 17:33:09.014 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:755, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:754, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.013 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.014 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:755, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:754, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.013 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t320(a int);"] [2025/04/05 17:33:09.015 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=755] [conn=1] [job="ID:755, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:754, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.013 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.016 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 754, Table Name: t320)"] [2025/04/05 17:33:09.018 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=376] [neededSchemaVersion=377] ["elapsed time"=203.643µs] [gotSchemaVersion=377] [phyTblIDs="[754]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.019 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=755] [version=377] [2025/04/05 17:33:09.020 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=377] ["take time"=2.425187ms] [job="ID:755, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:754, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.013 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.021 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=755] [conn=1] [job="ID:755, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:754, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.013 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.023 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=755] [2025/04/05 17:33:09.023 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=377] [cur_db=test] [sql="create table t320(a int);"] [user=root@%] [2025/04/05 17:33:09.025 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:757, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:756, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.024 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.025 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:757, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:756, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.024 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t321(a int);"] [2025/04/05 17:33:09.026 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=757] [conn=1] [job="ID:757, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:756, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.024 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.026 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 756, Table Name: t321)"] [2025/04/05 17:33:09.028 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=377] [neededSchemaVersion=378] ["elapsed time"=128.96µs] [gotSchemaVersion=378] [phyTblIDs="[756]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.028 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=757] [version=378] [2025/04/05 17:33:09.030 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=378] ["take time"=2.135235ms] [job="ID:757, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:756, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.024 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.031 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=757] [conn=1] [job="ID:757, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:756, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.024 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.033 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=757] [2025/04/05 17:33:09.033 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=378] [cur_db=test] [sql="create table t321(a int);"] [user=root@%] [2025/04/05 17:33:09.035 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:759, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:758, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.034 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.035 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:759, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:758, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.034 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t322(a int);"] [2025/04/05 17:33:09.036 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=759] [conn=1] [job="ID:759, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:758, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.034 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.037 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 758, Table Name: t322)"] [2025/04/05 17:33:09.038 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=378] [neededSchemaVersion=379] ["elapsed time"=127.776µs] [gotSchemaVersion=379] [phyTblIDs="[758]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.039 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=759] [version=379] [2025/04/05 17:33:09.040 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=379] ["take time"=2.312352ms] [job="ID:759, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:758, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.034 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.041 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=759] [conn=1] [job="ID:759, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:758, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.034 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.043 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=759] [2025/04/05 17:33:09.044 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=379] [cur_db=test] [sql="create table t322(a int);"] [user=root@%] [2025/04/05 17:33:09.045 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:761, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:760, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.045 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.045 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:761, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:760, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.045 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t323(a int);"] [2025/04/05 17:33:09.046 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=761] [conn=1] [job="ID:761, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:760, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.045 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.047 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 760, Table Name: t323)"] [2025/04/05 17:33:09.048 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=379] [neededSchemaVersion=380] ["elapsed time"=136.115µs] [gotSchemaVersion=380] [phyTblIDs="[760]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.049 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=761] [version=380] [2025/04/05 17:33:09.050 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=380] ["take time"=2.11801ms] [job="ID:761, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:760, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.045 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.051 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=761] [conn=1] [job="ID:761, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:760, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.045 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.053 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=761] [2025/04/05 17:33:09.053 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=380] [cur_db=test] [sql="create table t323(a int);"] [user=root@%] [2025/04/05 17:33:09.055 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:763, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:762, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.054 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.055 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:763, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:762, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.054 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t324(a int);"] [2025/04/05 17:33:09.056 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=763] [conn=1] [job="ID:763, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:762, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.054 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.056 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 762, Table Name: t324)"] [2025/04/05 17:33:09.058 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=380] [neededSchemaVersion=381] ["elapsed time"=120.925µs] [gotSchemaVersion=381] [phyTblIDs="[762]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.058 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=763] [version=381] [2025/04/05 17:33:09.059 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=381] ["take time"=2.17177ms] [job="ID:763, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:762, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.054 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.061 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=763] [conn=1] [job="ID:763, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:762, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.054 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.062 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=763] [2025/04/05 17:33:09.063 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=381] [cur_db=test] [sql="create table t324(a int);"] [user=root@%] [2025/04/05 17:33:09.065 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:765, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:764, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.064 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.065 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:765, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:764, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.064 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t325(a int);"] [2025/04/05 17:33:09.066 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=765] [conn=1] [job="ID:765, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:764, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.064 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.066 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 764, Table Name: t325)"] [2025/04/05 17:33:09.068 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=381] [neededSchemaVersion=382] ["elapsed time"=175.538µs] [gotSchemaVersion=382] [phyTblIDs="[764]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.069 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=765] [version=382] [2025/04/05 17:33:09.070 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=382] ["take time"=2.462896ms] [job="ID:765, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:764, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.064 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.071 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=765] [conn=1] [job="ID:765, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:764, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.064 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.073 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=765] [2025/04/05 17:33:09.073 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=382] [cur_db=test] [sql="create table t325(a int);"] [user=root@%] [2025/04/05 17:33:09.075 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:767, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:766, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.075 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.075 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:767, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:766, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.075 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t326(a int);"] [2025/04/05 17:33:09.076 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=767] [conn=1] [job="ID:767, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:766, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.075 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.076 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 766, Table Name: t326)"] [2025/04/05 17:33:09.078 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=382] [neededSchemaVersion=383] ["elapsed time"=116.92µs] [gotSchemaVersion=383] [phyTblIDs="[766]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.079 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=767] [version=383] [2025/04/05 17:33:09.080 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=383] ["take time"=2.163363ms] [job="ID:767, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:766, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.075 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.081 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=767] [conn=1] [job="ID:767, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:766, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.075 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.083 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=767] [2025/04/05 17:33:09.083 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=383] [cur_db=test] [sql="create table t326(a int);"] [user=root@%] [2025/04/05 17:33:09.085 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:769, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:768, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.084 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.085 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:769, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:768, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.084 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t327(a int);"] [2025/04/05 17:33:09.086 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=769] [conn=1] [job="ID:769, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:768, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.084 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.087 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 768, Table Name: t327)"] [2025/04/05 17:33:09.088 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=383] [neededSchemaVersion=384] ["elapsed time"=130.45µs] [gotSchemaVersion=384] [phyTblIDs="[768]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.089 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=769] [version=384] [2025/04/05 17:33:09.090 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=384] ["take time"=2.385665ms] [job="ID:769, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:768, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.084 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.092 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=769] [conn=1] [job="ID:769, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:768, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.084 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.094 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=769] [2025/04/05 17:33:09.094 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=384] [cur_db=test] [sql="create table t327(a int);"] [user=root@%] [2025/04/05 17:33:09.095 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:771, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:770, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.095 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.095 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:771, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:770, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.095 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t328(a int);"] [2025/04/05 17:33:09.096 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=771] [conn=1] [job="ID:771, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:770, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.095 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.097 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 770, Table Name: t328)"] [2025/04/05 17:33:09.098 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=384] [neededSchemaVersion=385] ["elapsed time"=119.192µs] [gotSchemaVersion=385] [phyTblIDs="[770]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.099 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=771] [version=385] [2025/04/05 17:33:09.100 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=385] ["take time"=2.082351ms] [job="ID:771, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:770, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.095 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.101 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=771] [conn=1] [job="ID:771, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:770, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.095 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.103 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=771] [2025/04/05 17:33:09.103 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=385] [cur_db=test] [sql="create table t328(a int);"] [user=root@%] [2025/04/05 17:33:09.105 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:773, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:772, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.104 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.105 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:773, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:772, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.104 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t329(a int);"] [2025/04/05 17:33:09.106 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=773] [conn=1] [job="ID:773, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:772, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.104 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.106 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 772, Table Name: t329)"] [2025/04/05 17:33:09.108 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=385] [neededSchemaVersion=386] ["elapsed time"=133.732µs] [gotSchemaVersion=386] [phyTblIDs="[772]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.108 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=773] [version=386] [2025/04/05 17:33:09.109 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=386] ["take time"=2.102669ms] [job="ID:773, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:772, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.104 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.111 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=773] [conn=1] [job="ID:773, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:772, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.104 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.112 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=773] [2025/04/05 17:33:09.112 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=386] [cur_db=test] [sql="create table t329(a int);"] [user=root@%] [2025/04/05 17:33:09.114 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:775, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:774, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.113 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.114 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:775, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:774, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.113 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t330(a int);"] [2025/04/05 17:33:09.116 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=775] [conn=1] [job="ID:775, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:774, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.113 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.116 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 774, Table Name: t330)"] [2025/04/05 17:33:09.117 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=386] [neededSchemaVersion=387] ["elapsed time"=124.517µs] [gotSchemaVersion=387] [phyTblIDs="[774]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.118 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=775] [version=387] [2025/04/05 17:33:09.119 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=387] ["take time"=2.129905ms] [job="ID:775, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:774, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.113 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.121 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=775] [conn=1] [job="ID:775, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:774, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.113 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.123 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=775] [2025/04/05 17:33:09.123 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=387] [cur_db=test] [sql="create table t330(a int);"] [user=root@%] [2025/04/05 17:33:09.124 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:777, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:776, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.124 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.124 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:777, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:776, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.124 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t331(a int);"] [2025/04/05 17:33:09.126 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=777] [conn=1] [job="ID:777, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:776, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.124 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.126 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 776, Table Name: t331)"] [2025/04/05 17:33:09.127 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=387] [neededSchemaVersion=388] ["elapsed time"=128.685µs] [gotSchemaVersion=388] [phyTblIDs="[776]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.128 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=777] [version=388] [2025/04/05 17:33:09.129 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=388] ["take time"=2.185605ms] [job="ID:777, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:776, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.124 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.130 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=777] [conn=1] [job="ID:777, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:776, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.124 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.134 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=777] [2025/04/05 17:33:09.134 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=388] [cur_db=test] [sql="create table t331(a int);"] [user=root@%] [2025/04/05 17:33:09.135 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:779, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:778, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.135 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.135 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:779, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:778, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.135 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t332(a int);"] [2025/04/05 17:33:09.137 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=779] [conn=1] [job="ID:779, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:778, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.135 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.137 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 778, Table Name: t332)"] [2025/04/05 17:33:09.139 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=388] [neededSchemaVersion=389] ["elapsed time"=123.593µs] [gotSchemaVersion=389] [phyTblIDs="[778]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.139 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=779] [version=389] [2025/04/05 17:33:09.141 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=389] ["take time"=2.150716ms] [job="ID:779, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:778, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.135 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.142 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=779] [conn=1] [job="ID:779, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:778, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.135 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.144 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=779] [2025/04/05 17:33:09.144 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=389] [cur_db=test] [sql="create table t332(a int);"] [user=root@%] [2025/04/05 17:33:09.146 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:781, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:780, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.145 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.146 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:781, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:780, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.145 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t333(a int);"] [2025/04/05 17:33:09.147 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=781] [conn=1] [job="ID:781, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:780, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.145 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.147 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 780, Table Name: t333)"] [2025/04/05 17:33:09.148 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=389] [neededSchemaVersion=390] ["elapsed time"=135.939µs] [gotSchemaVersion=390] [phyTblIDs="[780]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.149 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=781] [version=390] [2025/04/05 17:33:09.150 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=390] ["take time"=2.10997ms] [job="ID:781, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:780, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.145 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.152 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=781] [conn=1] [job="ID:781, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:780, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.145 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.153 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=781] [2025/04/05 17:33:09.154 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=390] [cur_db=test] [sql="create table t333(a int);"] [user=root@%] [2025/04/05 17:33:09.155 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:783, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:782, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.155 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.155 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:783, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:782, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.155 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t334(a int);"] [2025/04/05 17:33:09.156 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=783] [conn=1] [job="ID:783, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:782, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.155 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.157 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 782, Table Name: t334)"] [2025/04/05 17:33:09.158 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=390] [neededSchemaVersion=391] ["elapsed time"=127.42µs] [gotSchemaVersion=391] [phyTblIDs="[782]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.159 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=783] [version=391] [2025/04/05 17:33:09.160 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=391] ["take time"=2.074319ms] [job="ID:783, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:782, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.155 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.161 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=783] [conn=1] [job="ID:783, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:782, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.155 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.162 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=783] [2025/04/05 17:33:09.163 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=391] [cur_db=test] [sql="create table t334(a int);"] [user=root@%] [2025/04/05 17:33:09.165 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:785, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:784, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.164 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.165 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:785, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:784, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.164 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t335(a int);"] [2025/04/05 17:33:09.166 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=785] [conn=1] [job="ID:785, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:784, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.164 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.166 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 784, Table Name: t335)"] [2025/04/05 17:33:09.167 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=391] [neededSchemaVersion=392] ["elapsed time"=119.032µs] [gotSchemaVersion=392] [phyTblIDs="[784]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.168 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=785] [version=392] [2025/04/05 17:33:09.169 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=392] ["take time"=2.091658ms] [job="ID:785, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:784, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.164 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.171 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=785] [conn=1] [job="ID:785, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:784, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.164 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.173 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=785] [2025/04/05 17:33:09.173 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=392] [cur_db=test] [sql="create table t335(a int);"] [user=root@%] [2025/04/05 17:33:09.174 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:787, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:786, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.174 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.174 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:787, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:786, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.174 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t336(a int);"] [2025/04/05 17:33:09.176 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=787] [conn=1] [job="ID:787, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:786, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.174 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.176 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 786, Table Name: t336)"] [2025/04/05 17:33:09.177 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=392] [neededSchemaVersion=393] ["elapsed time"=116.232µs] [gotSchemaVersion=393] [phyTblIDs="[786]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.178 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=787] [version=393] [2025/04/05 17:33:09.179 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=393] ["take time"=2.146608ms] [job="ID:787, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:786, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.174 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.180 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=787] [conn=1] [job="ID:787, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:786, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.174 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.183 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=787] [2025/04/05 17:33:09.183 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=393] [cur_db=test] [sql="create table t336(a int);"] [user=root@%] [2025/04/05 17:33:09.184 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:789, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:788, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.184 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.184 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:789, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:788, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.184 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t337(a int);"] [2025/04/05 17:33:09.186 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=789] [conn=1] [job="ID:789, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:788, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.184 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.186 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 788, Table Name: t337)"] [2025/04/05 17:33:09.188 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=393] [neededSchemaVersion=394] ["elapsed time"=134.167µs] [gotSchemaVersion=394] [phyTblIDs="[788]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.188 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=789] [version=394] [2025/04/05 17:33:09.190 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=394] ["take time"=2.134671ms] [job="ID:789, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:788, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.184 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.191 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=789] [conn=1] [job="ID:789, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:788, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.184 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.192 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=789] [2025/04/05 17:33:09.193 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=394] [cur_db=test] [sql="create table t337(a int);"] [user=root@%] [2025/04/05 17:33:09.195 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:791, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:790, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.194 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.195 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:791, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:790, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.194 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t338(a int);"] [2025/04/05 17:33:09.196 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=791] [conn=1] [job="ID:791, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:790, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.194 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.196 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 790, Table Name: t338)"] [2025/04/05 17:33:09.197 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=394] [neededSchemaVersion=395] ["elapsed time"=128.862µs] [gotSchemaVersion=395] [phyTblIDs="[790]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.198 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=791] [version=395] [2025/04/05 17:33:09.199 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=395] ["take time"=2.12342ms] [job="ID:791, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:790, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.194 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.201 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=791] [conn=1] [job="ID:791, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:790, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.194 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.202 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=791] [2025/04/05 17:33:09.203 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=395] [cur_db=test] [sql="create table t338(a int);"] [user=root@%] [2025/04/05 17:33:09.204 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:793, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:792, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.204 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.204 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:793, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:792, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.204 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t339(a int);"] [2025/04/05 17:33:09.205 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=793] [conn=1] [job="ID:793, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:792, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.204 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.206 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 792, Table Name: t339)"] [2025/04/05 17:33:09.207 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=395] [neededSchemaVersion=396] ["elapsed time"=115.949µs] [gotSchemaVersion=396] [phyTblIDs="[792]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.208 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=793] [version=396] [2025/04/05 17:33:09.209 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=396] ["take time"=2.103651ms] [job="ID:793, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:792, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.204 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.210 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=793] [conn=1] [job="ID:793, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:792, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.204 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.212 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=793] [2025/04/05 17:33:09.212 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=396] [cur_db=test] [sql="create table t339(a int);"] [user=root@%] [2025/04/05 17:33:09.214 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:795, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:794, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.213 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.214 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:795, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:794, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.213 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t340(a int);"] [2025/04/05 17:33:09.215 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=795] [conn=1] [job="ID:795, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:794, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.213 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.215 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 794, Table Name: t340)"] [2025/04/05 17:33:09.217 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=396] [neededSchemaVersion=397] ["elapsed time"=121.904µs] [gotSchemaVersion=397] [phyTblIDs="[794]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.217 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=795] [version=397] [2025/04/05 17:33:09.218 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=397] ["take time"=2.078282ms] [job="ID:795, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:794, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.213 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.220 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=795] [conn=1] [job="ID:795, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:794, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.213 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.221 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=795] [2025/04/05 17:33:09.222 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=397] [cur_db=test] [sql="create table t340(a int);"] [user=root@%] [2025/04/05 17:33:09.223 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:797, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:796, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.223 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.223 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:797, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:796, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.223 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t341(a int);"] [2025/04/05 17:33:09.224 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=797] [conn=1] [job="ID:797, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:796, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.223 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.225 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 796, Table Name: t341)"] [2025/04/05 17:33:09.226 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=397] [neededSchemaVersion=398] ["elapsed time"=123.902µs] [gotSchemaVersion=398] [phyTblIDs="[796]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.227 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=797] [version=398] [2025/04/05 17:33:09.228 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=398] ["take time"=2.111562ms] [job="ID:797, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:796, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.223 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.229 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=797] [conn=1] [job="ID:797, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:796, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.223 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.230 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=797] [2025/04/05 17:33:09.231 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=398] [cur_db=test] [sql="create table t341(a int);"] [user=root@%] [2025/04/05 17:33:09.232 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:799, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:798, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.232 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.232 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:799, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:798, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.232 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t342(a int);"] [2025/04/05 17:33:09.233 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=799] [conn=1] [job="ID:799, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:798, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.232 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.234 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 798, Table Name: t342)"] [2025/04/05 17:33:09.235 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=398] [neededSchemaVersion=399] ["elapsed time"=134.468µs] [gotSchemaVersion=399] [phyTblIDs="[798]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.236 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=799] [version=399] [2025/04/05 17:33:09.238 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=399] ["take time"=2.796773ms] [job="ID:799, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:798, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.232 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.239 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=799] [conn=1] [job="ID:799, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:798, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.232 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.241 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=799] [2025/04/05 17:33:09.241 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=399] [cur_db=test] [sql="create table t342(a int);"] [user=root@%] [2025/04/05 17:33:09.243 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:801, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:800, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.242 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.243 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:801, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:800, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.242 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t343(a int);"] [2025/04/05 17:33:09.244 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=801] [conn=1] [job="ID:801, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:800, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.242 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.244 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 800, Table Name: t343)"] [2025/04/05 17:33:09.245 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=399] [neededSchemaVersion=400] ["elapsed time"=110.548µs] [gotSchemaVersion=400] [phyTblIDs="[800]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.246 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=801] [version=400] [2025/04/05 17:33:09.247 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=400] ["take time"=2.114319ms] [job="ID:801, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:800, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.242 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.249 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=801] [conn=1] [job="ID:801, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:800, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.242 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.250 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=801] [2025/04/05 17:33:09.251 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=400] [cur_db=test] [sql="create table t343(a int);"] [user=root@%] [2025/04/05 17:33:09.252 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:803, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:802, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.252 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.252 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:803, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:802, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.252 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t344(a int);"] [2025/04/05 17:33:09.253 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=803] [conn=1] [job="ID:803, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:802, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.252 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.254 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 802, Table Name: t344)"] [2025/04/05 17:33:09.255 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=400] [neededSchemaVersion=401] ["elapsed time"=117.793µs] [gotSchemaVersion=401] [phyTblIDs="[802]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.256 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=803] [version=401] [2025/04/05 17:33:09.257 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=401] ["take time"=2.007154ms] [job="ID:803, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:802, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.252 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.258 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=803] [conn=1] [job="ID:803, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:802, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.252 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.260 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=803] [2025/04/05 17:33:09.260 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=401] [cur_db=test] [sql="create table t344(a int);"] [user=root@%] [2025/04/05 17:33:09.262 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:805, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:804, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.261 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.262 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:805, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:804, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.261 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t345(a int);"] [2025/04/05 17:33:09.263 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=805] [conn=1] [job="ID:805, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:804, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.261 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.263 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 804, Table Name: t345)"] [2025/04/05 17:33:09.264 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=401] [neededSchemaVersion=402] ["elapsed time"=125.71µs] [gotSchemaVersion=402] [phyTblIDs="[804]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.265 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=805] [version=402] [2025/04/05 17:33:09.266 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=402] ["take time"=2.109749ms] [job="ID:805, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:804, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.261 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.268 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=805] [conn=1] [job="ID:805, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:804, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.261 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.269 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=805] [2025/04/05 17:33:09.269 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=402] [cur_db=test] [sql="create table t345(a int);"] [user=root@%] [2025/04/05 17:33:09.271 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:807, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:806, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.271 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.271 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:807, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:806, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.271 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t346(a int);"] [2025/04/05 17:33:09.272 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=807] [conn=1] [job="ID:807, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:806, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.271 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.272 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 806, Table Name: t346)"] [2025/04/05 17:33:09.274 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=402] [neededSchemaVersion=403] ["elapsed time"=123.442µs] [gotSchemaVersion=403] [phyTblIDs="[806]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.274 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=807] [version=403] [2025/04/05 17:33:09.275 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=403] ["take time"=2.089661ms] [job="ID:807, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:806, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.271 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.277 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=807] [conn=1] [job="ID:807, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:806, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.271 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.279 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=807] [2025/04/05 17:33:09.279 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=403] [cur_db=test] [sql="create table t346(a int);"] [user=root@%] [2025/04/05 17:33:09.280 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:809, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:808, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.28 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.280 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:809, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:808, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.28 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t347(a int);"] [2025/04/05 17:33:09.282 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=809] [conn=1] [job="ID:809, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:808, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.28 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.282 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 808, Table Name: t347)"] [2025/04/05 17:33:09.283 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=403] [neededSchemaVersion=404] ["elapsed time"=114.465µs] [gotSchemaVersion=404] [phyTblIDs="[808]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.284 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=809] [version=404] [2025/04/05 17:33:09.285 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=404] ["take time"=2.040702ms] [job="ID:809, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:808, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.28 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.287 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=809] [conn=1] [job="ID:809, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:808, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.28 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.288 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=809] [2025/04/05 17:33:09.289 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=404] [cur_db=test] [sql="create table t347(a int);"] [user=root@%] [2025/04/05 17:33:09.290 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:811, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:810, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.289 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.290 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:811, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:810, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.289 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t348(a int);"] [2025/04/05 17:33:09.291 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=811] [conn=1] [job="ID:811, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:810, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.289 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.292 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 810, Table Name: t348)"] [2025/04/05 17:33:09.293 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=404] [neededSchemaVersion=405] ["elapsed time"=114.715µs] [gotSchemaVersion=405] [phyTblIDs="[810]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.294 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=811] [version=405] [2025/04/05 17:33:09.295 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=405] ["take time"=2.117079ms] [job="ID:811, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:810, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.289 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.296 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=811] [conn=1] [job="ID:811, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:810, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.289 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.298 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=811] [2025/04/05 17:33:09.298 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=405] [cur_db=test] [sql="create table t348(a int);"] [user=root@%] [2025/04/05 17:33:09.300 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:813, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:812, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.299 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.300 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:813, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:812, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.299 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t349(a int);"] [2025/04/05 17:33:09.301 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=813] [conn=1] [job="ID:813, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:812, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.299 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.301 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 812, Table Name: t349)"] [2025/04/05 17:33:09.302 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=405] [neededSchemaVersion=406] ["elapsed time"=126.386µs] [gotSchemaVersion=406] [phyTblIDs="[812]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.303 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=813] [version=406] [2025/04/05 17:33:09.304 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=406] ["take time"=2.129124ms] [job="ID:813, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:812, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.299 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.306 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=813] [conn=1] [job="ID:813, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:812, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.299 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.308 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=813] [2025/04/05 17:33:09.308 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=406] [cur_db=test] [sql="create table t349(a int);"] [user=root@%] [2025/04/05 17:33:09.309 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:815, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:814, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.309 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.309 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:815, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:814, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.309 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t350(a int);"] [2025/04/05 17:33:09.310 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=815] [conn=1] [job="ID:815, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:814, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.309 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.311 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 814, Table Name: t350)"] [2025/04/05 17:33:09.312 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=406] [neededSchemaVersion=407] ["elapsed time"=129.694µs] [gotSchemaVersion=407] [phyTblIDs="[814]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.313 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=815] [version=407] [2025/04/05 17:33:09.314 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=407] ["take time"=2.106083ms] [job="ID:815, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:814, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.309 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.315 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=815] [conn=1] [job="ID:815, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:814, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.309 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.317 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=815] [2025/04/05 17:33:09.317 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=407] [cur_db=test] [sql="create table t350(a int);"] [user=root@%] [2025/04/05 17:33:09.319 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:817, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:816, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.318 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.319 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:817, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:816, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.318 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t351(a int);"] [2025/04/05 17:33:09.320 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=817] [conn=1] [job="ID:817, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:816, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.318 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.320 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 816, Table Name: t351)"] [2025/04/05 17:33:09.322 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=407] [neededSchemaVersion=408] ["elapsed time"=129.265µs] [gotSchemaVersion=408] [phyTblIDs="[816]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.322 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=817] [version=408] [2025/04/05 17:33:09.324 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=408] ["take time"=2.136138ms] [job="ID:817, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:816, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.318 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.325 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=817] [conn=1] [job="ID:817, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:816, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.318 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.326 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=817] [2025/04/05 17:33:09.326 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=408] [cur_db=test] [sql="create table t351(a int);"] [user=root@%] [2025/04/05 17:33:09.328 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:819, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:818, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.327 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.328 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:819, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:818, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.327 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t352(a int);"] [2025/04/05 17:33:09.329 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=819] [conn=1] [job="ID:819, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:818, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.327 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.330 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 818, Table Name: t352)"] [2025/04/05 17:33:09.331 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=408] [neededSchemaVersion=409] ["elapsed time"=116.255µs] [gotSchemaVersion=409] [phyTblIDs="[818]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.332 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=819] [version=409] [2025/04/05 17:33:09.334 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=409] ["take time"=2.658175ms] [job="ID:819, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:818, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.327 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.335 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=819] [conn=1] [job="ID:819, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:818, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.327 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.336 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=819] [2025/04/05 17:33:09.337 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=409] [cur_db=test] [sql="create table t352(a int);"] [user=root@%] [2025/04/05 17:33:09.338 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:821, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:820, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.338 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.338 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:821, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:820, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.338 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t353(a int);"] [2025/04/05 17:33:09.339 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=821] [conn=1] [job="ID:821, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:820, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.338 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.340 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 820, Table Name: t353)"] [2025/04/05 17:33:09.341 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=409] [neededSchemaVersion=410] ["elapsed time"=117.66µs] [gotSchemaVersion=410] [phyTblIDs="[820]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.342 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=821] [version=410] [2025/04/05 17:33:09.343 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=410] ["take time"=2.062757ms] [job="ID:821, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:820, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.338 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.344 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=821] [conn=1] [job="ID:821, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:820, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.338 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.346 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=821] [2025/04/05 17:33:09.346 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=410] [cur_db=test] [sql="create table t353(a int);"] [user=root@%] [2025/04/05 17:33:09.347 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:823, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:822, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.347 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.348 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:823, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:822, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.347 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t354(a int);"] [2025/04/05 17:33:09.349 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=823] [conn=1] [job="ID:823, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:822, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.347 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.349 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 822, Table Name: t354)"] [2025/04/05 17:33:09.350 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=410] [neededSchemaVersion=411] ["elapsed time"=125.061µs] [gotSchemaVersion=411] [phyTblIDs="[822]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.351 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=823] [version=411] [2025/04/05 17:33:09.352 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=411] ["take time"=2.094434ms] [job="ID:823, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:822, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.347 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.353 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=823] [conn=1] [job="ID:823, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:822, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.347 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.355 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=823] [2025/04/05 17:33:09.355 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=411] [cur_db=test] [sql="create table t354(a int);"] [user=root@%] [2025/04/05 17:33:09.357 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:825, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:824, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.356 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.357 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:825, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:824, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.356 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t355(a int);"] [2025/04/05 17:33:09.358 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=825] [conn=1] [job="ID:825, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:824, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.356 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.358 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 824, Table Name: t355)"] [2025/04/05 17:33:09.359 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=411] [neededSchemaVersion=412] ["elapsed time"=115.649µs] [gotSchemaVersion=412] [phyTblIDs="[824]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.360 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=825] [version=412] [2025/04/05 17:33:09.361 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=412] ["take time"=2.10042ms] [job="ID:825, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:824, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.356 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.362 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=825] [conn=1] [job="ID:825, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:824, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.356 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.364 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=825] [2025/04/05 17:33:09.364 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=412] [cur_db=test] [sql="create table t355(a int);"] [user=root@%] [2025/04/05 17:33:09.366 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:827, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:826, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.365 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.366 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:827, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:826, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.365 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t356(a int);"] [2025/04/05 17:33:09.367 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=827] [conn=1] [job="ID:827, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:826, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.365 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.367 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 826, Table Name: t356)"] [2025/04/05 17:33:09.369 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=412] [neededSchemaVersion=413] ["elapsed time"=120.459µs] [gotSchemaVersion=413] [phyTblIDs="[826]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.369 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=827] [version=413] [2025/04/05 17:33:09.370 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=413] ["take time"=2.06337ms] [job="ID:827, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:826, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.365 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.372 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=827] [conn=1] [job="ID:827, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:826, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.365 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.374 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=827] [2025/04/05 17:33:09.374 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=413] [cur_db=test] [sql="create table t356(a int);"] [user=root@%] [2025/04/05 17:33:09.375 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:829, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:828, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.375 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.375 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:829, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:828, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.375 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t357(a int);"] [2025/04/05 17:33:09.376 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=829] [conn=1] [job="ID:829, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:828, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.375 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.377 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 828, Table Name: t357)"] [2025/04/05 17:33:09.378 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=413] [neededSchemaVersion=414] ["elapsed time"=121.853µs] [gotSchemaVersion=414] [phyTblIDs="[828]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.379 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=829] [version=414] [2025/04/05 17:33:09.380 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=414] ["take time"=2.067032ms] [job="ID:829, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:828, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.375 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.381 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=829] [conn=1] [job="ID:829, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:828, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.375 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.384 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=829] [2025/04/05 17:33:09.384 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=414] [cur_db=test] [sql="create table t357(a int);"] [user=root@%] [2025/04/05 17:33:09.386 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:831, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:830, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.385 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.386 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:831, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:830, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.385 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t358(a int);"] [2025/04/05 17:33:09.387 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=831] [conn=1] [job="ID:831, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:830, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.385 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.387 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 830, Table Name: t358)"] [2025/04/05 17:33:09.389 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=414] [neededSchemaVersion=415] ["elapsed time"=111.121µs] [gotSchemaVersion=415] [phyTblIDs="[830]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.390 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=831] [version=415] [2025/04/05 17:33:09.391 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=415] ["take time"=2.110101ms] [job="ID:831, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:830, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.385 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.392 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=831] [conn=1] [job="ID:831, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:830, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.385 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.394 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=831] [2025/04/05 17:33:09.394 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=415] [cur_db=test] [sql="create table t358(a int);"] [user=root@%] [2025/04/05 17:33:09.396 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:833, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:832, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.396 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:833, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:832, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t359(a int);"] [2025/04/05 17:33:09.397 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=833] [conn=1] [job="ID:833, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:832, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.397 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 832, Table Name: t359)"] [2025/04/05 17:33:09.398 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=415] [neededSchemaVersion=416] ["elapsed time"=112.362µs] [gotSchemaVersion=416] [phyTblIDs="[832]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.399 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=833] [version=416] [2025/04/05 17:33:09.400 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=416] ["take time"=2.088356ms] [job="ID:833, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:832, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.401 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=833] [conn=1] [job="ID:833, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:832, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.403 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=833] [2025/04/05 17:33:09.404 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=416] [cur_db=test] [sql="create table t359(a int);"] [user=root@%] [2025/04/05 17:33:09.405 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:835, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:834, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.405 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:835, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:834, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t360(a int);"] [2025/04/05 17:33:09.406 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=835] [conn=1] [job="ID:835, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:834, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.407 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 834, Table Name: t360)"] [2025/04/05 17:33:09.408 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=416] [neededSchemaVersion=417] ["elapsed time"=123.328µs] [gotSchemaVersion=417] [phyTblIDs="[834]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.409 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=835] [version=417] [2025/04/05 17:33:09.410 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=417] ["take time"=2.172267ms] [job="ID:835, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:834, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.411 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=835] [conn=1] [job="ID:835, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:834, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.405 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.413 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=835] [2025/04/05 17:33:09.414 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=417] [cur_db=test] [sql="create table t360(a int);"] [user=root@%] [2025/04/05 17:33:09.415 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:837, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:836, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.415 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.415 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:837, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:836, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.415 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t361(a int);"] [2025/04/05 17:33:09.416 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=837] [conn=1] [job="ID:837, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:836, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.415 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.417 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 836, Table Name: t361)"] [2025/04/05 17:33:09.418 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=417] [neededSchemaVersion=418] ["elapsed time"=112.685µs] [gotSchemaVersion=418] [phyTblIDs="[836]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.419 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=837] [version=418] [2025/04/05 17:33:09.420 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=418] ["take time"=2.172978ms] [job="ID:837, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:836, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.415 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.421 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=837] [conn=1] [job="ID:837, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:836, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.415 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.423 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=837] [2025/04/05 17:33:09.423 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=418] [cur_db=test] [sql="create table t361(a int);"] [user=root@%] [2025/04/05 17:33:09.425 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:839, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:838, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.425 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.425 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:839, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:838, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.425 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t362(a int);"] [2025/04/05 17:33:09.426 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=839] [conn=1] [job="ID:839, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:838, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.425 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.427 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 838, Table Name: t362)"] [2025/04/05 17:33:09.428 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=418] [neededSchemaVersion=419] ["elapsed time"=121.284µs] [gotSchemaVersion=419] [phyTblIDs="[838]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.429 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=839] [version=419] [2025/04/05 17:33:09.430 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=419] ["take time"=2.22363ms] [job="ID:839, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:838, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.425 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.432 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=839] [conn=1] [job="ID:839, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:838, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.425 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.433 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=839] [2025/04/05 17:33:09.434 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=419] [cur_db=test] [sql="create table t362(a int);"] [user=root@%] [2025/04/05 17:33:09.436 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:841, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:840, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.435 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.436 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:841, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:840, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.435 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t363(a int);"] [2025/04/05 17:33:09.437 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=841] [conn=1] [job="ID:841, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:840, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.435 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.438 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 840, Table Name: t363)"] [2025/04/05 17:33:09.439 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=419] [neededSchemaVersion=420] ["elapsed time"=131.512µs] [gotSchemaVersion=420] [phyTblIDs="[840]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.440 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=841] [version=420] [2025/04/05 17:33:09.441 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=420] ["take time"=2.206588ms] [job="ID:841, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:840, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.435 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.442 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=841] [conn=1] [job="ID:841, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:840, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.435 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.444 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=841] [2025/04/05 17:33:09.445 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=420] [cur_db=test] [sql="create table t363(a int);"] [user=root@%] [2025/04/05 17:33:09.447 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:843, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:842, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.446 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.447 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:843, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:842, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.446 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t364(a int);"] [2025/04/05 17:33:09.448 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=843] [conn=1] [job="ID:843, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:842, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.446 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.448 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 842, Table Name: t364)"] [2025/04/05 17:33:09.449 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=420] [neededSchemaVersion=421] ["elapsed time"=114.962µs] [gotSchemaVersion=421] [phyTblIDs="[842]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.450 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=843] [version=421] [2025/04/05 17:33:09.451 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=421] ["take time"=2.164478ms] [job="ID:843, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:842, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.446 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.452 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=843] [conn=1] [job="ID:843, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:842, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.446 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.455 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=843] [2025/04/05 17:33:09.455 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=421] [cur_db=test] [sql="create table t364(a int);"] [user=root@%] [2025/04/05 17:33:09.456 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:845, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:844, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.456 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.457 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:845, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:844, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.456 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t365(a int);"] [2025/04/05 17:33:09.458 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=845] [conn=1] [job="ID:845, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:844, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.456 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.458 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 844, Table Name: t365)"] [2025/04/05 17:33:09.459 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=421] [neededSchemaVersion=422] ["elapsed time"=116.491µs] [gotSchemaVersion=422] [phyTblIDs="[844]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.460 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=845] [version=422] [2025/04/05 17:33:09.461 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=422] ["take time"=2.15527ms] [job="ID:845, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:844, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.456 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.462 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=845] [conn=1] [job="ID:845, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:844, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.456 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.464 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=845] [2025/04/05 17:33:09.465 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=422] [cur_db=test] [sql="create table t365(a int);"] [user=root@%] [2025/04/05 17:33:09.467 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:847, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:846, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.466 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.467 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:847, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:846, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.466 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t366(a int);"] [2025/04/05 17:33:09.468 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=847] [conn=1] [job="ID:847, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:846, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.466 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.468 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 846, Table Name: t366)"] [2025/04/05 17:33:09.469 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=422] [neededSchemaVersion=423] ["elapsed time"=124.143µs] [gotSchemaVersion=423] [phyTblIDs="[846]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.470 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=847] [version=423] [2025/04/05 17:33:09.471 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=423] ["take time"=2.230274ms] [job="ID:847, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:846, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.466 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.473 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=847] [conn=1] [job="ID:847, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:846, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.466 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.474 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=847] [2025/04/05 17:33:09.474 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=423] [cur_db=test] [sql="create table t366(a int);"] [user=root@%] [2025/04/05 17:33:09.477 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:849, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:848, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.476 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.477 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:849, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:848, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.476 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t367(a int);"] [2025/04/05 17:33:09.478 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=849] [conn=1] [job="ID:849, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:848, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.476 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.478 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 848, Table Name: t367)"] [2025/04/05 17:33:09.479 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=423] [neededSchemaVersion=424] ["elapsed time"=113.389µs] [gotSchemaVersion=424] [phyTblIDs="[848]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.480 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=849] [version=424] [2025/04/05 17:33:09.481 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=424] ["take time"=2.146397ms] [job="ID:849, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:848, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.476 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.483 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=849] [conn=1] [job="ID:849, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:848, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.476 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.485 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=849] [2025/04/05 17:33:09.485 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=424] [cur_db=test] [sql="create table t367(a int);"] [user=root@%] [2025/04/05 17:33:09.487 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:851, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:850, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.486 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.487 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:851, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:850, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.486 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t368(a int);"] [2025/04/05 17:33:09.488 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=851] [conn=1] [job="ID:851, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:850, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.486 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.489 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 850, Table Name: t368)"] [2025/04/05 17:33:09.490 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=424] [neededSchemaVersion=425] ["elapsed time"=116.97µs] [gotSchemaVersion=425] [phyTblIDs="[850]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.491 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=851] [version=425] [2025/04/05 17:33:09.492 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=425] ["take time"=2.187324ms] [job="ID:851, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:850, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.486 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.493 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=851] [conn=1] [job="ID:851, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:850, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.486 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.495 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=851] [2025/04/05 17:33:09.495 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=425] [cur_db=test] [sql="create table t368(a int);"] [user=root@%] [2025/04/05 17:33:09.497 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:853, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:852, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.496 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.497 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:853, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:852, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.496 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t369(a int);"] [2025/04/05 17:33:09.498 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=853] [conn=1] [job="ID:853, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:852, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.496 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.498 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 852, Table Name: t369)"] [2025/04/05 17:33:09.500 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=425] [neededSchemaVersion=426] ["elapsed time"=156.41µs] [gotSchemaVersion=426] [phyTblIDs="[852]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.501 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=853] [version=426] [2025/04/05 17:33:09.502 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=426] ["take time"=2.234836ms] [job="ID:853, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:852, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.496 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.503 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=853] [conn=1] [job="ID:853, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:852, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.496 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.505 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=853] [2025/04/05 17:33:09.505 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=426] [cur_db=test] [sql="create table t369(a int);"] [user=root@%] [2025/04/05 17:33:09.507 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:855, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:854, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.506 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.507 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:855, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:854, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.506 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t370(a int);"] [2025/04/05 17:33:09.508 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=855] [conn=1] [job="ID:855, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:854, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.506 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.508 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 854, Table Name: t370)"] [2025/04/05 17:33:09.510 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=426] [neededSchemaVersion=427] ["elapsed time"=126.107µs] [gotSchemaVersion=427] [phyTblIDs="[854]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.511 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=855] [version=427] [2025/04/05 17:33:09.512 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=427] ["take time"=2.216924ms] [job="ID:855, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:854, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.506 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.513 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=855] [conn=1] [job="ID:855, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:854, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.506 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.515 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=855] [2025/04/05 17:33:09.515 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=427] [cur_db=test] [sql="create table t370(a int);"] [user=root@%] [2025/04/05 17:33:09.517 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:857, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:856, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.516 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.517 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:857, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:856, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.516 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t371(a int);"] [2025/04/05 17:33:09.518 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=857] [conn=1] [job="ID:857, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:856, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.516 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.518 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 856, Table Name: t371)"] [2025/04/05 17:33:09.520 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=427] [neededSchemaVersion=428] ["elapsed time"=131.155µs] [gotSchemaVersion=428] [phyTblIDs="[856]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.521 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=857] [version=428] [2025/04/05 17:33:09.522 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=428] ["take time"=2.227694ms] [job="ID:857, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:856, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.516 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.523 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=857] [conn=1] [job="ID:857, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:856, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.516 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.525 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=857] [2025/04/05 17:33:09.525 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=428] [cur_db=test] [sql="create table t371(a int);"] [user=root@%] [2025/04/05 17:33:09.527 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:859, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:858, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.526 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.527 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:859, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:858, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.526 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t372(a int);"] [2025/04/05 17:33:09.528 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=859] [conn=1] [job="ID:859, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:858, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.526 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.528 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 858, Table Name: t372)"] [2025/04/05 17:33:09.530 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=428] [neededSchemaVersion=429] ["elapsed time"=125.879µs] [gotSchemaVersion=429] [phyTblIDs="[858]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.530 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=859] [version=429] [2025/04/05 17:33:09.531 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=429] ["take time"=2.150909ms] [job="ID:859, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:858, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.526 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.533 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=859] [conn=1] [job="ID:859, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:858, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.526 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.535 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=859] [2025/04/05 17:33:09.535 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=429] [cur_db=test] [sql="create table t372(a int);"] [user=root@%] [2025/04/05 17:33:09.537 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:861, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:860, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.536 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.537 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:861, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:860, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.536 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t373(a int);"] [2025/04/05 17:33:09.538 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=861] [conn=1] [job="ID:861, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:860, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.536 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.539 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 860, Table Name: t373)"] [2025/04/05 17:33:09.540 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=429] [neededSchemaVersion=430] ["elapsed time"=123.862µs] [gotSchemaVersion=430] [phyTblIDs="[860]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.541 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=861] [version=430] [2025/04/05 17:33:09.542 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=430] ["take time"=2.407184ms] [job="ID:861, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:860, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.536 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.543 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=861] [conn=1] [job="ID:861, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:860, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.536 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.546 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=861] [2025/04/05 17:33:09.546 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=430] [cur_db=test] [sql="create table t373(a int);"] [user=root@%] [2025/04/05 17:33:09.547 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:863, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:862, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.547 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.547 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:863, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:862, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.547 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t374(a int);"] [2025/04/05 17:33:09.548 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=863] [conn=1] [job="ID:863, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:862, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.547 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.549 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 862, Table Name: t374)"] [2025/04/05 17:33:09.550 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=430] [neededSchemaVersion=431] ["elapsed time"=132.921µs] [gotSchemaVersion=431] [phyTblIDs="[862]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.551 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=863] [version=431] [2025/04/05 17:33:09.552 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=431] ["take time"=2.158743ms] [job="ID:863, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:862, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.547 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.553 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=863] [conn=1] [job="ID:863, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:862, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.547 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.556 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=863] [2025/04/05 17:33:09.556 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=431] [cur_db=test] [sql="create table t374(a int);"] [user=root@%] [2025/04/05 17:33:09.558 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:865, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:864, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.558 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.558 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:865, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:864, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.558 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t375(a int);"] [2025/04/05 17:33:09.559 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=865] [conn=1] [job="ID:865, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:864, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.558 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.560 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 864, Table Name: t375)"] [2025/04/05 17:33:09.561 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=431] [neededSchemaVersion=432] ["elapsed time"=124.043µs] [gotSchemaVersion=432] [phyTblIDs="[864]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.562 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=865] [version=432] [2025/04/05 17:33:09.563 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=432] ["take time"=2.190489ms] [job="ID:865, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:864, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.558 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.564 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=865] [conn=1] [job="ID:865, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:864, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.558 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.566 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=865] [2025/04/05 17:33:09.566 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=432] [cur_db=test] [sql="create table t375(a int);"] [user=root@%] [2025/04/05 17:33:09.568 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:867, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:866, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.567 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.568 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:867, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:866, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.567 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t376(a int);"] [2025/04/05 17:33:09.569 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=867] [conn=1] [job="ID:867, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:866, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.567 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.570 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 866, Table Name: t376)"] [2025/04/05 17:33:09.571 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=432] [neededSchemaVersion=433] ["elapsed time"=119.308µs] [gotSchemaVersion=433] [phyTblIDs="[866]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.572 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=867] [version=433] [2025/04/05 17:33:09.573 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=433] ["take time"=2.151346ms] [job="ID:867, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:866, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.567 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.574 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=867] [conn=1] [job="ID:867, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:866, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.567 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.576 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=867] [2025/04/05 17:33:09.576 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=433] [cur_db=test] [sql="create table t376(a int);"] [user=root@%] [2025/04/05 17:33:09.578 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:869, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:868, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.578 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.578 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:869, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:868, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.578 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t377(a int);"] [2025/04/05 17:33:09.579 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=869] [conn=1] [job="ID:869, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:868, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.578 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.579 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 868, Table Name: t377)"] [2025/04/05 17:33:09.581 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=433] [neededSchemaVersion=434] ["elapsed time"=112.581µs] [gotSchemaVersion=434] [phyTblIDs="[868]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.582 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=869] [version=434] [2025/04/05 17:33:09.583 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=434] ["take time"=2.370102ms] [job="ID:869, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:868, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.578 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.585 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=869] [conn=1] [job="ID:869, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:868, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.578 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.586 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=869] [2025/04/05 17:33:09.586 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=434] [cur_db=test] [sql="create table t377(a int);"] [user=root@%] [2025/04/05 17:33:09.588 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:871, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:870, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.587 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.588 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:871, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:870, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.587 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t378(a int);"] [2025/04/05 17:33:09.589 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=871] [conn=1] [job="ID:871, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:870, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.587 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.590 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 870, Table Name: t378)"] [2025/04/05 17:33:09.591 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=434] [neededSchemaVersion=435] ["elapsed time"=120.697µs] [gotSchemaVersion=435] [phyTblIDs="[870]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.592 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=871] [version=435] [2025/04/05 17:33:09.593 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=435] ["take time"=2.137604ms] [job="ID:871, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:870, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.587 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.594 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=871] [conn=1] [job="ID:871, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:870, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.587 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.596 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=871] [2025/04/05 17:33:09.597 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=435] [cur_db=test] [sql="create table t378(a int);"] [user=root@%] [2025/04/05 17:33:09.599 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:873, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:872, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.598 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.599 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:873, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:872, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.598 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t379(a int);"] [2025/04/05 17:33:09.600 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=873] [conn=1] [job="ID:873, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:872, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.598 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.600 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 872, Table Name: t379)"] [2025/04/05 17:33:09.601 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=435] [neededSchemaVersion=436] ["elapsed time"=119.476µs] [gotSchemaVersion=436] [phyTblIDs="[872]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.602 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=873] [version=436] [2025/04/05 17:33:09.603 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=436] ["take time"=2.168112ms] [job="ID:873, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:872, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.598 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.605 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=873] [conn=1] [job="ID:873, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:872, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.598 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.606 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=873] [2025/04/05 17:33:09.606 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=436] [cur_db=test] [sql="create table t379(a int);"] [user=root@%] [2025/04/05 17:33:09.608 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:875, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:874, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.608 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:875, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:874, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t380(a int);"] [2025/04/05 17:33:09.610 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=875] [conn=1] [job="ID:875, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:874, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.610 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 874, Table Name: t380)"] [2025/04/05 17:33:09.611 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=436] [neededSchemaVersion=437] ["elapsed time"=132.475µs] [gotSchemaVersion=437] [phyTblIDs="[874]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.612 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=875] [version=437] [2025/04/05 17:33:09.613 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=437] ["take time"=2.203053ms] [job="ID:875, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:874, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.615 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=875] [conn=1] [job="ID:875, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:874, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.607 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.616 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=875] [2025/04/05 17:33:09.617 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=437] [cur_db=test] [sql="create table t380(a int);"] [user=root@%] [2025/04/05 17:33:09.619 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:877, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:876, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.618 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.619 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:877, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:876, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.618 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t381(a int);"] [2025/04/05 17:33:09.620 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=877] [conn=1] [job="ID:877, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:876, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.618 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.620 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 876, Table Name: t381)"] [2025/04/05 17:33:09.622 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=437] [neededSchemaVersion=438] ["elapsed time"=121.471µs] [gotSchemaVersion=438] [phyTblIDs="[876]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.622 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=877] [version=438] [2025/04/05 17:33:09.624 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=438] ["take time"=2.137175ms] [job="ID:877, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:876, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.618 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.625 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=877] [conn=1] [job="ID:877, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:876, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.618 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.627 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=877] [2025/04/05 17:33:09.627 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=438] [cur_db=test] [sql="create table t381(a int);"] [user=root@%] [2025/04/05 17:33:09.629 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:879, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:878, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.628 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.629 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:879, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:878, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.628 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t382(a int);"] [2025/04/05 17:33:09.630 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=879] [conn=1] [job="ID:879, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:878, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.628 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.630 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 878, Table Name: t382)"] [2025/04/05 17:33:09.633 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=438] [neededSchemaVersion=439] ["elapsed time"=116.77µs] [gotSchemaVersion=439] [phyTblIDs="[878]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.634 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=879] [version=439] [2025/04/05 17:33:09.636 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=439] ["take time"=2.920294ms] [job="ID:879, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:878, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.628 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.637 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=879] [conn=1] [job="ID:879, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:878, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.628 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.639 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=879] [2025/04/05 17:33:09.639 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=439] [cur_db=test] [sql="create table t382(a int);"] [user=root@%] [2025/04/05 17:33:09.641 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:881, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:880, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.641 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.641 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:881, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:880, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.641 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t383(a int);"] [2025/04/05 17:33:09.643 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=881] [conn=1] [job="ID:881, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:880, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.641 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.643 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 880, Table Name: t383)"] [2025/04/05 17:33:09.644 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=439] [neededSchemaVersion=440] ["elapsed time"=139.305µs] [gotSchemaVersion=440] [phyTblIDs="[880]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.645 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=881] [version=440] [2025/04/05 17:33:09.646 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=440] ["take time"=2.198796ms] [job="ID:881, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:880, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.641 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.650 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=881] [conn=1] [job="ID:881, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:880, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.641 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.668 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=881] [2025/04/05 17:33:09.668 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=440] [cur_db=test] [sql="create table t383(a int);"] [user=root@%] [2025/04/05 17:33:09.670 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:883, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:882, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.669 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.670 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:883, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:882, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.669 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t384(a int);"] [2025/04/05 17:33:09.671 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=883] [conn=1] [job="ID:883, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:882, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.669 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.672 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 882, Table Name: t384)"] [2025/04/05 17:33:09.673 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=440] [neededSchemaVersion=441] ["elapsed time"=116.584µs] [gotSchemaVersion=441] [phyTblIDs="[882]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.674 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=883] [version=441] [2025/04/05 17:33:09.675 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=441] ["take time"=2.169585ms] [job="ID:883, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:882, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.669 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.676 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=883] [conn=1] [job="ID:883, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:882, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.669 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.678 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=883] [2025/04/05 17:33:09.678 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=441] [cur_db=test] [sql="create table t384(a int);"] [user=root@%] [2025/04/05 17:33:09.680 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:885, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:884, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.68 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.680 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:885, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:884, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.68 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t385(a int);"] [2025/04/05 17:33:09.682 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=885] [conn=1] [job="ID:885, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:884, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.68 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.682 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 884, Table Name: t385)"] [2025/04/05 17:33:09.683 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=441] [neededSchemaVersion=442] ["elapsed time"=118.358µs] [gotSchemaVersion=442] [phyTblIDs="[884]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.684 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=885] [version=442] [2025/04/05 17:33:09.685 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=442] ["take time"=2.101363ms] [job="ID:885, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:884, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.68 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.687 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=885] [conn=1] [job="ID:885, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:884, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.68 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.688 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=885] [2025/04/05 17:33:09.688 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=442] [cur_db=test] [sql="create table t385(a int);"] [user=root@%] [2025/04/05 17:33:09.690 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:887, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:886, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.690 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:887, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:886, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t386(a int);"] [2025/04/05 17:33:09.691 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=887] [conn=1] [job="ID:887, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:886, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.692 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 886, Table Name: t386)"] [2025/04/05 17:33:09.693 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=442] [neededSchemaVersion=443] ["elapsed time"=116.57µs] [gotSchemaVersion=443] [phyTblIDs="[886]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.694 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=887] [version=443] [2025/04/05 17:33:09.695 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=443] ["take time"=2.050947ms] [job="ID:887, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:886, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.696 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=887] [conn=1] [job="ID:887, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:886, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.689 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.698 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=887] [2025/04/05 17:33:09.698 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=443] [cur_db=test] [sql="create table t386(a int);"] [user=root@%] [2025/04/05 17:33:09.699 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:889, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:888, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.699 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:889, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:888, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t387(a int);"] [2025/04/05 17:33:09.700 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=889] [conn=1] [job="ID:889, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:888, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.701 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 888, Table Name: t387)"] [2025/04/05 17:33:09.702 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=443] [neededSchemaVersion=444] ["elapsed time"=114.192µs] [gotSchemaVersion=444] [phyTblIDs="[888]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.703 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=889] [version=444] [2025/04/05 17:33:09.704 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=444] ["take time"=2.075682ms] [job="ID:889, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:888, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.705 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=889] [conn=1] [job="ID:889, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:888, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.699 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.707 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=889] [2025/04/05 17:33:09.707 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=444] [cur_db=test] [sql="create table t387(a int);"] [user=root@%] [2025/04/05 17:33:09.709 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:891, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:890, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.708 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.709 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:891, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:890, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.708 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t388(a int);"] [2025/04/05 17:33:09.710 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=891] [conn=1] [job="ID:891, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:890, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.708 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.710 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 890, Table Name: t388)"] [2025/04/05 17:33:09.712 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=444] [neededSchemaVersion=445] ["elapsed time"=115.637µs] [gotSchemaVersion=445] [phyTblIDs="[890]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.713 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=891] [version=445] [2025/04/05 17:33:09.714 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=445] ["take time"=2.184937ms] [job="ID:891, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:890, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.708 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.715 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=891] [conn=1] [job="ID:891, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:890, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.708 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.717 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=891] [2025/04/05 17:33:09.717 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=445] [cur_db=test] [sql="create table t388(a int);"] [user=root@%] [2025/04/05 17:33:09.719 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:893, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:892, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.718 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.719 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:893, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:892, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.718 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t389(a int);"] [2025/04/05 17:33:09.720 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=893] [conn=1] [job="ID:893, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:892, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.718 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.720 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 892, Table Name: t389)"] [2025/04/05 17:33:09.722 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=445] [neededSchemaVersion=446] ["elapsed time"=114.096µs] [gotSchemaVersion=446] [phyTblIDs="[892]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.722 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=893] [version=446] [2025/04/05 17:33:09.724 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=446] ["take time"=2.166119ms] [job="ID:893, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:892, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.718 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.725 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=893] [conn=1] [job="ID:893, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:892, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.718 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.726 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=893] [2025/04/05 17:33:09.726 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=446] [cur_db=test] [sql="create table t389(a int);"] [user=root@%] [2025/04/05 17:33:09.729 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:895, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:894, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.728 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.729 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:895, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:894, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.728 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t390(a int);"] [2025/04/05 17:33:09.730 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=895] [conn=1] [job="ID:895, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:894, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.728 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.730 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 894, Table Name: t390)"] [2025/04/05 17:33:09.732 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=446] [neededSchemaVersion=447] ["elapsed time"=111.095µs] [gotSchemaVersion=447] [phyTblIDs="[894]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.733 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=895] [version=447] [2025/04/05 17:33:09.734 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=447] ["take time"=2.904246ms] [job="ID:895, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:894, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.728 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.736 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=895] [conn=1] [job="ID:895, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:894, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.728 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.738 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=895] [2025/04/05 17:33:09.738 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=447] [cur_db=test] [sql="create table t390(a int);"] [user=root@%] [2025/04/05 17:33:09.739 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:897, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:896, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.739 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.739 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:897, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:896, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.739 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t391(a int);"] [2025/04/05 17:33:09.740 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=897] [conn=1] [job="ID:897, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:896, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.739 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.741 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 896, Table Name: t391)"] [2025/04/05 17:33:09.742 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=447] [neededSchemaVersion=448] ["elapsed time"=118.325µs] [gotSchemaVersion=448] [phyTblIDs="[896]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.743 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=897] [version=448] [2025/04/05 17:33:09.744 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=448] ["take time"=2.138558ms] [job="ID:897, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:896, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.739 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.745 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=897] [conn=1] [job="ID:897, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:896, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.739 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.747 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=897] [2025/04/05 17:33:09.747 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=448] [cur_db=test] [sql="create table t391(a int);"] [user=root@%] [2025/04/05 17:33:09.749 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:899, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:898, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.748 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.749 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:899, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:898, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.748 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t392(a int);"] [2025/04/05 17:33:09.750 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=899] [conn=1] [job="ID:899, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:898, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.748 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.750 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 898, Table Name: t392)"] [2025/04/05 17:33:09.751 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=448] [neededSchemaVersion=449] ["elapsed time"=141.507µs] [gotSchemaVersion=449] [phyTblIDs="[898]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.752 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=899] [version=449] [2025/04/05 17:33:09.753 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=449] ["take time"=2.105383ms] [job="ID:899, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:898, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.748 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.755 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=899] [conn=1] [job="ID:899, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:898, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.748 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.757 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=899] [2025/04/05 17:33:09.757 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=449] [cur_db=test] [sql="create table t392(a int);"] [user=root@%] [2025/04/05 17:33:09.758 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:901, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:900, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.758 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.759 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:901, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:900, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.758 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t393(a int);"] [2025/04/05 17:33:09.760 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=901] [conn=1] [job="ID:901, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:900, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.758 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.760 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 900, Table Name: t393)"] [2025/04/05 17:33:09.761 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=449] [neededSchemaVersion=450] ["elapsed time"=129.966µs] [gotSchemaVersion=450] [phyTblIDs="[900]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.762 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=901] [version=450] [2025/04/05 17:33:09.763 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=450] ["take time"=2.133911ms] [job="ID:901, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:900, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.758 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.764 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=901] [conn=1] [job="ID:901, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:900, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.758 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.766 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=901] [2025/04/05 17:33:09.767 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=450] [cur_db=test] [sql="create table t393(a int);"] [user=root@%] [2025/04/05 17:33:09.768 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:903, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:902, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.768 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.768 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:903, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:902, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.768 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t394(a int);"] [2025/04/05 17:33:09.769 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=903] [conn=1] [job="ID:903, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:902, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.768 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.770 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 902, Table Name: t394)"] [2025/04/05 17:33:09.771 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=450] [neededSchemaVersion=451] ["elapsed time"=117.409µs] [gotSchemaVersion=451] [phyTblIDs="[902]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.772 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=903] [version=451] [2025/04/05 17:33:09.773 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=451] ["take time"=2.114943ms] [job="ID:903, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:902, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.768 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.774 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=903] [conn=1] [job="ID:903, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:902, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.768 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.776 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=903] [2025/04/05 17:33:09.776 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=451] [cur_db=test] [sql="create table t394(a int);"] [user=root@%] [2025/04/05 17:33:09.778 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:905, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:904, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.777 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.778 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:905, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:904, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.777 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t395(a int);"] [2025/04/05 17:33:09.779 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=905] [conn=1] [job="ID:905, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:904, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.777 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.779 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 904, Table Name: t395)"] [2025/04/05 17:33:09.781 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=451] [neededSchemaVersion=452] ["elapsed time"=115.093µs] [gotSchemaVersion=452] [phyTblIDs="[904]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.782 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=905] [version=452] [2025/04/05 17:33:09.783 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=452] ["take time"=2.705206ms] [job="ID:905, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:904, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.777 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.784 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=905] [conn=1] [job="ID:905, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:904, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.777 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.786 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=905] [2025/04/05 17:33:09.786 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=452] [cur_db=test] [sql="create table t395(a int);"] [user=root@%] [2025/04/05 17:33:09.788 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:907, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:906, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.788 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.788 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:907, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:906, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.788 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t396(a int);"] [2025/04/05 17:33:09.789 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=907] [conn=1] [job="ID:907, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:906, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.788 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.789 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 906, Table Name: t396)"] [2025/04/05 17:33:09.791 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=452] [neededSchemaVersion=453] ["elapsed time"=123.749µs] [gotSchemaVersion=453] [phyTblIDs="[906]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.791 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=907] [version=453] [2025/04/05 17:33:09.793 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=453] ["take time"=2.124882ms] [job="ID:907, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:906, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.788 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.794 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=907] [conn=1] [job="ID:907, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:906, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.788 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.796 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=907] [2025/04/05 17:33:09.796 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=453] [cur_db=test] [sql="create table t396(a int);"] [user=root@%] [2025/04/05 17:33:09.798 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:909, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:908, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.797 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.798 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:909, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:908, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.797 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t397(a int);"] [2025/04/05 17:33:09.799 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=909] [conn=1] [job="ID:909, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:908, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.797 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.799 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 908, Table Name: t397)"] [2025/04/05 17:33:09.800 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=453] [neededSchemaVersion=454] ["elapsed time"=120.753µs] [gotSchemaVersion=454] [phyTblIDs="[908]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.801 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=909] [version=454] [2025/04/05 17:33:09.802 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=454] ["take time"=2.080396ms] [job="ID:909, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:908, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.797 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.803 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=909] [conn=1] [job="ID:909, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:908, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.797 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.805 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=909] [2025/04/05 17:33:09.805 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=454] [cur_db=test] [sql="create table t397(a int);"] [user=root@%] [2025/04/05 17:33:09.807 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:911, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:910, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.806 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.807 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:911, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:910, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.806 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t398(a int);"] [2025/04/05 17:33:09.808 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=911] [conn=1] [job="ID:911, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:910, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.806 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.808 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 910, Table Name: t398)"] [2025/04/05 17:33:09.809 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=454] [neededSchemaVersion=455] ["elapsed time"=127.083µs] [gotSchemaVersion=455] [phyTblIDs="[910]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.810 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=911] [version=455] [2025/04/05 17:33:09.811 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=455] ["take time"=2.123938ms] [job="ID:911, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:910, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.806 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.813 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=911] [conn=1] [job="ID:911, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:910, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.806 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.815 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=911] [2025/04/05 17:33:09.815 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=455] [cur_db=test] [sql="create table t398(a int);"] [user=root@%] [2025/04/05 17:33:09.816 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:913, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:912, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.816 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.816 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:913, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:912, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.816 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t399(a int);"] [2025/04/05 17:33:09.817 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=913] [conn=1] [job="ID:913, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:912, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.816 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.818 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 912, Table Name: t399)"] [2025/04/05 17:33:09.819 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=455] [neededSchemaVersion=456] ["elapsed time"=125.724µs] [gotSchemaVersion=456] [phyTblIDs="[912]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.820 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=913] [version=456] [2025/04/05 17:33:09.821 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=456] ["take time"=2.074954ms] [job="ID:913, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:912, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.816 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.822 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=913] [conn=1] [job="ID:913, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:912, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.816 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.824 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=913] [2025/04/05 17:33:09.824 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=456] [cur_db=test] [sql="create table t399(a int);"] [user=root@%] [2025/04/05 17:33:09.826 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:915, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:914, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.825 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.826 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:915, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:914, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.825 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t400(a int);"] [2025/04/05 17:33:09.827 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=915] [conn=1] [job="ID:915, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:914, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.825 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.827 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 914, Table Name: t400)"] [2025/04/05 17:33:09.828 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=456] [neededSchemaVersion=457] ["elapsed time"=127.441µs] [gotSchemaVersion=457] [phyTblIDs="[914]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.829 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=915] [version=457] [2025/04/05 17:33:09.830 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=457] ["take time"=2.05499ms] [job="ID:915, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:914, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.825 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.832 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=915] [conn=1] [job="ID:915, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:914, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.825 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.833 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=915] [2025/04/05 17:33:09.833 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=457] [cur_db=test] [sql="create table t400(a int);"] [user=root@%] [2025/04/05 17:33:09.835 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:917, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:916, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.834 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.835 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:917, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:916, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.834 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t401(a int);"] [2025/04/05 17:33:09.837 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=917] [conn=1] [job="ID:917, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:916, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.834 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.837 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 916, Table Name: t401)"] [2025/04/05 17:33:09.838 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=457] [neededSchemaVersion=458] ["elapsed time"=101.798µs] [gotSchemaVersion=458] [phyTblIDs="[916]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.839 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=917] [version=458] [2025/04/05 17:33:09.840 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=458] ["take time"=2.287442ms] [job="ID:917, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:916, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.834 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.842 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=917] [conn=1] [job="ID:917, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:916, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.834 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.844 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=917] [2025/04/05 17:33:09.844 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=458] [cur_db=test] [sql="create table t401(a int);"] [user=root@%] [2025/04/05 17:33:09.845 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:919, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:918, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.845 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.845 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:919, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:918, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.845 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t402(a int);"] [2025/04/05 17:33:09.846 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=919] [conn=1] [job="ID:919, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:918, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.845 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.847 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 918, Table Name: t402)"] [2025/04/05 17:33:09.848 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=458] [neededSchemaVersion=459] ["elapsed time"=115.38µs] [gotSchemaVersion=459] [phyTblIDs="[918]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.849 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=919] [version=459] [2025/04/05 17:33:09.850 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=459] ["take time"=2.107757ms] [job="ID:919, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:918, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.845 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.851 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=919] [conn=1] [job="ID:919, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:918, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.845 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.853 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=919] [2025/04/05 17:33:09.853 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=459] [cur_db=test] [sql="create table t402(a int);"] [user=root@%] [2025/04/05 17:33:09.856 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:921, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:920, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.855 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.856 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:921, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:920, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.855 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t403(a int);"] [2025/04/05 17:33:09.857 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=921] [conn=1] [job="ID:921, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:920, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.855 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.857 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 920, Table Name: t403)"] [2025/04/05 17:33:09.858 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=459] [neededSchemaVersion=460] ["elapsed time"=111.164µs] [gotSchemaVersion=460] [phyTblIDs="[920]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.859 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=921] [version=460] [2025/04/05 17:33:09.860 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=460] ["take time"=2.115288ms] [job="ID:921, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:920, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.855 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.861 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=921] [conn=1] [job="ID:921, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:920, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.855 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.863 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=921] [2025/04/05 17:33:09.864 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=460] [cur_db=test] [sql="create table t403(a int);"] [user=root@%] [2025/04/05 17:33:09.865 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:923, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:922, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.865 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.865 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:923, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:922, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.865 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t404(a int);"] [2025/04/05 17:33:09.866 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=923] [conn=1] [job="ID:923, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:922, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.865 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.867 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 922, Table Name: t404)"] [2025/04/05 17:33:09.868 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=460] [neededSchemaVersion=461] ["elapsed time"=119.336µs] [gotSchemaVersion=461] [phyTblIDs="[922]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.869 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=923] [version=461] [2025/04/05 17:33:09.870 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=461] ["take time"=2.078707ms] [job="ID:923, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:922, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.865 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.871 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=923] [conn=1] [job="ID:923, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:922, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.865 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.873 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=923] [2025/04/05 17:33:09.873 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=461] [cur_db=test] [sql="create table t404(a int);"] [user=root@%] [2025/04/05 17:33:09.875 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:925, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:924, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.874 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.875 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:925, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:924, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.874 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t405(a int);"] [2025/04/05 17:33:09.876 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=925] [conn=1] [job="ID:925, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:924, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.874 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.876 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 924, Table Name: t405)"] [2025/04/05 17:33:09.877 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=461] [neededSchemaVersion=462] ["elapsed time"=117.789µs] [gotSchemaVersion=462] [phyTblIDs="[924]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.878 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=925] [version=462] [2025/04/05 17:33:09.879 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=462] ["take time"=2.092413ms] [job="ID:925, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:924, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.874 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.880 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=925] [conn=1] [job="ID:925, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:924, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.874 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.883 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=925] [2025/04/05 17:33:09.883 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=462] [cur_db=test] [sql="create table t405(a int);"] [user=root@%] [2025/04/05 17:33:09.884 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:927, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:926, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.884 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.884 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:927, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:926, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.884 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t406(a int);"] [2025/04/05 17:33:09.887 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=927] [conn=1] [job="ID:927, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:926, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.884 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.887 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 926, Table Name: t406)"] [2025/04/05 17:33:09.889 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=462] [neededSchemaVersion=463] ["elapsed time"=127.882µs] [gotSchemaVersion=463] [phyTblIDs="[926]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.891 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=927] [version=463] [2025/04/05 17:33:09.909 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=463] ["take time"=20.335648ms] [job="ID:927, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:926, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.884 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.911 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=927] [conn=1] [job="ID:927, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:926, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.884 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.915 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=927] [2025/04/05 17:33:09.915 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=463] [cur_db=test] [sql="create table t406(a int);"] [user=root@%] [2025/04/05 17:33:09.918 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:929, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:928, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.917 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.918 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:929, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:928, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.917 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t407(a int);"] [2025/04/05 17:33:09.920 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=929] [conn=1] [job="ID:929, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:928, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.917 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.920 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 928, Table Name: t407)"] [2025/04/05 17:33:09.924 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=463] [neededSchemaVersion=464] ["elapsed time"=214.207µs] [gotSchemaVersion=464] [phyTblIDs="[928]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.925 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=929] [version=464] [2025/04/05 17:33:09.953 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=464] ["take time"=28.916526ms] [job="ID:929, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:928, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.917 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.954 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=929] [conn=1] [job="ID:929, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:928, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.917 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.956 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=929] [2025/04/05 17:33:09.956 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=464] [cur_db=test] [sql="create table t407(a int);"] [user=root@%] [2025/04/05 17:33:09.959 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:931, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:930, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.958 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.959 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:931, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:930, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.958 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t408(a int);"] [2025/04/05 17:33:09.961 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=931] [conn=1] [job="ID:931, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:930, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.958 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.961 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 930, Table Name: t408)"] [2025/04/05 17:33:09.963 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=464] [neededSchemaVersion=465] ["elapsed time"=174.696µs] [gotSchemaVersion=465] [phyTblIDs="[930]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.964 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=931] [version=465] [2025/04/05 17:33:09.977 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=465] ["take time"=13.609035ms] [job="ID:931, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:930, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.958 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.978 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=931] [conn=1] [job="ID:931, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:930, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.958 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.980 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=931] [2025/04/05 17:33:09.980 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=465] [cur_db=test] [sql="create table t408(a int);"] [user=root@%] [2025/04/05 17:33:09.982 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:933, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:932, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.982 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.982 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:933, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:932, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.982 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t409(a int);"] [2025/04/05 17:33:09.984 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=933] [conn=1] [job="ID:933, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:932, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.982 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.984 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 932, Table Name: t409)"] [2025/04/05 17:33:09.985 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=465] [neededSchemaVersion=466] ["elapsed time"=114.748µs] [gotSchemaVersion=466] [phyTblIDs="[932]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.986 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=933] [version=466] [2025/04/05 17:33:09.987 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=466] ["take time"=2.0148ms] [job="ID:933, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:932, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.982 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.988 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=933] [conn=1] [job="ID:933, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:932, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.982 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.990 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=933] [2025/04/05 17:33:09.990 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=466] [cur_db=test] [sql="create table t409(a int);"] [user=root@%] [2025/04/05 17:33:09.992 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:935, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:934, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.991 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:09.992 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:935, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:934, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.991 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t410(a int);"] [2025/04/05 17:33:09.993 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=935] [conn=1] [job="ID:935, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:934, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.991 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.993 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 934, Table Name: t410)"] [2025/04/05 17:33:09.994 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=466] [neededSchemaVersion=467] ["elapsed time"=127.709µs] [gotSchemaVersion=467] [phyTblIDs="[934]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:09.995 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=935] [version=467] [2025/04/05 17:33:09.996 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=467] ["take time"=2.008536ms] [job="ID:935, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:934, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:09.991 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.997 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=935] [conn=1] [job="ID:935, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:934, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:09.991 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:09.999 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=935] [2025/04/05 17:33:09.999 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=467] [cur_db=test] [sql="create table t410(a int);"] [user=root@%] [2025/04/05 17:33:10.001 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:937, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:936, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.001 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:937, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:936, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t411(a int);"] [2025/04/05 17:33:10.002 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=937] [conn=1] [job="ID:937, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:936, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.002 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 936, Table Name: t411)"] [2025/04/05 17:33:10.003 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=467] [neededSchemaVersion=468] ["elapsed time"=122.096µs] [gotSchemaVersion=468] [phyTblIDs="[936]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.004 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=937] [version=468] [2025/04/05 17:33:10.005 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=468] ["take time"=2.009523ms] [job="ID:937, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:936, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.006 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=937] [conn=1] [job="ID:937, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:936, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.008 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=937] [2025/04/05 17:33:10.008 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=468] [cur_db=test] [sql="create table t411(a int);"] [user=root@%] [2025/04/05 17:33:10.010 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:939, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:938, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.009 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.010 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:939, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:938, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.009 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t412(a int);"] [2025/04/05 17:33:10.011 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=939] [conn=1] [job="ID:939, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:938, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.009 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.011 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 938, Table Name: t412)"] [2025/04/05 17:33:10.013 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=468] [neededSchemaVersion=469] ["elapsed time"=113.445µs] [gotSchemaVersion=469] [phyTblIDs="[938]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.013 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=939] [version=469] [2025/04/05 17:33:10.014 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=469] ["take time"=2.007889ms] [job="ID:939, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:938, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.009 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.016 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=939] [conn=1] [job="ID:939, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:938, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.009 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.017 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=939] [2025/04/05 17:33:10.017 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=469] [cur_db=test] [sql="create table t412(a int);"] [user=root@%] [2025/04/05 17:33:10.019 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:941, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:940, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.019 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.019 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:941, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:940, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.019 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t413(a int);"] [2025/04/05 17:33:10.020 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=941] [conn=1] [job="ID:941, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:940, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.019 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.021 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 940, Table Name: t413)"] [2025/04/05 17:33:10.022 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=469] [neededSchemaVersion=470] ["elapsed time"=115.086µs] [gotSchemaVersion=470] [phyTblIDs="[940]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.023 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=941] [version=470] [2025/04/05 17:33:10.024 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=470] ["take time"=2.006338ms] [job="ID:941, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:940, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.019 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.025 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=941] [conn=1] [job="ID:941, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:940, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.019 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.027 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=941] [2025/04/05 17:33:10.027 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=470] [cur_db=test] [sql="create table t413(a int);"] [user=root@%] [2025/04/05 17:33:10.028 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:943, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:942, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.028 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.028 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:943, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:942, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.028 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t414(a int);"] [2025/04/05 17:33:10.029 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=943] [conn=1] [job="ID:943, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:942, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.028 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.030 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 942, Table Name: t414)"] [2025/04/05 17:33:10.031 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=470] [neededSchemaVersion=471] ["elapsed time"=116.21µs] [gotSchemaVersion=471] [phyTblIDs="[942]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.032 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=943] [version=471] [2025/04/05 17:33:10.033 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=471] ["take time"=2.011467ms] [job="ID:943, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:942, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.028 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.034 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=943] [conn=1] [job="ID:943, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:942, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.028 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.036 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=943] [2025/04/05 17:33:10.036 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=471] [cur_db=test] [sql="create table t414(a int);"] [user=root@%] [2025/04/05 17:33:10.038 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:945, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:944, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.037 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.038 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:945, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:944, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.037 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t415(a int);"] [2025/04/05 17:33:10.039 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=945] [conn=1] [job="ID:945, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:944, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.037 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.039 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 944, Table Name: t415)"] [2025/04/05 17:33:10.040 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=471] [neededSchemaVersion=472] ["elapsed time"=112.278µs] [gotSchemaVersion=472] [phyTblIDs="[944]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.041 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=945] [version=472] [2025/04/05 17:33:10.042 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=472] ["take time"=2.00568ms] [job="ID:945, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:944, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.037 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.043 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=945] [conn=1] [job="ID:945, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:944, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.037 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.045 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=945] [2025/04/05 17:33:10.045 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=472] [cur_db=test] [sql="create table t415(a int);"] [user=root@%] [2025/04/05 17:33:10.047 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:947, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:946, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.046 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.047 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:947, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:946, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.046 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t416(a int);"] [2025/04/05 17:33:10.048 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=947] [conn=1] [job="ID:947, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:946, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.046 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.048 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 946, Table Name: t416)"] [2025/04/05 17:33:10.049 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=472] [neededSchemaVersion=473] ["elapsed time"=118.269µs] [gotSchemaVersion=473] [phyTblIDs="[946]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.050 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=947] [version=473] [2025/04/05 17:33:10.051 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=473] ["take time"=2.008051ms] [job="ID:947, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:946, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.046 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.052 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=947] [conn=1] [job="ID:947, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:946, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.046 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.054 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=947] [2025/04/05 17:33:10.054 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=473] [cur_db=test] [sql="create table t416(a int);"] [user=root@%] [2025/04/05 17:33:10.056 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:949, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:948, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.056 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:949, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:948, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t417(a int);"] [2025/04/05 17:33:10.057 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=949] [conn=1] [job="ID:949, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:948, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.057 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 948, Table Name: t417)"] [2025/04/05 17:33:10.059 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=473] [neededSchemaVersion=474] ["elapsed time"=114.449µs] [gotSchemaVersion=474] [phyTblIDs="[948]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.059 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=949] [version=474] [2025/04/05 17:33:10.061 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=474] ["take time"=2.022712ms] [job="ID:949, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:948, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.062 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=949] [conn=1] [job="ID:949, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:948, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.055 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.064 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=949] [2025/04/05 17:33:10.064 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=474] [cur_db=test] [sql="create table t417(a int);"] [user=root@%] [2025/04/05 17:33:10.065 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:951, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:950, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.065 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.065 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:951, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:950, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.065 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t418(a int);"] [2025/04/05 17:33:10.066 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=951] [conn=1] [job="ID:951, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:950, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.065 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.067 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 950, Table Name: t418)"] [2025/04/05 17:33:10.068 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=474] [neededSchemaVersion=475] ["elapsed time"=117.242µs] [gotSchemaVersion=475] [phyTblIDs="[950]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.069 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=951] [version=475] [2025/04/05 17:33:10.070 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=475] ["take time"=2.010997ms] [job="ID:951, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:950, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.065 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.071 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=951] [conn=1] [job="ID:951, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:950, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.065 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.072 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=951] [2025/04/05 17:33:10.073 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=475] [cur_db=test] [sql="create table t418(a int);"] [user=root@%] [2025/04/05 17:33:10.079 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:953, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:952, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.079 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:953, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:952, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t419(a int);"] [2025/04/05 17:33:10.080 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=953] [conn=1] [job="ID:953, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:952, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.081 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 952, Table Name: t419)"] [2025/04/05 17:33:10.082 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=475] [neededSchemaVersion=476] ["elapsed time"=111.92µs] [gotSchemaVersion=476] [phyTblIDs="[952]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.083 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=953] [version=476] [2025/04/05 17:33:10.084 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=476] ["take time"=2.007935ms] [job="ID:953, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:952, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.085 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=953] [conn=1] [job="ID:953, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:952, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.074 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.086 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=953] [2025/04/05 17:33:10.086 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=476] [cur_db=test] [sql="create table t419(a int);"] [user=root@%] [2025/04/05 17:33:10.088 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:955, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:954, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.087 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.088 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:955, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:954, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.087 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t420(a int);"] [2025/04/05 17:33:10.089 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=955] [conn=1] [job="ID:955, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:954, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.087 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.089 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 954, Table Name: t420)"] [2025/04/05 17:33:10.090 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=476] [neededSchemaVersion=477] ["elapsed time"=125.234µs] [gotSchemaVersion=477] [phyTblIDs="[954]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.091 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=955] [version=477] [2025/04/05 17:33:10.092 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=477] ["take time"=2.00721ms] [job="ID:955, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:954, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.087 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.093 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=955] [conn=1] [job="ID:955, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:954, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.087 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.095 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=955] [2025/04/05 17:33:10.095 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=477] [cur_db=test] [sql="create table t420(a int);"] [user=root@%] [2025/04/05 17:33:10.097 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:957, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:956, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.096 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.097 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:957, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:956, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.096 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t421(a int);"] [2025/04/05 17:33:10.098 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=957] [conn=1] [job="ID:957, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:956, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.096 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.098 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 956, Table Name: t421)"] [2025/04/05 17:33:10.099 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=477] [neededSchemaVersion=478] ["elapsed time"=118.891µs] [gotSchemaVersion=478] [phyTblIDs="[956]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.100 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=957] [version=478] [2025/04/05 17:33:10.101 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=478] ["take time"=2.008958ms] [job="ID:957, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:956, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.096 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.102 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=957] [conn=1] [job="ID:957, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:956, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.096 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.104 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=957] [2025/04/05 17:33:10.104 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=478] [cur_db=test] [sql="create table t421(a int);"] [user=root@%] [2025/04/05 17:33:10.106 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:959, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:958, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.105 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.106 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:959, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:958, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.105 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t422(a int);"] [2025/04/05 17:33:10.107 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=959] [conn=1] [job="ID:959, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:958, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.105 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.108 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 958, Table Name: t422)"] [2025/04/05 17:33:10.109 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=478] [neededSchemaVersion=479] ["elapsed time"=114.798µs] [gotSchemaVersion=479] [phyTblIDs="[958]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.110 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=959] [version=479] [2025/04/05 17:33:10.111 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=479] ["take time"=2.011117ms] [job="ID:959, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:958, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.105 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.112 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=959] [conn=1] [job="ID:959, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:958, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.105 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.114 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=959] [2025/04/05 17:33:10.114 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=479] [cur_db=test] [sql="create table t422(a int);"] [user=root@%] [2025/04/05 17:33:10.116 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:961, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:960, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.116 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:961, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:960, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t423(a int);"] [2025/04/05 17:33:10.117 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=961] [conn=1] [job="ID:961, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:960, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.117 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 960, Table Name: t423)"] [2025/04/05 17:33:10.119 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=479] [neededSchemaVersion=480] ["elapsed time"=118.658µs] [gotSchemaVersion=480] [phyTblIDs="[960]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.119 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=961] [version=480] [2025/04/05 17:33:10.120 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=480] ["take time"=2.008431ms] [job="ID:961, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:960, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.122 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=961] [conn=1] [job="ID:961, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:960, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.115 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.124 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=961] [2025/04/05 17:33:10.124 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=480] [cur_db=test] [sql="create table t423(a int);"] [user=root@%] [2025/04/05 17:33:10.125 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:963, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:962, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.125 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.125 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:963, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:962, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.125 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t424(a int);"] [2025/04/05 17:33:10.126 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=963] [conn=1] [job="ID:963, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:962, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.125 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.127 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 962, Table Name: t424)"] [2025/04/05 17:33:10.128 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=480] [neededSchemaVersion=481] ["elapsed time"=114.665µs] [gotSchemaVersion=481] [phyTblIDs="[962]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.129 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=963] [version=481] [2025/04/05 17:33:10.130 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=481] ["take time"=2.009224ms] [job="ID:963, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:962, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.125 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.131 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=963] [conn=1] [job="ID:963, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:962, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.125 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.133 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=963] [2025/04/05 17:33:10.133 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=481] [cur_db=test] [sql="create table t424(a int);"] [user=root@%] [2025/04/05 17:33:10.135 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:965, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:964, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.135 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.136 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:965, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:964, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.135 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t425(a int);"] [2025/04/05 17:33:10.137 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=965] [conn=1] [job="ID:965, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:964, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.135 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.137 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 964, Table Name: t425)"] [2025/04/05 17:33:10.139 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=481] [neededSchemaVersion=482] ["elapsed time"=113.121µs] [gotSchemaVersion=482] [phyTblIDs="[964]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.139 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=965] [version=482] [2025/04/05 17:33:10.141 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=482] ["take time"=2.012648ms] [job="ID:965, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:964, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.135 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.142 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=965] [conn=1] [job="ID:965, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:964, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.135 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.143 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=965] [2025/04/05 17:33:10.144 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=482] [cur_db=test] [sql="create table t425(a int);"] [user=root@%] [2025/04/05 17:33:10.145 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:967, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:966, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.145 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.145 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:967, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:966, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.145 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t426(a int);"] [2025/04/05 17:33:10.146 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=967] [conn=1] [job="ID:967, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:966, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.145 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.146 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 966, Table Name: t426)"] [2025/04/05 17:33:10.148 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=482] [neededSchemaVersion=483] ["elapsed time"=149.755µs] [gotSchemaVersion=483] [phyTblIDs="[966]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.149 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=967] [version=483] [2025/04/05 17:33:10.150 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=483] ["take time"=2.007909ms] [job="ID:967, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:966, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.145 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.151 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=967] [conn=1] [job="ID:967, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:966, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.145 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.153 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=967] [2025/04/05 17:33:10.153 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=483] [cur_db=test] [sql="create table t426(a int);"] [user=root@%] [2025/04/05 17:33:10.155 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:969, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:968, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.154 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.155 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:969, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:968, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.154 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t427(a int);"] [2025/04/05 17:33:10.157 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=969] [conn=1] [job="ID:969, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:968, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.154 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.157 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 968, Table Name: t427)"] [2025/04/05 17:33:10.158 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=483] [neededSchemaVersion=484] ["elapsed time"=117.566µs] [gotSchemaVersion=484] [phyTblIDs="[968]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.159 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=969] [version=484] [2025/04/05 17:33:10.160 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=484] ["take time"=2.007584ms] [job="ID:969, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:968, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.154 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.161 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=969] [conn=1] [job="ID:969, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:968, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.154 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.163 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=969] [2025/04/05 17:33:10.163 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=484] [cur_db=test] [sql="create table t427(a int);"] [user=root@%] [2025/04/05 17:33:10.165 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:971, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:970, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.164 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.165 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:971, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:970, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.164 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t428(a int);"] [2025/04/05 17:33:10.166 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=971] [conn=1] [job="ID:971, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:970, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.164 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.166 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 970, Table Name: t428)"] [2025/04/05 17:33:10.167 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=484] [neededSchemaVersion=485] ["elapsed time"=112.666µs] [gotSchemaVersion=485] [phyTblIDs="[970]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.168 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=971] [version=485] [2025/04/05 17:33:10.169 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=485] ["take time"=2.007803ms] [job="ID:971, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:970, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.164 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.170 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=971] [conn=1] [job="ID:971, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:970, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.164 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.172 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=971] [2025/04/05 17:33:10.172 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=485] [cur_db=test] [sql="create table t428(a int);"] [user=root@%] [2025/04/05 17:33:10.174 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:973, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:972, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.173 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.174 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:973, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:972, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.173 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t429(a int);"] [2025/04/05 17:33:10.175 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=973] [conn=1] [job="ID:973, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:972, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.173 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.175 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 972, Table Name: t429)"] [2025/04/05 17:33:10.176 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=485] [neededSchemaVersion=486] ["elapsed time"=117.69µs] [gotSchemaVersion=486] [phyTblIDs="[972]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.177 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=973] [version=486] [2025/04/05 17:33:10.178 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=486] ["take time"=2.007905ms] [job="ID:973, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:972, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.173 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.179 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=973] [conn=1] [job="ID:973, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:972, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.173 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.181 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=973] [2025/04/05 17:33:10.181 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=486] [cur_db=test] [sql="create table t429(a int);"] [user=root@%] [2025/04/05 17:33:10.183 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:975, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:974, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.182 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.183 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:975, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:974, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.182 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t430(a int);"] [2025/04/05 17:33:10.184 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=975] [conn=1] [job="ID:975, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:974, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.182 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.185 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 974, Table Name: t430)"] [2025/04/05 17:33:10.186 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=486] [neededSchemaVersion=487] ["elapsed time"=115.615µs] [gotSchemaVersion=487] [phyTblIDs="[974]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.187 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=975] [version=487] [2025/04/05 17:33:10.188 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=487] ["take time"=2.007944ms] [job="ID:975, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:974, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.182 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.189 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=975] [conn=1] [job="ID:975, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:974, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.182 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.191 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=975] [2025/04/05 17:33:10.191 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=487] [cur_db=test] [sql="create table t430(a int);"] [user=root@%] [2025/04/05 17:33:10.192 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:977, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:976, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.192 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.192 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:977, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:976, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.192 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t431(a int);"] [2025/04/05 17:33:10.193 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=977] [conn=1] [job="ID:977, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:976, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.192 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.194 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 976, Table Name: t431)"] [2025/04/05 17:33:10.195 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=487] [neededSchemaVersion=488] ["elapsed time"=114.287µs] [gotSchemaVersion=488] [phyTblIDs="[976]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.195 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=977] [version=488] [2025/04/05 17:33:10.197 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=488] ["take time"=2.0066ms] [job="ID:977, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:976, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.192 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.198 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=977] [conn=1] [job="ID:977, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:976, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.192 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.199 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=977] [2025/04/05 17:33:10.199 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=488] [cur_db=test] [sql="create table t431(a int);"] [user=root@%] [2025/04/05 17:33:10.201 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:979, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:978, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.2 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.201 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:979, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:978, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.2 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t432(a int);"] [2025/04/05 17:33:10.202 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=979] [conn=1] [job="ID:979, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:978, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.2 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.202 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 978, Table Name: t432)"] [2025/04/05 17:33:10.203 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=488] [neededSchemaVersion=489] ["elapsed time"=106.575µs] [gotSchemaVersion=489] [phyTblIDs="[978]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.204 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=979] [version=489] [2025/04/05 17:33:10.205 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=489] ["take time"=2.009106ms] [job="ID:979, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:978, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.2 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.206 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=979] [conn=1] [job="ID:979, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:978, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.2 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.208 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=979] [2025/04/05 17:33:10.208 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=489] [cur_db=test] [sql="create table t432(a int);"] [user=root@%] [2025/04/05 17:33:10.210 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:981, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:980, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.209 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.210 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:981, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:980, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.209 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t433(a int);"] [2025/04/05 17:33:10.211 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=981] [conn=1] [job="ID:981, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:980, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.209 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.211 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 980, Table Name: t433)"] [2025/04/05 17:33:10.212 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=489] [neededSchemaVersion=490] ["elapsed time"=111.906µs] [gotSchemaVersion=490] [phyTblIDs="[980]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.213 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=981] [version=490] [2025/04/05 17:33:10.214 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=490] ["take time"=2.01645ms] [job="ID:981, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:980, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.209 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.215 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=981] [conn=1] [job="ID:981, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:980, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.209 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.216 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=981] [2025/04/05 17:33:10.216 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=490] [cur_db=test] [sql="create table t433(a int);"] [user=root@%] [2025/04/05 17:33:10.218 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:983, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:982, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.217 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.218 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:983, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:982, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.217 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t434(a int);"] [2025/04/05 17:33:10.219 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=983] [conn=1] [job="ID:983, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:982, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.217 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.220 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 982, Table Name: t434)"] [2025/04/05 17:33:10.221 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=490] [neededSchemaVersion=491] ["elapsed time"=116.338µs] [gotSchemaVersion=491] [phyTblIDs="[982]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.222 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=983] [version=491] [2025/04/05 17:33:10.223 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=491] ["take time"=2.01021ms] [job="ID:983, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:982, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.217 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.224 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=983] [conn=1] [job="ID:983, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:982, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.217 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.226 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=983] [2025/04/05 17:33:10.226 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=491] [cur_db=test] [sql="create table t434(a int);"] [user=root@%] [2025/04/05 17:33:10.227 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:985, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:984, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.227 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.227 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:985, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:984, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.227 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t435(a int);"] [2025/04/05 17:33:10.228 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=985] [conn=1] [job="ID:985, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:984, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.227 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.229 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 984, Table Name: t435)"] [2025/04/05 17:33:10.230 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=491] [neededSchemaVersion=492] ["elapsed time"=114.199µs] [gotSchemaVersion=492] [phyTblIDs="[984]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.231 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=985] [version=492] [2025/04/05 17:33:10.232 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=492] ["take time"=2.00661ms] [job="ID:985, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:984, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.227 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.233 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=985] [conn=1] [job="ID:985, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:984, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.227 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.234 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=985] [2025/04/05 17:33:10.234 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=492] [cur_db=test] [sql="create table t435(a int);"] [user=root@%] [2025/04/05 17:33:10.236 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:987, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:986, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.236 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:987, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:986, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t436(a int);"] [2025/04/05 17:33:10.237 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=987] [conn=1] [job="ID:987, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:986, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.238 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 986, Table Name: t436)"] [2025/04/05 17:33:10.239 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=492] [neededSchemaVersion=493] ["elapsed time"=111.153µs] [gotSchemaVersion=493] [phyTblIDs="[986]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.240 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=987] [version=493] [2025/04/05 17:33:10.241 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=493] ["take time"=2.006623ms] [job="ID:987, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:986, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.242 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=987] [conn=1] [job="ID:987, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:986, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.235 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.244 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=987] [2025/04/05 17:33:10.244 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=493] [cur_db=test] [sql="create table t436(a int);"] [user=root@%] [2025/04/05 17:33:10.245 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:989, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:988, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.245 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.245 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:989, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:988, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.245 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t437(a int);"] [2025/04/05 17:33:10.246 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=989] [conn=1] [job="ID:989, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:988, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.245 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.246 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 988, Table Name: t437)"] [2025/04/05 17:33:10.248 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=493] [neededSchemaVersion=494] ["elapsed time"=114.858µs] [gotSchemaVersion=494] [phyTblIDs="[988]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.248 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=989] [version=494] [2025/04/05 17:33:10.249 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=494] ["take time"=2.010845ms] [job="ID:989, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:988, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.245 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.251 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=989] [conn=1] [job="ID:989, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:988, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.245 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.252 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=989] [2025/04/05 17:33:10.252 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=494] [cur_db=test] [sql="create table t437(a int);"] [user=root@%] [2025/04/05 17:33:10.254 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:991, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:990, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.253 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.254 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:991, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:990, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.253 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t438(a int);"] [2025/04/05 17:33:10.255 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=991] [conn=1] [job="ID:991, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:990, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.253 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.255 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 990, Table Name: t438)"] [2025/04/05 17:33:10.257 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=494] [neededSchemaVersion=495] ["elapsed time"=109.451µs] [gotSchemaVersion=495] [phyTblIDs="[990]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.257 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=991] [version=495] [2025/04/05 17:33:10.259 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=495] ["take time"=2.950357ms] [job="ID:991, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:990, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.253 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.261 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=991] [conn=1] [job="ID:991, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:990, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.253 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.262 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=991] [2025/04/05 17:33:10.262 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=495] [cur_db=test] [sql="create table t438(a int);"] [user=root@%] [2025/04/05 17:33:10.264 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:993, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:992, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.263 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.264 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:993, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:992, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.263 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t439(a int);"] [2025/04/05 17:33:10.265 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=993] [conn=1] [job="ID:993, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:992, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.263 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.265 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 992, Table Name: t439)"] [2025/04/05 17:33:10.267 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=495] [neededSchemaVersion=496] ["elapsed time"=108.506µs] [gotSchemaVersion=496] [phyTblIDs="[992]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.267 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=993] [version=496] [2025/04/05 17:33:10.269 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=496] ["take time"=3.058371ms] [job="ID:993, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:992, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.263 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.271 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=993] [conn=1] [job="ID:993, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:992, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.263 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.272 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=993] [2025/04/05 17:33:10.272 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=496] [cur_db=test] [sql="create table t439(a int);"] [user=root@%] [2025/04/05 17:33:10.274 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:995, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:994, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.273 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.274 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:995, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:994, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.273 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t440(a int);"] [2025/04/05 17:33:10.275 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=995] [conn=1] [job="ID:995, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:994, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.273 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.275 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 994, Table Name: t440)"] [2025/04/05 17:33:10.276 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=496] [neededSchemaVersion=497] ["elapsed time"=112.959µs] [gotSchemaVersion=497] [phyTblIDs="[994]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.277 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=995] [version=497] [2025/04/05 17:33:10.278 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=497] ["take time"=2.006663ms] [job="ID:995, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:994, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.273 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.279 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=995] [conn=1] [job="ID:995, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:994, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.273 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.281 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=995] [2025/04/05 17:33:10.281 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=497] [cur_db=test] [sql="create table t440(a int);"] [user=root@%] [2025/04/05 17:33:10.283 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:997, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:996, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.282 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.283 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:997, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:996, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.282 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t441(a int);"] [2025/04/05 17:33:10.284 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=997] [conn=1] [job="ID:997, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:996, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.282 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.284 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 996, Table Name: t441)"] [2025/04/05 17:33:10.285 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=497] [neededSchemaVersion=498] ["elapsed time"=111.878µs] [gotSchemaVersion=498] [phyTblIDs="[996]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.286 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=997] [version=498] [2025/04/05 17:33:10.287 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=498] ["take time"=2.025144ms] [job="ID:997, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:996, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.282 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.288 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=997] [conn=1] [job="ID:997, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:996, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.282 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.290 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=997] [2025/04/05 17:33:10.290 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=498] [cur_db=test] [sql="create table t441(a int);"] [user=root@%] [2025/04/05 17:33:10.292 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:999, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:998, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.291 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.292 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:999, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:998, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.291 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t442(a int);"] [2025/04/05 17:33:10.293 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=999] [conn=1] [job="ID:999, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:998, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.291 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.293 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 998, Table Name: t442)"] [2025/04/05 17:33:10.294 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=498] [neededSchemaVersion=499] ["elapsed time"=107.702µs] [gotSchemaVersion=499] [phyTblIDs="[998]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.295 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=999] [version=499] [2025/04/05 17:33:10.297 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=499] ["take time"=3.033353ms] [job="ID:999, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:998, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.291 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.298 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=999] [conn=1] [job="ID:999, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:998, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.291 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.300 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=999] [2025/04/05 17:33:10.300 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=499] [cur_db=test] [sql="create table t442(a int);"] [user=root@%] [2025/04/05 17:33:10.301 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1001, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1000, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.301 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.301 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1001, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1000, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.301 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t443(a int);"] [2025/04/05 17:33:10.302 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1001] [conn=1] [job="ID:1001, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1000, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.301 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.303 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1000, Table Name: t443)"] [2025/04/05 17:33:10.304 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=499] [neededSchemaVersion=500] ["elapsed time"=108.385µs] [gotSchemaVersion=500] [phyTblIDs="[1000]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.305 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1001] [version=500] [2025/04/05 17:33:10.306 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=500] ["take time"=2.019961ms] [job="ID:1001, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1000, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.301 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.307 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1001] [conn=1] [job="ID:1001, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1000, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.301 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.309 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1001] [2025/04/05 17:33:10.309 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=500] [cur_db=test] [sql="create table t443(a int);"] [user=root@%] [2025/04/05 17:33:10.310 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1003, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1002, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.31 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.310 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1003, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1002, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.31 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t444(a int);"] [2025/04/05 17:33:10.311 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1003] [conn=1] [job="ID:1003, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1002, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.31 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.312 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1002, Table Name: t444)"] [2025/04/05 17:33:10.313 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=500] [neededSchemaVersion=501] ["elapsed time"=121.231µs] [gotSchemaVersion=501] [phyTblIDs="[1002]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.314 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1003] [version=501] [2025/04/05 17:33:10.315 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=501] ["take time"=2.189362ms] [job="ID:1003, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1002, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.31 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.316 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1003] [conn=1] [job="ID:1003, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1002, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.31 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.318 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1003] [2025/04/05 17:33:10.318 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=501] [cur_db=test] [sql="create table t444(a int);"] [user=root@%] [2025/04/05 17:33:10.320 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1005, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1004, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.319 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.320 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1005, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1004, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.319 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t445(a int);"] [2025/04/05 17:33:10.321 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1005] [conn=1] [job="ID:1005, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1004, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.319 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.322 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1004, Table Name: t445)"] [2025/04/05 17:33:10.323 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=501] [neededSchemaVersion=502] ["elapsed time"=120.047µs] [gotSchemaVersion=502] [phyTblIDs="[1004]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.324 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1005] [version=502] [2025/04/05 17:33:10.325 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=502] ["take time"=2.118818ms] [job="ID:1005, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1004, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.319 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.326 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1005] [conn=1] [job="ID:1005, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1004, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.319 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.328 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1005] [2025/04/05 17:33:10.328 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=502] [cur_db=test] [sql="create table t445(a int);"] [user=root@%] [2025/04/05 17:33:10.330 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1007, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1006, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.33 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.330 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1007, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1006, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.33 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t446(a int);"] [2025/04/05 17:33:10.332 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1007] [conn=1] [job="ID:1007, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1006, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.33 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.332 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1006, Table Name: t446)"] [2025/04/05 17:33:10.333 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=502] [neededSchemaVersion=503] ["elapsed time"=116.052µs] [gotSchemaVersion=503] [phyTblIDs="[1006]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.334 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1007] [version=503] [2025/04/05 17:33:10.335 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=503] ["take time"=2.115488ms] [job="ID:1007, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1006, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.33 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.336 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1007] [conn=1] [job="ID:1007, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1006, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.33 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.338 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1007] [2025/04/05 17:33:10.338 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=503] [cur_db=test] [sql="create table t446(a int);"] [user=root@%] [2025/04/05 17:33:10.340 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1009, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1008, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.339 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.340 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1009, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1008, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.339 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t447(a int);"] [2025/04/05 17:33:10.341 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1009] [conn=1] [job="ID:1009, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1008, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.339 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.342 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1008, Table Name: t447)"] [2025/04/05 17:33:10.343 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=503] [neededSchemaVersion=504] ["elapsed time"=113.889µs] [gotSchemaVersion=504] [phyTblIDs="[1008]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.344 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1009] [version=504] [2025/04/05 17:33:10.345 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=504] ["take time"=2.068075ms] [job="ID:1009, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1008, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.339 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.346 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1009] [conn=1] [job="ID:1009, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1008, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.339 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.348 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1009] [2025/04/05 17:33:10.348 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=504] [cur_db=test] [sql="create table t447(a int);"] [user=root@%] [2025/04/05 17:33:10.349 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1011, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1010, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.349 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.349 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1011, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1010, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.349 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t448(a int);"] [2025/04/05 17:33:10.350 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1011] [conn=1] [job="ID:1011, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1010, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.349 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.351 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1010, Table Name: t448)"] [2025/04/05 17:33:10.352 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=504] [neededSchemaVersion=505] ["elapsed time"=119.204µs] [gotSchemaVersion=505] [phyTblIDs="[1010]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.353 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1011] [version=505] [2025/04/05 17:33:10.354 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=505] ["take time"=2.079045ms] [job="ID:1011, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1010, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.349 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.355 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1011] [conn=1] [job="ID:1011, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1010, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.349 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.357 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1011] [2025/04/05 17:33:10.357 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=505] [cur_db=test] [sql="create table t448(a int);"] [user=root@%] [2025/04/05 17:33:10.359 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1013, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1012, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.358 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.359 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1013, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1012, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.358 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t449(a int);"] [2025/04/05 17:33:10.360 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1013] [conn=1] [job="ID:1013, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1012, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.358 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.360 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1012, Table Name: t449)"] [2025/04/05 17:33:10.361 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=505] [neededSchemaVersion=506] ["elapsed time"=129.986µs] [gotSchemaVersion=506] [phyTblIDs="[1012]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.362 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1013] [version=506] [2025/04/05 17:33:10.363 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=506] ["take time"=2.148629ms] [job="ID:1013, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1012, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.358 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.365 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1013] [conn=1] [job="ID:1013, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1012, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.358 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.367 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1013] [2025/04/05 17:33:10.367 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=506] [cur_db=test] [sql="create table t449(a int);"] [user=root@%] [2025/04/05 17:33:10.369 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1015, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1014, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.368 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.369 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1015, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1014, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.368 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t450(a int);"] [2025/04/05 17:33:10.370 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1015] [conn=1] [job="ID:1015, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1014, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.368 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.370 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1014, Table Name: t450)"] [2025/04/05 17:33:10.371 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=506] [neededSchemaVersion=507] ["elapsed time"=112.52µs] [gotSchemaVersion=507] [phyTblIDs="[1014]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.372 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1015] [version=507] [2025/04/05 17:33:10.373 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=507] ["take time"=2.086761ms] [job="ID:1015, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1014, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.368 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.374 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1015] [conn=1] [job="ID:1015, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1014, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.368 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.376 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1015] [2025/04/05 17:33:10.376 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=507] [cur_db=test] [sql="create table t450(a int);"] [user=root@%] [2025/04/05 17:33:10.378 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1017, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1016, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.377 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.378 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1017, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1016, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.377 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t451(a int);"] [2025/04/05 17:33:10.379 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1017] [conn=1] [job="ID:1017, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1016, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.377 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.379 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1016, Table Name: t451)"] [2025/04/05 17:33:10.380 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=507] [neededSchemaVersion=508] ["elapsed time"=111.503µs] [gotSchemaVersion=508] [phyTblIDs="[1016]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.382 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1017] [version=508] [2025/04/05 17:33:10.382 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=508] ["take time"=2.041164ms] [job="ID:1017, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1016, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.377 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.383 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1017] [conn=1] [job="ID:1017, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1016, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.377 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.385 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1017] [2025/04/05 17:33:10.385 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=508] [cur_db=test] [sql="create table t451(a int);"] [user=root@%] [2025/04/05 17:33:10.387 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1019, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1018, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.386 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.387 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1019, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1018, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.386 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t452(a int);"] [2025/04/05 17:33:10.388 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1019] [conn=1] [job="ID:1019, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1018, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.386 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.388 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1018, Table Name: t452)"] [2025/04/05 17:33:10.389 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=508] [neededSchemaVersion=509] ["elapsed time"=107.426µs] [gotSchemaVersion=509] [phyTblIDs="[1018]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.390 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1019] [version=509] [2025/04/05 17:33:10.391 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=509] ["take time"=2.062ms] [job="ID:1019, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1018, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.386 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.392 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1019] [conn=1] [job="ID:1019, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1018, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.386 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.394 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1019] [2025/04/05 17:33:10.394 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=509] [cur_db=test] [sql="create table t452(a int);"] [user=root@%] [2025/04/05 17:33:10.396 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1021, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1020, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.396 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1021, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1020, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t453(a int);"] [2025/04/05 17:33:10.397 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1021] [conn=1] [job="ID:1021, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1020, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.397 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1020, Table Name: t453)"] [2025/04/05 17:33:10.398 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=509] [neededSchemaVersion=510] ["elapsed time"=113.932µs] [gotSchemaVersion=510] [phyTblIDs="[1020]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.399 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1021] [version=510] [2025/04/05 17:33:10.400 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=510] ["take time"=2.051385ms] [job="ID:1021, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1020, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.401 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1021] [conn=1] [job="ID:1021, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1020, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.395 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.403 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1021] [2025/04/05 17:33:10.403 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=510] [cur_db=test] [sql="create table t453(a int);"] [user=root@%] [2025/04/05 17:33:10.405 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1023, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1022, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.404 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.405 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1023, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1022, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.404 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t454(a int);"] [2025/04/05 17:33:10.406 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1023] [conn=1] [job="ID:1023, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1022, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.404 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.406 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1022, Table Name: t454)"] [2025/04/05 17:33:10.407 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=510] [neededSchemaVersion=511] ["elapsed time"=110.207µs] [gotSchemaVersion=511] [phyTblIDs="[1022]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.408 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1023] [version=511] [2025/04/05 17:33:10.409 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=511] ["take time"=2.016083ms] [job="ID:1023, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1022, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.404 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.410 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1023] [conn=1] [job="ID:1023, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1022, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.404 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.412 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1023] [2025/04/05 17:33:10.412 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=511] [cur_db=test] [sql="create table t454(a int);"] [user=root@%] [2025/04/05 17:33:10.414 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1025, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1024, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.413 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.414 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1025, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1024, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.413 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t455(a int);"] [2025/04/05 17:33:10.415 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1025] [conn=1] [job="ID:1025, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1024, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.413 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.415 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1024, Table Name: t455)"] [2025/04/05 17:33:10.416 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=511] [neededSchemaVersion=512] ["elapsed time"=108.768µs] [gotSchemaVersion=512] [phyTblIDs="[1024]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.417 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1025] [version=512] [2025/04/05 17:33:10.418 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=512] ["take time"=2.055655ms] [job="ID:1025, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1024, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.413 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.419 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1025] [conn=1] [job="ID:1025, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1024, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.413 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.420 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1025] [2025/04/05 17:33:10.421 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=512] [cur_db=test] [sql="create table t455(a int);"] [user=root@%] [2025/04/05 17:33:10.422 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1027, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1026, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.421 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.422 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1027, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1026, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.421 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t456(a int);"] [2025/04/05 17:33:10.423 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1027] [conn=1] [job="ID:1027, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1026, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.421 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.424 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1026, Table Name: t456)"] [2025/04/05 17:33:10.425 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=512] [neededSchemaVersion=513] ["elapsed time"=107.044µs] [gotSchemaVersion=513] [phyTblIDs="[1026]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.426 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1027] [version=513] [2025/04/05 17:33:10.427 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=513] ["take time"=2.071639ms] [job="ID:1027, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1026, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.421 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.428 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1027] [conn=1] [job="ID:1027, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1026, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.421 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.430 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1027] [2025/04/05 17:33:10.430 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=513] [cur_db=test] [sql="create table t456(a int);"] [user=root@%] [2025/04/05 17:33:10.431 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1029, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1028, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.431 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.431 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1029, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1028, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.431 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t457(a int);"] [2025/04/05 17:33:10.433 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1029] [conn=1] [job="ID:1029, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1028, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.431 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.433 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1028, Table Name: t457)"] [2025/04/05 17:33:10.434 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=513] [neededSchemaVersion=514] ["elapsed time"=110.176µs] [gotSchemaVersion=514] [phyTblIDs="[1028]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.435 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1029] [version=514] [2025/04/05 17:33:10.436 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=514] ["take time"=2.277031ms] [job="ID:1029, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1028, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.431 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.437 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1029] [conn=1] [job="ID:1029, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1028, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.431 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.439 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1029] [2025/04/05 17:33:10.439 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=514] [cur_db=test] [sql="create table t457(a int);"] [user=root@%] [2025/04/05 17:33:10.441 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1031, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1030, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.441 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.441 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1031, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1030, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.441 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t458(a int);"] [2025/04/05 17:33:10.442 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1031] [conn=1] [job="ID:1031, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1030, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.441 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.442 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1030, Table Name: t458)"] [2025/04/05 17:33:10.443 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=514] [neededSchemaVersion=515] ["elapsed time"=114.044µs] [gotSchemaVersion=515] [phyTblIDs="[1030]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.444 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1031] [version=515] [2025/04/05 17:33:10.445 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=515] ["take time"=2.058222ms] [job="ID:1031, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1030, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.441 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.446 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1031] [conn=1] [job="ID:1031, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1030, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.441 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.448 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1031] [2025/04/05 17:33:10.448 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=515] [cur_db=test] [sql="create table t458(a int);"] [user=root@%] [2025/04/05 17:33:10.450 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1033, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1032, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.449 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.450 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1033, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1032, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.449 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t459(a int);"] [2025/04/05 17:33:10.451 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1033] [conn=1] [job="ID:1033, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1032, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.449 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.451 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1032, Table Name: t459)"] [2025/04/05 17:33:10.452 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=515] [neededSchemaVersion=516] ["elapsed time"=112.971µs] [gotSchemaVersion=516] [phyTblIDs="[1032]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.453 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1033] [version=516] [2025/04/05 17:33:10.455 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=516] ["take time"=2.843559ms] [job="ID:1033, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1032, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.449 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.456 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1033] [conn=1] [job="ID:1033, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1032, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.449 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.458 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1033] [2025/04/05 17:33:10.458 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=516] [cur_db=test] [sql="create table t459(a int);"] [user=root@%] [2025/04/05 17:33:10.460 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1035, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1034, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.459 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.460 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1035, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1034, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.459 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t460(a int);"] [2025/04/05 17:33:10.461 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1035] [conn=1] [job="ID:1035, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1034, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.459 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.461 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1034, Table Name: t460)"] [2025/04/05 17:33:10.462 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=516] [neededSchemaVersion=517] ["elapsed time"=109.281µs] [gotSchemaVersion=517] [phyTblIDs="[1034]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.463 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1035] [version=517] [2025/04/05 17:33:10.465 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=517] ["take time"=3.036721ms] [job="ID:1035, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1034, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.459 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.466 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1035] [conn=1] [job="ID:1035, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1034, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.459 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.468 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1035] [2025/04/05 17:33:10.468 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=517] [cur_db=test] [sql="create table t460(a int);"] [user=root@%] [2025/04/05 17:33:10.470 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1037, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1036, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.469 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.470 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1037, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1036, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.469 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t461(a int);"] [2025/04/05 17:33:10.471 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1037] [conn=1] [job="ID:1037, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1036, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.469 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.471 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1036, Table Name: t461)"] [2025/04/05 17:33:10.472 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=517] [neededSchemaVersion=518] ["elapsed time"=111.839µs] [gotSchemaVersion=518] [phyTblIDs="[1036]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.473 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1037] [version=518] [2025/04/05 17:33:10.474 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=518] ["take time"=2.032006ms] [job="ID:1037, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1036, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.469 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.475 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1037] [conn=1] [job="ID:1037, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1036, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.469 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.477 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1037] [2025/04/05 17:33:10.477 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=518] [cur_db=test] [sql="create table t461(a int);"] [user=root@%] [2025/04/05 17:33:10.478 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1039, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1038, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.478 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.478 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1039, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1038, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.478 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t462(a int);"] [2025/04/05 17:33:10.479 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1039] [conn=1] [job="ID:1039, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1038, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.478 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.480 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1038, Table Name: t462)"] [2025/04/05 17:33:10.481 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=518] [neededSchemaVersion=519] ["elapsed time"=108.863µs] [gotSchemaVersion=519] [phyTblIDs="[1038]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.482 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1039] [version=519] [2025/04/05 17:33:10.484 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=519] ["take time"=2.649094ms] [job="ID:1039, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1038, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.478 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.485 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1039] [conn=1] [job="ID:1039, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1038, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.478 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.486 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1039] [2025/04/05 17:33:10.486 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=519] [cur_db=test] [sql="create table t462(a int);"] [user=root@%] [2025/04/05 17:33:10.488 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1041, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1040, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.487 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.488 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1041, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1040, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.487 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t463(a int);"] [2025/04/05 17:33:10.489 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1041] [conn=1] [job="ID:1041, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1040, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.487 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.489 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1040, Table Name: t463)"] [2025/04/05 17:33:10.490 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=519] [neededSchemaVersion=520] ["elapsed time"=111.668µs] [gotSchemaVersion=520] [phyTblIDs="[1040]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.491 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1041] [version=520] [2025/04/05 17:33:10.493 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=520] ["take time"=3.041189ms] [job="ID:1041, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1040, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.487 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.494 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1041] [conn=1] [job="ID:1041, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1040, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.487 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.496 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1041] [2025/04/05 17:33:10.496 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=520] [cur_db=test] [sql="create table t463(a int);"] [user=root@%] [2025/04/05 17:33:10.498 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1043, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1042, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.497 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.498 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1043, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1042, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.497 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t464(a int);"] [2025/04/05 17:33:10.499 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1043] [conn=1] [job="ID:1043, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1042, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.497 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.499 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1042, Table Name: t464)"] [2025/04/05 17:33:10.500 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=520] [neededSchemaVersion=521] ["elapsed time"=116.883µs] [gotSchemaVersion=521] [phyTblIDs="[1042]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.501 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1043] [version=521] [2025/04/05 17:33:10.502 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=521] ["take time"=2.023732ms] [job="ID:1043, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1042, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.497 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.503 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1043] [conn=1] [job="ID:1043, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1042, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.497 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.504 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1043] [2025/04/05 17:33:10.504 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=521] [cur_db=test] [sql="create table t464(a int);"] [user=root@%] [2025/04/05 17:33:10.506 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1045, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1044, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.505 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.506 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1045, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1044, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.505 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t465(a int);"] [2025/04/05 17:33:10.507 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1045] [conn=1] [job="ID:1045, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1044, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.505 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.507 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1044, Table Name: t465)"] [2025/04/05 17:33:10.509 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=521] [neededSchemaVersion=522] ["elapsed time"=109.11µs] [gotSchemaVersion=522] [phyTblIDs="[1044]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.510 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1045] [version=522] [2025/04/05 17:33:10.511 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=522] ["take time"=2.040898ms] [job="ID:1045, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1044, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.505 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.512 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1045] [conn=1] [job="ID:1045, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1044, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.505 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.514 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1045] [2025/04/05 17:33:10.514 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=522] [cur_db=test] [sql="create table t465(a int);"] [user=root@%] [2025/04/05 17:33:10.516 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1047, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1046, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.515 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.516 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1047, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1046, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.515 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t466(a int);"] [2025/04/05 17:33:10.517 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1047] [conn=1] [job="ID:1047, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1046, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.515 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.517 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1046, Table Name: t466)"] [2025/04/05 17:33:10.518 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=522] [neededSchemaVersion=523] ["elapsed time"=119.161µs] [gotSchemaVersion=523] [phyTblIDs="[1046]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.519 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1047] [version=523] [2025/04/05 17:33:10.520 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=523] ["take time"=2.020809ms] [job="ID:1047, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1046, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.515 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.521 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1047] [conn=1] [job="ID:1047, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1046, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.515 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.522 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1047] [2025/04/05 17:33:10.522 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=523] [cur_db=test] [sql="create table t466(a int);"] [user=root@%] [2025/04/05 17:33:10.524 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1049, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1048, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.523 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.524 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1049, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1048, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.523 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t467(a int);"] [2025/04/05 17:33:10.525 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1049] [conn=1] [job="ID:1049, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1048, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.523 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.525 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1048, Table Name: t467)"] [2025/04/05 17:33:10.527 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=523] [neededSchemaVersion=524] ["elapsed time"=108.554µs] [gotSchemaVersion=524] [phyTblIDs="[1048]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.528 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1049] [version=524] [2025/04/05 17:33:10.529 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=524] ["take time"=2.058431ms] [job="ID:1049, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1048, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.523 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.530 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1049] [conn=1] [job="ID:1049, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1048, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.523 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.532 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1049] [2025/04/05 17:33:10.532 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=524] [cur_db=test] [sql="create table t467(a int);"] [user=root@%] [2025/04/05 17:33:10.533 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1051, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1050, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.533 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.533 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1051, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1050, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.533 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t468(a int);"] [2025/04/05 17:33:10.535 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1051] [conn=1] [job="ID:1051, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1050, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.533 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.535 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1050, Table Name: t468)"] [2025/04/05 17:33:10.536 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=524] [neededSchemaVersion=525] ["elapsed time"=111.274µs] [gotSchemaVersion=525] [phyTblIDs="[1050]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.537 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1051] [version=525] [2025/04/05 17:33:10.538 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=525] ["take time"=2.186104ms] [job="ID:1051, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1050, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.533 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.539 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1051] [conn=1] [job="ID:1051, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1050, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.533 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.540 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1051] [2025/04/05 17:33:10.540 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=525] [cur_db=test] [sql="create table t468(a int);"] [user=root@%] [2025/04/05 17:33:10.542 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1053, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1052, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.541 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.542 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1053, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1052, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.541 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t469(a int);"] [2025/04/05 17:33:10.543 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1053] [conn=1] [job="ID:1053, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1052, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.541 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.543 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1052, Table Name: t469)"] [2025/04/05 17:33:10.545 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=525] [neededSchemaVersion=526] ["elapsed time"=115.095µs] [gotSchemaVersion=526] [phyTblIDs="[1052]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.545 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1053] [version=526] [2025/04/05 17:33:10.547 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=526] ["take time"=2.026032ms] [job="ID:1053, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1052, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.541 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.548 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1053] [conn=1] [job="ID:1053, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1052, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.541 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.549 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1053] [2025/04/05 17:33:10.549 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=526] [cur_db=test] [sql="create table t469(a int);"] [user=root@%] [2025/04/05 17:33:10.551 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1055, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1054, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.551 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1055, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1054, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t470(a int);"] [2025/04/05 17:33:10.552 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1055] [conn=1] [job="ID:1055, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1054, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.552 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1054, Table Name: t470)"] [2025/04/05 17:33:10.553 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=526] [neededSchemaVersion=527] ["elapsed time"=111.823µs] [gotSchemaVersion=527] [phyTblIDs="[1054]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.554 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1055] [version=527] [2025/04/05 17:33:10.555 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=527] ["take time"=2.044575ms] [job="ID:1055, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1054, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.556 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1055] [conn=1] [job="ID:1055, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1054, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.55 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.558 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1055] [2025/04/05 17:33:10.558 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=527] [cur_db=test] [sql="create table t470(a int);"] [user=root@%] [2025/04/05 17:33:10.560 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1057, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1056, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.559 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.560 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1057, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1056, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.559 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t471(a int);"] [2025/04/05 17:33:10.561 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1057] [conn=1] [job="ID:1057, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1056, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.559 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.561 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1056, Table Name: t471)"] [2025/04/05 17:33:10.562 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=527] [neededSchemaVersion=528] ["elapsed time"=107.333µs] [gotSchemaVersion=528] [phyTblIDs="[1056]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.563 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1057] [version=528] [2025/04/05 17:33:10.564 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=528] ["take time"=2.021923ms] [job="ID:1057, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1056, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.559 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.565 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1057] [conn=1] [job="ID:1057, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1056, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.559 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.566 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1057] [2025/04/05 17:33:10.567 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=528] [cur_db=test] [sql="create table t471(a int);"] [user=root@%] [2025/04/05 17:33:10.568 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1059, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1058, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.567 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.568 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1059, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1058, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.567 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t472(a int);"] [2025/04/05 17:33:10.569 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1059] [conn=1] [job="ID:1059, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1058, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.567 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.570 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1058, Table Name: t472)"] [2025/04/05 17:33:10.571 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=528] [neededSchemaVersion=529] ["elapsed time"=107.522µs] [gotSchemaVersion=529] [phyTblIDs="[1058]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.572 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1059] [version=529] [2025/04/05 17:33:10.573 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=529] ["take time"=2.049946ms] [job="ID:1059, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1058, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.567 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.574 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1059] [conn=1] [job="ID:1059, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1058, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.567 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.576 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1059] [2025/04/05 17:33:10.576 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=529] [cur_db=test] [sql="create table t472(a int);"] [user=root@%] [2025/04/05 17:33:10.577 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1061, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1060, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.577 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.577 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1061, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1060, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.577 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t473(a int);"] [2025/04/05 17:33:10.578 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1061] [conn=1] [job="ID:1061, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1060, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.577 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.579 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1060, Table Name: t473)"] [2025/04/05 17:33:10.580 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=529] [neededSchemaVersion=530] ["elapsed time"=107.75µs] [gotSchemaVersion=530] [phyTblIDs="[1060]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.580 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1061] [version=530] [2025/04/05 17:33:10.582 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=530] ["take time"=2.022467ms] [job="ID:1061, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1060, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.577 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.583 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1061] [conn=1] [job="ID:1061, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1060, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.577 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.585 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1061] [2025/04/05 17:33:10.585 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=530] [cur_db=test] [sql="create table t473(a int);"] [user=root@%] [2025/04/05 17:33:10.586 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1063, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1062, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.586 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.586 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1063, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1062, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.586 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t474(a int);"] [2025/04/05 17:33:10.587 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1063] [conn=1] [job="ID:1063, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1062, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.586 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.588 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1062, Table Name: t474)"] [2025/04/05 17:33:10.589 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=530] [neededSchemaVersion=531] ["elapsed time"=114.722µs] [gotSchemaVersion=531] [phyTblIDs="[1062]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.590 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1063] [version=531] [2025/04/05 17:33:10.591 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=531] ["take time"=2.075979ms] [job="ID:1063, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1062, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.586 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.592 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1063] [conn=1] [job="ID:1063, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1062, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.586 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.594 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1063] [2025/04/05 17:33:10.594 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=531] [cur_db=test] [sql="create table t474(a int);"] [user=root@%] [2025/04/05 17:33:10.596 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1065, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1064, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.595 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.596 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1065, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1064, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.595 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t475(a int);"] [2025/04/05 17:33:10.596 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1065] [conn=1] [job="ID:1065, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1064, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.595 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.597 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1064, Table Name: t475)"] [2025/04/05 17:33:10.598 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=531] [neededSchemaVersion=532] ["elapsed time"=108.929µs] [gotSchemaVersion=532] [phyTblIDs="[1064]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.599 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1065] [version=532] [2025/04/05 17:33:10.601 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=532] ["take time"=3.059902ms] [job="ID:1065, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1064, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.595 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.602 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1065] [conn=1] [job="ID:1065, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1064, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.595 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.604 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1065] [2025/04/05 17:33:10.604 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=532] [cur_db=test] [sql="create table t475(a int);"] [user=root@%] [2025/04/05 17:33:10.605 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1067, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1066, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.605 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.605 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1067, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1066, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.605 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t476(a int);"] [2025/04/05 17:33:10.606 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1067] [conn=1] [job="ID:1067, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1066, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.605 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.606 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1066, Table Name: t476)"] [2025/04/05 17:33:10.608 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=532] [neededSchemaVersion=533] ["elapsed time"=105.697µs] [gotSchemaVersion=533] [phyTblIDs="[1066]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.608 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1067] [version=533] [2025/04/05 17:33:10.609 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=533] ["take time"=2.040744ms] [job="ID:1067, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1066, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.605 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.611 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1067] [conn=1] [job="ID:1067, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1066, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.605 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.612 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1067] [2025/04/05 17:33:10.612 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=533] [cur_db=test] [sql="create table t476(a int);"] [user=root@%] [2025/04/05 17:33:10.614 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1069, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1068, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.613 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.614 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1069, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1068, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.613 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t477(a int);"] [2025/04/05 17:33:10.615 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1069] [conn=1] [job="ID:1069, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1068, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.613 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.615 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1068, Table Name: t477)"] [2025/04/05 17:33:10.616 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=533] [neededSchemaVersion=534] ["elapsed time"=107.073µs] [gotSchemaVersion=534] [phyTblIDs="[1068]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.617 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1069] [version=534] [2025/04/05 17:33:10.618 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=534] ["take time"=2.014602ms] [job="ID:1069, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1068, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.613 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.619 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1069] [conn=1] [job="ID:1069, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1068, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.613 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.621 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1069] [2025/04/05 17:33:10.621 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=534] [cur_db=test] [sql="create table t477(a int);"] [user=root@%] [2025/04/05 17:33:10.623 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1071, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1070, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.622 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.623 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1071, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1070, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.622 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t478(a int);"] [2025/04/05 17:33:10.624 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1071] [conn=1] [job="ID:1071, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1070, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.622 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.624 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1070, Table Name: t478)"] [2025/04/05 17:33:10.625 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=534] [neededSchemaVersion=535] ["elapsed time"=116.982µs] [gotSchemaVersion=535] [phyTblIDs="[1070]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.626 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1071] [version=535] [2025/04/05 17:33:10.627 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=535] ["take time"=2.040428ms] [job="ID:1071, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1070, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.622 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.628 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1071] [conn=1] [job="ID:1071, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1070, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.622 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.630 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1071] [2025/04/05 17:33:10.630 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=535] [cur_db=test] [sql="create table t478(a int);"] [user=root@%] [2025/04/05 17:33:10.632 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1073, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1072, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.631 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.632 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1073, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1072, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.631 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t479(a int);"] [2025/04/05 17:33:10.634 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1073] [conn=1] [job="ID:1073, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1072, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.631 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.634 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1072, Table Name: t479)"] [2025/04/05 17:33:10.636 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=535] [neededSchemaVersion=536] ["elapsed time"=109.841µs] [gotSchemaVersion=536] [phyTblIDs="[1072]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.637 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1073] [version=536] [2025/04/05 17:33:10.639 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=536] ["take time"=2.738667ms] [job="ID:1073, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1072, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.631 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.640 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1073] [conn=1] [job="ID:1073, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1072, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.631 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.641 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1073] [2025/04/05 17:33:10.641 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=536] [cur_db=test] [sql="create table t479(a int);"] [user=root@%] [2025/04/05 17:33:10.643 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1075, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1074, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.643 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1075, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1074, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t480(a int);"] [2025/04/05 17:33:10.644 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1075] [conn=1] [job="ID:1075, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1074, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.644 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1074, Table Name: t480)"] [2025/04/05 17:33:10.645 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=536] [neededSchemaVersion=537] ["elapsed time"=120.329µs] [gotSchemaVersion=537] [phyTblIDs="[1074]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.647 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1075] [version=537] [2025/04/05 17:33:10.664 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=537] ["take time"=18.236931ms] [job="ID:1075, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1074, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.665 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1075] [conn=1] [job="ID:1075, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1074, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.643 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.667 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1075] [2025/04/05 17:33:10.667 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=537] [cur_db=test] [sql="create table t480(a int);"] [user=root@%] [2025/04/05 17:33:10.669 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1077, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1076, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.668 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.669 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1077, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1076, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.668 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t481(a int);"] [2025/04/05 17:33:10.670 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1077] [conn=1] [job="ID:1077, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1076, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.668 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.670 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1076, Table Name: t481)"] [2025/04/05 17:33:10.671 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=537] [neededSchemaVersion=538] ["elapsed time"=132.226µs] [gotSchemaVersion=538] [phyTblIDs="[1076]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.672 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1077] [version=538] [2025/04/05 17:33:10.673 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=538] ["take time"=2.130308ms] [job="ID:1077, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1076, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.668 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.674 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1077] [conn=1] [job="ID:1077, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1076, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.668 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.676 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1077] [2025/04/05 17:33:10.676 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=538] [cur_db=test] [sql="create table t481(a int);"] [user=root@%] [2025/04/05 17:33:10.678 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1079, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1078, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.677 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.678 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1079, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1078, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.677 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t482(a int);"] [2025/04/05 17:33:10.679 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1079] [conn=1] [job="ID:1079, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1078, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.677 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.679 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1078, Table Name: t482)"] [2025/04/05 17:33:10.680 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=538] [neededSchemaVersion=539] ["elapsed time"=122.5µs] [gotSchemaVersion=539] [phyTblIDs="[1078]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.682 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1079] [version=539] [2025/04/05 17:33:10.683 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=539] ["take time"=2.676298ms] [job="ID:1079, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1078, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.677 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.684 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1079] [conn=1] [job="ID:1079, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1078, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.677 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.686 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1079] [2025/04/05 17:33:10.686 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=539] [cur_db=test] [sql="create table t482(a int);"] [user=root@%] [2025/04/05 17:33:10.688 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1081, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1080, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.687 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.688 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1081, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1080, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.687 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t483(a int);"] [2025/04/05 17:33:10.689 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1081] [conn=1] [job="ID:1081, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1080, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.687 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.689 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1080, Table Name: t483)"] [2025/04/05 17:33:10.690 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=539] [neededSchemaVersion=540] ["elapsed time"=112.953µs] [gotSchemaVersion=540] [phyTblIDs="[1080]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.691 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1081] [version=540] [2025/04/05 17:33:10.692 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=540] ["take time"=2.017206ms] [job="ID:1081, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1080, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.687 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.693 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1081] [conn=1] [job="ID:1081, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1080, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.687 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.694 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1081] [2025/04/05 17:33:10.694 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=540] [cur_db=test] [sql="create table t483(a int);"] [user=root@%] [2025/04/05 17:33:10.696 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1083, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1082, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.695 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.696 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1083, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1082, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.695 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t484(a int);"] [2025/04/05 17:33:10.697 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1083] [conn=1] [job="ID:1083, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1082, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.695 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.697 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1082, Table Name: t484)"] [2025/04/05 17:33:10.699 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=540] [neededSchemaVersion=541] ["elapsed time"=121.845µs] [gotSchemaVersion=541] [phyTblIDs="[1082]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.700 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1083] [version=541] [2025/04/05 17:33:10.701 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=541] ["take time"=2.103818ms] [job="ID:1083, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1082, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.695 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.702 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1083] [conn=1] [job="ID:1083, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1082, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.695 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.704 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1083] [2025/04/05 17:33:10.704 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=541] [cur_db=test] [sql="create table t484(a int);"] [user=root@%] [2025/04/05 17:33:10.705 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1085, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1084, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.705 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1085, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1084, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t485(a int);"] [2025/04/05 17:33:10.706 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1085] [conn=1] [job="ID:1085, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1084, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.707 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1084, Table Name: t485)"] [2025/04/05 17:33:10.708 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=541] [neededSchemaVersion=542] ["elapsed time"=118.45µs] [gotSchemaVersion=542] [phyTblIDs="[1084]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.709 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1085] [version=542] [2025/04/05 17:33:10.710 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=542] ["take time"=2.055426ms] [job="ID:1085, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1084, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.711 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1085] [conn=1] [job="ID:1085, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1084, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.705 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.712 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1085] [2025/04/05 17:33:10.712 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=542] [cur_db=test] [sql="create table t485(a int);"] [user=root@%] [2025/04/05 17:33:10.714 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1087, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1086, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.713 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.714 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1087, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1086, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.713 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t486(a int);"] [2025/04/05 17:33:10.715 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1087] [conn=1] [job="ID:1087, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1086, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.713 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.716 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1086, Table Name: t486)"] [2025/04/05 17:33:10.717 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=542] [neededSchemaVersion=543] ["elapsed time"=117.746µs] [gotSchemaVersion=543] [phyTblIDs="[1086]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.718 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1087] [version=543] [2025/04/05 17:33:10.719 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=543] ["take time"=2.093438ms] [job="ID:1087, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1086, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.713 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.720 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1087] [conn=1] [job="ID:1087, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1086, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.713 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.722 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1087] [2025/04/05 17:33:10.722 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=543] [cur_db=test] [sql="create table t486(a int);"] [user=root@%] [2025/04/05 17:33:10.724 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1089, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1088, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.723 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.724 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1089, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1088, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.723 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t487(a int);"] [2025/04/05 17:33:10.725 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1089] [conn=1] [job="ID:1089, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1088, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.723 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.725 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1088, Table Name: t487)"] [2025/04/05 17:33:10.726 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=543] [neededSchemaVersion=544] ["elapsed time"=121.279µs] [gotSchemaVersion=544] [phyTblIDs="[1088]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.727 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1089] [version=544] [2025/04/05 17:33:10.728 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=544] ["take time"=2.038285ms] [job="ID:1089, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1088, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.723 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.731 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1089] [conn=1] [job="ID:1089, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1088, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.723 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.734 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1089] [2025/04/05 17:33:10.734 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=544] [cur_db=test] [sql="create table t487(a int);"] [user=root@%] [2025/04/05 17:33:10.737 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1091, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1090, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.736 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.737 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1091, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1090, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.736 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t488(a int);"] [2025/04/05 17:33:10.740 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1091] [conn=1] [job="ID:1091, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1090, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.736 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.740 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1090, Table Name: t488)"] [2025/04/05 17:33:10.743 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=544] [neededSchemaVersion=545] ["elapsed time"=248.403µs] [gotSchemaVersion=545] [phyTblIDs="[1090]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.744 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1091] [version=545] [2025/04/05 17:33:10.745 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=545] ["take time"=2.688586ms] [job="ID:1091, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1090, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.736 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.747 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1091] [conn=1] [job="ID:1091, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1090, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.736 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.749 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1091] [2025/04/05 17:33:10.749 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=545] [cur_db=test] [sql="create table t488(a int);"] [user=root@%] [2025/04/05 17:33:10.752 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1093, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1092, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.752 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1093, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1092, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t489(a int);"] [2025/04/05 17:33:10.753 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1093] [conn=1] [job="ID:1093, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1092, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.754 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1092, Table Name: t489)"] [2025/04/05 17:33:10.756 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=545] [neededSchemaVersion=546] ["elapsed time"=204.556µs] [gotSchemaVersion=546] [phyTblIDs="[1092]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.758 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1093] [version=546] [2025/04/05 17:33:10.760 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=546] ["take time"=4.995514ms] [job="ID:1093, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1092, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.762 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1093] [conn=1] [job="ID:1093, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1092, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.751 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.764 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1093] [2025/04/05 17:33:10.765 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=546] [cur_db=test] [sql="create table t489(a int);"] [user=root@%] [2025/04/05 17:33:10.768 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1095, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1094, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.767 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.768 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1095, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1094, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.767 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t490(a int);"] [2025/04/05 17:33:10.769 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1095] [conn=1] [job="ID:1095, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1094, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.767 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.769 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1094, Table Name: t490)"] [2025/04/05 17:33:10.771 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=546] [neededSchemaVersion=547] ["elapsed time"=119.868µs] [gotSchemaVersion=547] [phyTblIDs="[1094]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.772 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1095] [version=547] [2025/04/05 17:33:10.773 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=547] ["take time"=2.238367ms] [job="ID:1095, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1094, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.767 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.774 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1095] [conn=1] [job="ID:1095, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1094, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.767 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.776 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1095] [2025/04/05 17:33:10.776 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=547] [cur_db=test] [sql="create table t490(a int);"] [user=root@%] [2025/04/05 17:33:10.777 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1097, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1096, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.777 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.777 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1097, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1096, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.777 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t491(a int);"] [2025/04/05 17:33:10.778 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1097] [conn=1] [job="ID:1097, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1096, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.777 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.779 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1096, Table Name: t491)"] [2025/04/05 17:33:10.780 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=547] [neededSchemaVersion=548] ["elapsed time"=117.094µs] [gotSchemaVersion=548] [phyTblIDs="[1096]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.781 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1097] [version=548] [2025/04/05 17:33:10.782 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=548] ["take time"=2.760271ms] [job="ID:1097, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1096, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.777 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.784 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1097] [conn=1] [job="ID:1097, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1096, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.777 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.785 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1097] [2025/04/05 17:33:10.785 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=548] [cur_db=test] [sql="create table t491(a int);"] [user=root@%] [2025/04/05 17:33:10.787 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1099, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1098, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.787 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.787 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1099, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1098, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.787 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t492(a int);"] [2025/04/05 17:33:10.788 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1099] [conn=1] [job="ID:1099, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1098, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.787 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.788 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1098, Table Name: t492)"] [2025/04/05 17:33:10.790 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=548] [neededSchemaVersion=549] ["elapsed time"=113.125µs] [gotSchemaVersion=549] [phyTblIDs="[1098]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.790 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1099] [version=549] [2025/04/05 17:33:10.792 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=549] ["take time"=2.07787ms] [job="ID:1099, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1098, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.787 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.793 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1099] [conn=1] [job="ID:1099, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1098, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.787 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.795 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1099] [2025/04/05 17:33:10.795 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=549] [cur_db=test] [sql="create table t492(a int);"] [user=root@%] [2025/04/05 17:33:10.796 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1101, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.796 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.796 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1101, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.796 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t493(a int);"] [2025/04/05 17:33:10.797 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1101] [conn=1] [job="ID:1101, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.796 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.798 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1100, Table Name: t493)"] [2025/04/05 17:33:10.799 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=549] [neededSchemaVersion=550] ["elapsed time"=114.746µs] [gotSchemaVersion=550] [phyTblIDs="[1100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.800 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1101] [version=550] [2025/04/05 17:33:10.801 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=550] ["take time"=2.130914ms] [job="ID:1101, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1100, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.796 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.802 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1101] [conn=1] [job="ID:1101, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1100, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.796 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.804 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1101] [2025/04/05 17:33:10.804 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=550] [cur_db=test] [sql="create table t493(a int);"] [user=root@%] [2025/04/05 17:33:10.806 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1103, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1102, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.805 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.806 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1103, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1102, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.805 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t494(a int);"] [2025/04/05 17:33:10.807 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1103] [conn=1] [job="ID:1103, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1102, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.805 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.807 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1102, Table Name: t494)"] [2025/04/05 17:33:10.808 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=550] [neededSchemaVersion=551] ["elapsed time"=112.458µs] [gotSchemaVersion=551] [phyTblIDs="[1102]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.809 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1103] [version=551] [2025/04/05 17:33:10.810 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=551] ["take time"=2.103008ms] [job="ID:1103, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1102, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.805 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.812 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1103] [conn=1] [job="ID:1103, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1102, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.805 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.813 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1103] [2025/04/05 17:33:10.814 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=551] [cur_db=test] [sql="create table t494(a int);"] [user=root@%] [2025/04/05 17:33:10.815 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.815 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.815 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.815 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t495(a int);"] [2025/04/05 17:33:10.816 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1105] [conn=1] [job="ID:1105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.815 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.817 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1104, Table Name: t495)"] [2025/04/05 17:33:10.818 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=551] [neededSchemaVersion=552] ["elapsed time"=113.066µs] [gotSchemaVersion=552] [phyTblIDs="[1104]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.819 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1105] [version=552] [2025/04/05 17:33:10.820 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=552] ["take time"=2.138022ms] [job="ID:1105, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1104, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.815 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.821 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1105] [conn=1] [job="ID:1105, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1104, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.815 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.823 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1105] [2025/04/05 17:33:10.823 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=552] [cur_db=test] [sql="create table t495(a int);"] [user=root@%] [2025/04/05 17:33:10.825 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.824 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.825 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.824 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t496(a int);"] [2025/04/05 17:33:10.826 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1107] [conn=1] [job="ID:1107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.824 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.826 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1106, Table Name: t496)"] [2025/04/05 17:33:10.828 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=552] [neededSchemaVersion=553] ["elapsed time"=121.275µs] [gotSchemaVersion=553] [phyTblIDs="[1106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.829 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1107] [version=553] [2025/04/05 17:33:10.830 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=553] ["take time"=2.159223ms] [job="ID:1107, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1106, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.824 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.831 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1107] [conn=1] [job="ID:1107, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1106, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.824 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.833 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1107] [2025/04/05 17:33:10.833 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=553] [cur_db=test] [sql="create table t496(a int);"] [user=root@%] [2025/04/05 17:33:10.835 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1109, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.834 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.835 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1109, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.834 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t497(a int);"] [2025/04/05 17:33:10.837 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1109] [conn=1] [job="ID:1109, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.834 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.837 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1108, Table Name: t497)"] [2025/04/05 17:33:10.838 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=553] [neededSchemaVersion=554] ["elapsed time"=114.294µs] [gotSchemaVersion=554] [phyTblIDs="[1108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.839 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1109] [version=554] [2025/04/05 17:33:10.840 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=554] ["take time"=2.426379ms] [job="ID:1109, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1108, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.834 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.842 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1109] [conn=1] [job="ID:1109, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1108, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.834 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.843 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1109] [2025/04/05 17:33:10.844 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=554] [cur_db=test] [sql="create table t497(a int);"] [user=root@%] [2025/04/05 17:33:10.845 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1111, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.845 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.845 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1111, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.845 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t498(a int);"] [2025/04/05 17:33:10.846 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1111] [conn=1] [job="ID:1111, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.845 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.847 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1110, Table Name: t498)"] [2025/04/05 17:33:10.848 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=554] [neededSchemaVersion=555] ["elapsed time"=115.443µs] [gotSchemaVersion=555] [phyTblIDs="[1110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.849 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1111] [version=555] [2025/04/05 17:33:10.850 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=555] ["take time"=2.145605ms] [job="ID:1111, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1110, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.845 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.851 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1111] [conn=1] [job="ID:1111, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1110, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.845 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.853 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1111] [2025/04/05 17:33:10.853 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=555] [cur_db=test] [sql="create table t498(a int);"] [user=root@%] [2025/04/05 17:33:10.855 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.854 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.855 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.854 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t499(a int);"] [2025/04/05 17:33:10.856 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1113] [conn=1] [job="ID:1113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.854 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.856 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1112, Table Name: t499)"] [2025/04/05 17:33:10.857 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=555] [neededSchemaVersion=556] ["elapsed time"=123.422µs] [gotSchemaVersion=556] [phyTblIDs="[1112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.858 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1113] [version=556] [2025/04/05 17:33:10.859 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=556] ["take time"=2.153431ms] [job="ID:1113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.854 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.861 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1113] [conn=1] [job="ID:1113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.854 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.863 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1113] [2025/04/05 17:33:10.863 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=556] [cur_db=test] [sql="create table t499(a int);"] [user=root@%] [2025/04/05 17:33:10.865 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.864 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.865 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.864 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t500(a int);"] [2025/04/05 17:33:10.866 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1115] [conn=1] [job="ID:1115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.864 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.866 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1114, Table Name: t500)"] [2025/04/05 17:33:10.867 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=556] [neededSchemaVersion=557] ["elapsed time"=113.386µs] [gotSchemaVersion=557] [phyTblIDs="[1114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.868 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1115] [version=557] [2025/04/05 17:33:10.869 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=557] ["take time"=2.117943ms] [job="ID:1115, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1114, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.864 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.870 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1115] [conn=1] [job="ID:1115, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1114, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.864 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.873 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1115] [2025/04/05 17:33:10.873 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=557] [cur_db=test] [sql="create table t500(a int);"] [user=root@%] [2025/04/05 17:33:10.874 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1117, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1116, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.874 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.874 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1117, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1116, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.874 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t501(a int);"] [2025/04/05 17:33:10.875 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1117] [conn=1] [job="ID:1117, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1116, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.874 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.876 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1116, Table Name: t501)"] [2025/04/05 17:33:10.877 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=557] [neededSchemaVersion=558] ["elapsed time"=109.975µs] [gotSchemaVersion=558] [phyTblIDs="[1116]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.878 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1117] [version=558] [2025/04/05 17:33:10.879 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=558] ["take time"=2.1241ms] [job="ID:1117, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1116, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.874 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.880 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1117] [conn=1] [job="ID:1117, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1116, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.874 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.883 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1117] [2025/04/05 17:33:10.883 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=558] [cur_db=test] [sql="create table t501(a int);"] [user=root@%] [2025/04/05 17:33:10.885 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1119, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1118, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.884 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.885 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1119, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1118, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.884 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t502(a int);"] [2025/04/05 17:33:10.886 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1119] [conn=1] [job="ID:1119, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1118, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.884 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.887 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1118, Table Name: t502)"] [2025/04/05 17:33:10.888 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=558] [neededSchemaVersion=559] ["elapsed time"=118.237µs] [gotSchemaVersion=559] [phyTblIDs="[1118]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.889 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1119] [version=559] [2025/04/05 17:33:10.890 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=559] ["take time"=2.376699ms] [job="ID:1119, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1118, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.884 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.891 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1119] [conn=1] [job="ID:1119, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1118, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.884 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.893 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1119] [2025/04/05 17:33:10.893 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=559] [cur_db=test] [sql="create table t502(a int);"] [user=root@%] [2025/04/05 17:33:10.895 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1121, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1120, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.894 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 17:33:10.895 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1121, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1120, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.894 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t503(a int);"] [2025/04/05 17:33:10.896 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1121] [conn=1] [job="ID:1121, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:1120, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.894 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.896 -05:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 1120, Table Name: t503)"] [2025/04/05 17:33:10.898 -05:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=559] [neededSchemaVersion=560] ["elapsed time"=116.08µs] [gotSchemaVersion=560] [phyTblIDs="[1120]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 17:33:10.898 -05:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1121] [version=560] [2025/04/05 17:33:10.900 -05:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=560] ["take time"=2.163545ms] [job="ID:1121, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1120, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.894 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.901 -05:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=1121] [conn=1] [job="ID:1121, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:1120, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.894 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 17:33:10.902 -05:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1121] [2025/04/05 17:33:10.902 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=560] [cur_db=test] [sql="create table t503(a int);"] [user=root@%] [2025/04/05 17:33:10.910 -05:00] [INFO] [set.go:172] ["set global var"] [conn=4] [name=tidb_schema_cache_size] [val=0] [2025/04/05 17:33:10.919 -05:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=test] [jobTable=t] [jobType="add index"] [enableDistTask=true] [enableFastReorg=true] [targetScope=] [maxNodeCount=3] [concurrency=4] [batchSize=256] [2025/04/05 17:33:10.920 -05:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=test] [jobTable=t503] [jobType="add index"] [enableDistTask=true] [enableFastReorg=true] [targetScope=] [maxNodeCount=3] [concurrency=4] [batchSize=256] [2025/04/05 17:33:10.921 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1122, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.92 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 17:33:10.922 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1122, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.92 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE t ADD index(a);"] [2025/04/05 17:33:10.923 -05:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:1123, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:1120, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 17:33:10.923 -05:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1123, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:1120, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.922 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE t503 ADD index(a);"] [2025/04/05 17:33:10.924 -05:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1122] [conn=5] [job="ID:1122, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 17:33:10.92 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:33:10.924 -05:00] [INFO] [index.go:720] ["[ddl] run add index job"] [category=ddl] [job="ID:1122, Type:add index, State:running, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.92 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [indexInfo="{\"id\":1,\"idx_name\":{\"O\":\"a\",\"L\":\"a\"},\"tbl_name\":{\"O\":\"\",\"L\":\"\"},\"idx_cols\":[{\"name\":{\"O\":\"a\",\"L\":\"a\"},\"offset\":0,\"length\":-1}],\"state\":0,\"backfill_state\":0,\"comment\":\"\",\"index_type\":1,\"is_unique\":false,\"is_primary\":false,\"is_invisible\":false,\"is_global\":false,\"mv_index\":false,\"vector_index\":null}"] [2025/04/05 17:33:10.924 -05:00] [INFO] [index.go:1309] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false] [2025/04/05 17:33:10.949 -05:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=false] [currentSchemaVersion=560] [neededSchemaVersion=561] ["elapsed time"=23.321176ms] [2025/04/05 17:33:10.949 -05:00] [INFO] [domain.go:431] ["infoschema v1/v2 switch"] [2025/04/05 17:33:10.949 -05:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 17:33:20.920 -05:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 17:33:20.920 -05:00] [INFO] [executor.go:6833] ["DoDDLJob will quit because context done"] [category=ddl] [2025/04/05 17:33:20.920 -05:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 17:33:20.920 -05:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 5\n# Query_time: 10.00147698\n# Parse_time: 0.000152288\n# Compile_time: 0.000077728\n# Rewrite_time: 0.000024208\n# Optimize_time: 0.000042144\n# Wait_TS: 0.000012747\n# DB: test\n# Is_internal: false\n# Digest: a3874d63839526f80fe427d71e2dc8aadc74877d3420ad0624d7616b01e3361a\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nALTER TABLE t ADD index(a);"] [2025/04/05 17:33:20.920 -05:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=560] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:4963\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154\ngithub.com/pingcap/tidb/pkg/infoschema/test/clustertablestest.TestMDLViewIDConflict.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest/cluster_tables_test.go:2009\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"test\",\n \"id\": 5,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": {\n \"Username\": \"root\",\n \"Hostname\": \"%\",\n \"CurrentUser\": false,\n \"AuthUsername\": \"root\",\n \"AuthHostname\": \"%\",\n \"AuthPlugin\": \"\"\n }\n}"] [2025/04/05 17:33:20.920 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=5] [schemaVersion=560] [cur_db=test] [sql="ALTER TABLE t ADD index(a);"] [user=root@%] [2025/04/05 17:33:20.920 -05:00] [INFO] [executor.go:6833] ["DoDDLJob will quit because context done"] [category=ddl] [2025/04/05 17:33:20.920 -05:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 17:33:20.920 -05:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 6\n# Query_time: 10.000382997\n# Parse_time: 0.000076313\n# Compile_time: 0.000085643\n# Rewrite_time: 0.000026285\n# Optimize_time: 0.00002318\n# Wait_TS: 0.000004553\n# DB: test\n# Is_internal: false\n# Digest: 81b8b90d33fbd8b43717ece3622dd2a5a7fd9dfe38350e732f2ab67fcc776c54\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nALTER TABLE t503 ADD index(a);"] [2025/04/05 17:33:20.921 -05:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=560] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:4963\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154\ngithub.com/pingcap/tidb/pkg/infoschema/test/clustertablestest.TestMDLViewIDConflict.func3\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest/cluster_tables_test.go:2016\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"test\",\n \"id\": 6,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": {\n \"Username\": \"root\",\n \"Hostname\": \"%\",\n \"CurrentUser\": false,\n \"AuthUsername\": \"root\",\n \"AuthHostname\": \"%\",\n \"AuthPlugin\": \"\"\n }\n}"] [2025/04/05 17:33:20.921 -05:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=6] [schemaVersion=560] [cur_db=test] [sql="ALTER TABLE t503 ADD index(a);"] [user=root@%] [2025/04/05 17:33:20.921 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [2025/04/05 17:33:20.921 -05:00] [INFO] [schema_version.go:386] ["wait latest schema version encounter error"] [category=ddl] [ver=561] [jobID=1122] ["take time"=9.994989966s] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/ddl/schemaver.(*MemSyncer).WaitVersionSynced\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/schemaver/mem_syncer.go:118\ngithub.com/pingcap/tidb/pkg/ddl.waitVersionSynced\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/schema_version.go:384\ngithub.com/pingcap/tidb/pkg/ddl.updateGlobalVersionAndWaitSynced\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_worker.go:1101\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).transitOneJobStepAndWaitSync\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:612\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).deliveryJob.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:500\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:167\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [2025/04/05 17:33:20.921 -05:00] [INFO] [job_scheduler.go:502] ["transit one job step and wait sync failed"] [category=ddl] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/ddl/schemaver.(*MemSyncer).WaitVersionSynced\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/schemaver/mem_syncer.go:118\ngithub.com/pingcap/tidb/pkg/ddl.waitVersionSynced\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/schema_version.go:384\ngithub.com/pingcap/tidb/pkg/ddl.updateGlobalVersionAndWaitSynced\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_worker.go:1101\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).transitOneJobStepAndWaitSync\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:612\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).deliveryJob.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:500\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:167\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [job="ID:1122, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 17:33:10.92 -0500 CDT, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 17:33:20.921 -05:00] [ERROR] [job_scheduler.go:523] ["get job failed"] [category=ddl] [job_id=1122] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.Trace\n\t/home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/error/error.go:208\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/error.go:166\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvSnapshot).Get\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/driver/txn/snapshot.go:61\ngithub.com/pingcap/tidb/pkg/executor.(*PointGetExecutor).get\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/point_get.go:698\ngithub.com/pingcap/tidb/pkg/executor.(*PointGetExecutor).getAndLock\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/point_get.go:572\ngithub.com/pingcap/tidb/pkg/executor.(*PointGetExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/point_get.go:405\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*recordSet).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:172\ngithub.com/pingcap/tidb/pkg/util/sqlexec.DrainRecordSet\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/sqlexec/restricted_sql_executor.go:241\ngithub.com/pingcap/tidb/pkg/ddl/session.(*Session).Execute\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/session/session.go:109\ngithub.com/pingcap/tidb/pkg/ddl/systable.(*manager).GetJobBytesByIDWithSe\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/systable/manager.go:99\ngithub.com/pingcap/tidb/pkg/ddl/systable.(*manager).GetJobByID.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/systable/manager.go:81\ngithub.com/pingcap/tidb/pkg/ddl/systable.(*manager).withNewSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/systable/manager.go:74\ngithub.com/pingcap/tidb/pkg/ddl/systable.(*manager).GetJobByID\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/systable/manager.go:80\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).deliveryJob.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:512\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:167\nruntime.goexit\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700"] [stack="github.com/pingcap/tidb/pkg/ddl.(*jobScheduler).deliveryJob.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/job_scheduler.go:523\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:167"] [2025/04/05 17:33:20.922 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:33:20.922 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 21, tp add index"] ["take time"=5.524µs] [2025/04/05 17:33:20.922 -05:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 17:33:20.922 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 16, tp general"] ["take time"=2.903µs] [2025/04/05 17:33:20.922 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 17, tp general"] ["take time"=3.807µs] [2025/04/05 17:33:20.922 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 18, tp general"] ["take time"=3.53µs] [2025/04/05 17:33:20.922 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 19, tp general"] ["take time"=2.927µs] [2025/04/05 17:33:20.922 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 20, tp general"] ["take time"=3.638µs] [2025/04/05 17:33:20.922 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=3.03µs] [2025/04/05 17:33:20.922 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp general"] ["take time"=3.031µs] [2025/04/05 17:33:20.922 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 13, tp general"] ["take time"=3.509µs] [2025/04/05 17:33:20.922 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 14, tp general"] ["take time"=2.782µs] [2025/04/05 17:33:20.922 -05:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 15, tp general"] ["take time"=5.336µs] [2025/04/05 17:33:20.922 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [2025/04/05 17:33:20.922 -05:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 17:33:20.922 -05:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 17:33:20.923 -05:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] ["take time"=2.863469ms] [2025/04/05 17:33:20.923 -05:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [2025/04/05 17:33:20.923 -05:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 17:33:20.923 -05:00] [INFO] [runtime.go:202] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2025/04/05 17:33:20.923 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [ttl-worker=task-manager] [ttl-worker=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [originalCount=4] [newCount=0] [2025/04/05 17:33:20.923 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:33:20.923 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:33:20.923 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:33:20.923 -05:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 17:33:20.923 -05:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [ttl-worker=task-manager] [ttl-worker=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [originalCount=4] [newCount=0] [2025/04/05 17:33:20.923 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:33:20.924 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:33:20.924 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:33:20.924 -05:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 17:33:20.924 -05:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [2025/04/05 17:33:20.924 -05:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 17:33:20.924 -05:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 17:33:20.924 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 17:33:20.924 -05:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 17:33:20.924 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 17:33:20.924 -05:00] [INFO] [domain.go:1856] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [2025/04/05 17:33:20.924 -05:00] [INFO] [scheduler_manager.go:308] ["subtask history table gc loop exits"] [server-id=:4000] [2025/04/05 17:33:20.924 -05:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 17:33:20.924 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 17:33:20.924 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 17:33:20.927 -05:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 17:33:20.927 -05:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 17:33:20.927 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:33:20.927 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:33:20.927 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:33:20.927 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:33:20.927 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:33:20.927 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:33:20.927 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:33:20.927 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:33:20.927 -05:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 17:33:20.927 -05:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 17:33:20.927 -05:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 17:33:20.927 -05:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 17:33:20.927 -05:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 17:33:20.927 -05:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 17:33:20.927 -05:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 17:33:20.927 -05:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 17:33:20.927 -05:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 17:33:20.927 -05:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 17:33:20.927 -05:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 17:33:20.927 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [2025/04/05 17:33:20.927 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [2025/04/05 17:33:20.927 -05:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 17:33:20.927 -05:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [2025/04/05 17:33:20.927 -05:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 17:33:20.927 -05:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 17:33:20.927 -05:00] [INFO] [scheduler_manager.go:204] ["schedule task loop exits"] [server-id=:4000] [2025/04/05 17:33:20.927 -05:00] [INFO] [scheduler_manager.go:448] ["collect loop exits"] [server-id=:4000] [2025/04/05 17:33:20.927 -05:00] [INFO] [scheduler_manager.go:372] ["cleanup loop exits"] [server-id=:4000] [2025/04/05 17:33:20.927 -05:00] [INFO] [domain.go:1858] ["dist task scheduler manager stopped"] [id=0d15ab99-1f38-4c2c-98e5-fbb99e7dece6] [2025/04/05 17:33:20.927 -05:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 17:33:20.927 -05:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 17:33:20.927 -05:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 17:33:20.928 -05:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=7.89166ms] [2025/04/05 17:33:20.928 -05:00] [INFO] [db.go:567] ["Closing database"] [2025/04/05 17:33:20.928 -05:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 17:33:20.928 -05:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 17:33:20.928 -05:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 17:33:20.928 -05:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 17:33:20.928 -05:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestMDLViewIDConflict (16.03s) testkit.go:123: RefreshSession rand seed: 1743892385649473648 testkit.go:123: RefreshSession rand seed: 1743892390904378927 testkit.go:123: RefreshSession rand seed: 1743892390904964226 testkit.go:123: RefreshSession rand seed: 1743892390907318761 testkit.go:123: RefreshSession rand seed: 1743892390917848392 testkit.go:123: RefreshSession rand seed: 1743892390918536508 cluster_tables_test.go:2020: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest/cluster_tables_test.go:2020 Error: Condition never satisfied Test: TestMDLViewIDConflict testkit.go:161: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:161 /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154 /home/prow/go/src/github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest/cluster_tables_test.go:2009 /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700 Error: Received unexpected error: context canceled github.com/pingcap/errors.AddStack /home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178 github.com/pingcap/errors.Trace /home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15 github.com/pingcap/tidb/pkg/ddl.(*executor).createIndex /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:4963 github.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:1806 github.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:424 github.com/pingcap/tidb/pkg/executor.(*DDLExec).Next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:162 github.com/pingcap/tidb/pkg/executor/internal/exec.Next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618 github.com/pingcap/tidb/pkg/session.runStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305 github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167 github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154 github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest.TestMDLViewIDConflict.func2 /home/prow/go/src/github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest/cluster_tables_test.go:2009 runtime.goexit /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700 Test: TestMDLViewIDConflict Messages: sql:ALTER TABLE t ADD index(a);, [], error stack context canceled github.com/pingcap/errors.AddStack /home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178 github.com/pingcap/errors.Trace /home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15 github.com/pingcap/tidb/pkg/ddl.(*executor).createIndex /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:4963 github.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:1806 github.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:424 github.com/pingcap/tidb/pkg/executor.(*DDLExec).Next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:162 github.com/pingcap/tidb/pkg/executor/internal/exec.Next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618 github.com/pingcap/tidb/pkg/session.runStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305 github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167 github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154 github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest.TestMDLViewIDConflict.func2 /home/prow/go/src/github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest/cluster_tables_test.go:2009 runtime.goexit /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700 testkit.go:161: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:161 /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154 /home/prow/go/src/github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest/cluster_tables_test.go:2016 /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700 Error: Received unexpected error: context canceled github.com/pingcap/errors.AddStack /home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178 github.com/pingcap/errors.Trace /home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15 github.com/pingcap/tidb/pkg/ddl.(*executor).createIndex /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:4963 github.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:1806 github.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:424 github.com/pingcap/tidb/pkg/executor.(*DDLExec).Next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:162 github.com/pingcap/tidb/pkg/executor/internal/exec.Next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618 github.com/pingcap/tidb/pkg/session.runStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305 github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167 github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154 github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest.TestMDLViewIDConflict.func3 /home/prow/go/src/github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest/cluster_tables_test.go:2016 runtime.goexit /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700 Test: TestMDLViewIDConflict Messages: sql:ALTER TABLE t503 ADD index(a);, [], error stack context canceled github.com/pingcap/errors.AddStack /home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178 github.com/pingcap/errors.Trace /home/prow/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/juju_adaptor.go:15 github.com/pingcap/tidb/pkg/ddl.(*executor).createIndex /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:4963 github.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/executor.go:1806 github.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:424 github.com/pingcap/tidb/pkg/executor.(*DDLExec).Next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/ddl.go:162 github.com/pingcap/tidb/pkg/executor/internal/exec.Next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:460 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1273 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1022 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:855 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:618 github.com/pingcap/tidb/pkg/session.runStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2305 github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt /home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2167 github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:425 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:159 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec /home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:154 github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest.TestMDLViewIDConflict.func3 /home/prow/go/src/github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest/cluster_tables_test.go:2016 runtime.goexit /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/asm_amd64.s:1700 FAIL coverage: [no statements] run all tasks takes 8m19.681917748s make: *** [Makefile:185: gotest_in_verify_ci] Error 1 {"component":"entrypoint","error":"wrapped process failed: exit status 2","file":"k8s.io/test-infra/prow/entrypoint/run.go:79","func":"k8s.io/test-infra/prow/entrypoint.Options.Run","level":"error","msg":"Error executing test process","severity":"error","time":"2025-04-06T06:34:05+08:00"}